开发者

How to handle orientation change in iPad in an effective way?

开发者 https://www.devze.com 2023-03-06 17:42 出处:网络
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 pe

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 orientat开发者_运维百科ion ,view resize, view positioning etc. Can anyone help me by providing your valuable suggessions in this?

Thanks, Ajith


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?

0

精彩评论

暂无评论...
验证码 换一张
取 消