Objective c:lanscaperight和landscapeleft的代码
我正在创建一个 iPad,我只想有两个方向:横向右和左(不是纵向)...我已经改变了。 plist 文件,但是我应该在代码中写什么?
- (BOOL) shouldAutorotateToInterfaceOrientation: (UIInterfaceOrientation) {interfaceOrientation 返回?? }
I am creating an iPad, I would like to have only two orientations: lanscape right and left (not portrait) ... I have already changed. plist file but what should I write in code?
- (BOOL) shouldAutorotateToInterfaceOrientation: (UIInterfaceOrientation) {interfaceOrientation
return??
}
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
试试这个方法:
Try this method:
如果您希望保持更干净,您还可以使用一个方便的功能:
There is also a convenience function that you can utilize if you wish to keep it a bit cleaner: