ios 7 image picker inside popover wrong behavior

后端 未结 3 1017
甜味超标
甜味超标 2021-02-04 00:44

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

3条回答
  •  -上瘾入骨i
    2021-02-04 01:24

    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.

提交回复
热议问题