I was taking photos through UIImagePickerController
. When I captured a photo in Portrait mode, it was correctly displayed. But when i captured photo in Landscape mode it automatically rotated into portrait mode and was then displayed.
What are the possible ways to display a captured photo in Landscape mode when i capture photo in Landscape orientation.
Thanks in advance.
Is it possible if using CameraOverlayView
??????