.. and I don't like that because my entire app is Landscape-Only.
How can I get the UIImagePickerController to show the preview in Landscape orientation?
Here's an example of what I mean. When I begin taking the photo it looks like this:
But after I snap the photo and the UIImagePickerController shows me the preview with Use/Retake buttons, it looks like this:
How can I tell the UIImagePickerController to stay in landscape the entire time, showing the preview in a landscape position?
I'm guessing you've read the documentation that says UIImagePickerController class supports portrait mode only:
...and that you're looking for an alternative/workaround?