UIActionSheet 的触摸操作无法正常工作
我发现在我的 iPod touch 和 iPhone 模拟器中,“返回”按钮仅在触摸区域位于红色矩形内时响应,其他地方没反应
有什么问题吗?
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您使用标签栏控制器吗?
问题是您在子视图中调用操作表并且它不是全屏的。
我遇到了同样的问题,我在这个答案中找到了解决方案:
iphone - 奇怪的错误UIActionSheet 和 UITabBar 之间
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
您的操作表中没有问题。
默认情况下,您必须在上侧推动
There is no problem in your actionsheet.
its by default you have to push at upper side