开发者

UIImagePickerController in an existing UIPopoverController

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜