如何有效处理 iPad 中的方向变化?
我正在 ipad 中开发一个应用程序,我需要使其支持横向和纵向方向。我认为我们需要重写 UIViewController 类的一些方法并执行方向、视图调整大小、视图定位等。任何人都可以通过提供您的宝贵建议来帮助我吗?
谢谢, 阿吉斯
I am developing an application in ipad and i need to make it in a way that it support the landscape and portrait orientations. I think we need to override some methods of UIViewController class and perfrom the orientation ,view resize, view positioning etc. Can anyone help me by providing your valuable suggessions in this?
Thanks,
Ajith
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否阅读过 UIViewController 的类参考?
如果有的话,您能提供一个更具体的您遇到问题的情况吗?
Have you read the 'Handling View Rotations' section of the UIViewController's class reference?
If you have, can you give a more specific situation you're having trouble with?