我想在UINavigationController中使用UIPickerImageController?

时间:2011-03-22 04:29:47

标签: iphone uinavigationcontroller uiimagepickercontroller

我想问一下,如果我的应用包含UINavigationController,如何推送UIPickerImageController,请帮帮我

cz UIPickerImageController有一个导航,所以我该怎么办,那么解决这类问题的方法是什么?

如果不清楚我的问题,你可以再问一次,

1 个答案:

答案 0 :(得分:2)

来自UIImagePickerController Reference

通过调用当前活动视图控制器的presentModalViewController:animated:方法来呈现用户界面,将您配置的图像选择器控制器作为新视图控制器传递。在iPad上,您可以使用initWithContentViewController中描述的弹出窗口以及UIPopoverController类参考中的“演示和解除弹出窗口”来显示用户界面。

<强>更新

来自Why UIImagePickerController can not be push into navigation stack?

Apple不允许堆叠导航栏。由于图像选择器具有自己的导航栏,因此无法将其放置在导航堆栈中。结果会导致用户混淆,因为会有两个小节,两组导航项,两个标题等。