【发布时间】:2013-05-20 21:05:46
【问题描述】:
我想在“UITabbarController”上的选项卡中触摸时显示更多 2 个“按钮”,我该怎么做。 我使用 UIActionSheet 但是当我打电话时
[choiceSheet showInView:[self.view window]];
[choiceSheet showFromTabBar:[[self tabBarController] tabBar]];
它显示 UIActionSheet 但仍然捕获异常。
【问题讨论】:
-
请再次描述它并显示一些代码,并注意你得到了什么异常以及什么时候得到它
标签: iphone ios5 uibutton uitabbarcontroller