本文介绍了现有 UIPopoverController 中的 UIImagePickerController的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
有没有办法在现有的 UIPopoverController 的导航控制器中推送 UIImagePickerController?
Is there a way to push the UIImagePickerController in an existing UIPopoverController's navigation controller?
我所知道的是,您必须创建一个新的弹出框并在其中添加 UIImagePickerController.但是我有一个现有的弹出窗口,它的导航控制器应该显示图像选择器.
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
这篇关于现有 UIPopoverController 中的 UIImagePickerController的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!