- (NSUInteger)supportedInterfaceOrIEntations { return UIInterfaceOrIEntationMaskLandscape;}- (UIInterfaceOrIEntation)preferredInterfaceOrIEntationForPresentation { return UIInterfaceOrIEntationLandscapeleft;}- (BOol)shouldautorotate{ return YES;}
也没有工作.请注意,我正在模拟器和iPad上进行测试.
谢谢
解决方法 以下是我如何使用NavigationVIEwController强制我的一个观点:>实现这个答案:https://stackoverflow.com/a/12662433/2394787
>在视图控制器中导入的消息:objc / message.h
>在vIEwDIDLoad方法中添加了这行代码:
objc_msgSend([UIDevice currentDevice],@selector(setorIEntation:),UIInterfaceOrIEntationLandscapeleft);
希望它有助于某人.
总结以上是内存溢出为你收集整理的强制景观ios 7全部内容,希望文章能够帮你解决强制景观ios 7所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)