iOS 6 supportedInterfaceOrientations issue

后端 未结 5 1056
傲寒
傲寒 2021-01-17 06:10

In my view controller, I implement two methods for controlling interface orientation:

- (NSUInteger)supportedInterfaceOrientations
{
    return UIInterfaceOr         


        
5条回答
  •  北恋
    北恋 (楼主)
    2021-01-17 06:30

    I know this sounds pretty elementary, but I was wracking my brain to figure out orientation issues while testing on my iPhone - I had the physical auto lock mode in Portrait mode - so nothing I changed programmatically mattered - thought this should be troubleshooting step number 1!

提交回复
热议问题