Reputation: 3464
I want to set the iPad camera app orientation to only portrait mode. From the viewController we'll put it in landscape mode most of the time. Is there a way we can set the camera mode to only portrait? Like:
imagePickerController setOrientation: UIInterfaceOrientationPortrait
Thanks in advance.
Upvotes: 0
Views: 1389
Reputation: 194
I don't think we can control orientation of camera.Its orientation property is inbuilt,which changes with orientation of device.
Orientation of picker is read only property.
Please correct me,if i am wrong
Upvotes: 3