开发者

UIImagePickerController in an existing UIPopoverController

开发者 https://www.devze.com 2023-02-03 06:19 出处:网络
Is there a way to push the UIImagePickerController in an existing UIPopoverController\'s navigati开发者_如何学运维on controller?

Is there a way to push the UIImagePickerController in an existing UIPopoverController's navigati开发者_如何学运维on 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.

0

精彩评论

暂无评论...
验证码 换一张
取 消