My current program only support landscape orientation.
In iOS 6, it crash on UIPopoverController
.
'UIApplicationInvalidInterfaceOrientation', reason: 'Supported orientations has no common orientation with the application, and shouldAutorotate is returning YES'
I enable all orientation for project , it's working well. However, I need to change a lot for all of the views to only support landscape.
Is there other easy way to fix , UIOrientation
in UIPopoverController
?