I’m currently working on the iPad version of an app, where I used UIImagePickerController to let the user pick a photo from their library.
In the iPad an error message suggests using a popover, but I can’t show my imagepicker at fullscreen. Is it possible?
I’m being told that it can be done using presentModalViewController. If so can anyone point me to a tutorial?
Not possible. Only Popovers can be used to do it, full screen is not possible.