`
siruoxian
  • 浏览: 231070 次
  • 性别: Icon_minigender_2
  • 来自: 北京
社区版块
存档分类
最新评论

更改屏幕的旋转方向

 
阅读更多

- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation {
    // Overriden to allow any orientation.
    return (interfaceOrientation==UIInterfaceOrientationLandscapeLeft)||(interfaceOrientation==UIInterfaceOrientationLandscapeRight);
}

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics