I tried to sub class the UIImagePickerController and return YES from shouldAutorotateToInterfaceOrientation But this didn’t work
I tried to sub class the UIImagePickerController and return YES from shouldAutorotateToInterfaceOrientation But this
Share
According to documentation
So I don’t think your approach is going to work.