tipsywacky
tipsywacky

Reputation: 3464

iPad camera orientation portrait mode?

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

Answers (1)

raja
raja

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

Related Questions