博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2011年11月4日

摘要: 添加侦听IPhone,ipad设备方向改变事件的方法参考代码:[[NSNotificationCenterdefaultCenter] addObserver: self selector:@selector(orientationChanged) name:UIDeviceOrientationDidChangeNotificationobject: nil];/*设备方向改变后添加的处理事件*/- (void) orientationChanged{ UIDeviceOrientation deviceOrientation = [[UIDevice currentDev... 阅读全文

posted @ 2011-11-04 10:44 星尘的天空 阅读(252) 评论(0) 推荐(0) 编辑