Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/objective-c/22.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Objective c 从选项卡栏显示的操作表_Objective C - Fatal编程技术网

Objective c 从选项卡栏显示的操作表

Objective c 从选项卡栏显示的操作表,objective-c,Objective C,为什么动画从上到下 我想从底部显示动画(选项卡栏) 试试这个: [ActionButton showInView:self.view]; 我刚试过,但在Xcode中,我收到了一个错误,它的superview剪辑了动作表。某些控件可能对触摸不响应。在iPhone上尝试-[UIActionSheet showFromTabBar:]或-[UIActionSheet showFromToolbar:]而不是-[UIActionSheet showInView:]。两者都试过了,但都没有成功。 [Ac

为什么动画从上到下

我想从底部显示动画(选项卡栏)

试试这个:

[ActionButton showInView:self.view];

我刚试过,但在Xcode中,我收到了一个错误,它的superview剪辑了动作表。某些控件可能对触摸不响应。在iPhone上尝试-[UIActionSheet showFromTabBar:]或-[UIActionSheet showFromToolbar:]而不是-[UIActionSheet showInView:]。两者都试过了,但都没有成功。
[ActionButton showInView:self.view];