My image picker view controller setted inside popover controller. On iOS 6 everything works great, but on iOS 7 the image is rotated and all movings are doing verse: when turnin
The only one way which work properly in iOS7 is using of
-presentViewController:animated:completion:
You can try to change camera view transformation by cameraViewTransform property but result will be ugly. Adding of view to custom ViewController (which rotate to landscape) will give You ugly results too. I begin to hate this os version.