I have my application for iPad and its in landscape mode only . I want to open camera in portrait mode in upper half of the screen, and in the lower half i want to add some IBOutlets. FYI in projetc's setting supported interface orientations are Landscape left and landscape right only.
I tried the solution given on link Show camera on only half of the screen as it is and in didfinishPickingMediaWithInfo i removed the imagePickerController.view
- Camera opens up in full screen :(
- How can i open camera in portrait.
- didfinishPickingMediaWithInfo returns null in UIImagePickerControllerEditedImage. Please help.