我是ios的新手。我已经实现了一个pp,其中有一个标签栏。
现在我在其中一个标签中实施了行动表。
我已添加
的操作表[actionSheet showFromRect:[self.view bounds] inView:self.view animated:YES];
但是由于标签栏的使用,它会在标签栏上显示事件。
比我通过以下命令
实现它[actionSheet showFromTabBar:self.tabBarController.tabBar];
由此解决了之前的问题,但现在它停止了动画。
怎么做。
感谢您的帮助
答案 0 :(得分:0)
试试这个
[actionSheet showInView:self.tabBarController.view];