开发者

Show multiple UIActionSheet

开发者 https://www.devze.com 2022-12-08 23:37 出处:网络
I have two UIActionSheets which I want to show at the same time [action1 showInView:self.tabBarController.view];

I have two UIActionSheets which I want to show at the same time

[action1 showInView:self.tabBarController.view];
[action2 showInView:self.tabBarController.view];

the problem is that the first UIActionSheet answers the clicks, which is behind the second one which is frontmost and vis开发者_JS百科ible.

How can I fix it?


In the end I just implemented a flow where it is not necessary to open several UIActionSheets at the same time.

0

精彩评论

暂无评论...
验证码 换一张
取 消