How to prevent a modal UIImagePickerController from rotating?
- by coneybeare
I have an app that fully support rotation. I am modally adding a UIImagePickerController for which there is no support for UIInterfaceOrientationLandscape and I cannot get the controller to stay in portrait.
In other words, I need to disable rotation for the UIImagePickerController so it stays in portrait, without removing rotation for the rest…