标签: ios uitabbarcontroller show uitabbar uiactionsheet
我在UITabBarController内有一个视图控制器,但由于我的应用程序的需要,我在视图控制器的视图中隐藏了UITabBar。我的问题是:在显示此视图控制器的UIActionSheet时,我应该拨打[actionSheet showInView:self.view]还是[actionSheet showFromTabBar:tabBar]?
UITabBarController
UITabBar
UIActionSheet
[actionSheet showInView:self.view]
[actionSheet showFromTabBar:tabBar]
提前致谢