`
moxihang
  • 浏览: 7628 次
  • 来自: 上海
最近访客 更多访客>>
文章分类
社区版块
存档分类
最新评论

iOS 5.1实现旋转屏幕

阅读更多

在iOS6.1之前。Xcode不能自动旋转屏幕,只有通过程序控制旋转勒。。。。

- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation {

return (interfaceOrientation ==UIInterfaceOrientationLandscapeLeft || interfaceOrientation ==UIInterfaceOrientationLandscapeRight ); }


分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics