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.