当触摸“UITabbarController”上的选项卡时,我想显示更多 2 个“按钮”,我该怎么做。我使用 UIActionSheet 但是当我打电话时
[choiceSheet showInView:[self.view window]];
[choiceSheet showFromTabBar:[[self tabBarController] tabBar]];
它显示UIActionSheet
但仍然捕获异常。
当触摸“UITabbarController”上的选项卡时,我想显示更多 2 个“按钮”,我该怎么做。我使用 UIActionSheet 但是当我打电话时
[choiceSheet showInView:[self.view window]];
[choiceSheet showFromTabBar:[[self tabBarController] tabBar]];
它显示UIActionSheet
但仍然捕获异常。