UIActionSheet 的触摸操作无法正常工作

发布于 2024-09-30 17:16:02 字数 148 浏览 4 评论 0原文

alt text

我发现在我的 iPod touch 和 iPhone 模拟器中,“返回”按钮仅在触摸区域位于红色矩形内时响应,其他地方没反应
有什么问题吗?

alt text

I found in my ipod touch and in iphone simulator, the button "return" only respond when touch area inside red rectangle, other places not respond
What's the problem?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

静谧幽蓝 2024-10-07 17:16:02

您使用标签栏控制器吗?
问题是您在子视图中调用操作表并且它不是全屏的。
我遇到了同样的问题,我在这个答案中找到了解决方案:

iphone - 奇怪的错误UIActionSheet 和 UITabBar 之间

[actionSheet showInView:[UIApplication sharedApplication].keyWindow];

Are you using a tabbar controller?
The problem is that you are calling actionsheet in a subview and it's not fullscreen.
I had the same problem and I found the solution in this answer:

iphone - weird bug between UIActionSheet and UITabBar

[actionSheet showInView:[UIApplication sharedApplication].keyWindow];
離人涙 2024-10-07 17:16:02

您的操作表中没有问题。

默认情况下,您必须在上侧推动

There is no problem in your actionsheet.

its by default you have to push at upper side

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文