我有一个UITabViewController。我在尝试选择特定标签栏项时模拟呈现UIImagePickerController。它必须出现在当前的UIViewController上。这就像按下相机图标时Instagram或Periscope应用程序中发生的情况。但是我无法弄清楚如何显示UIImagePickerController而不显示连接到Tab Bar Item的UIViewController。这可能吗?
谢谢,
优素福
答案 0 :(得分:2)
您可以使用shouldSelectViewController
的{{1}}方法来完成此类操作。
UITabBarControllerDelegate