linyawen

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

2013年6月28日

摘要: 转自http://blog.csdn.net/zzfsuiye/article/details/8251060概述:在iOS6之前的版本中,通常使用shouldAutorotateToInterfaceOrientation来单独控制某个UIViewController的方向,需要哪个viewController支持旋转,只需要重写shouldAutorotateToInterfaceOrientation方法。但是iOS 6里屏幕旋转改变了很多,之前的shouldAutorotateToInterfaceOrientation 被列为DEPRECATED 方法,查看UIViewControl 阅读全文
posted @ 2013-06-28 11:07 linyawen 阅读(998) 评论(0) 推荐(0) 编辑