Is there a way to push the UIImagePickerController in an existing UIPopoverController's navigation controller?
What I know is that you have to create a new popover and add the UIImagePickerController in it. But I have an existing popover with its navigation controller that should present the image picker.
Use setContentViewController:animated:
on UIPopoverController
I believe the answer is no because the image picker brings its own navigation controller. And nesting two nav controllers does probably not work.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With