现有UIPopoverController中的UIImagePickerController

rah*_*eel 5 iphone uiimagepickercontroller uipopovercontroller

有没有办法在现有的UIPopoverController导航控制器中推送UIImagePickerController?

我所知道的是你必须创建一个新的popover并在其中添加UIImagePickerController.但我有一个现有的popover及其导航控制器应该呈现图像选择器.

tux*_*x91 8

使用setContentViewController:animated:UIPopoverController

  • 这很棒!如何通过在`UIImagePicker`导航堆栈中添加取消/返回按钮返回? (2认同)