i 图像在 iPhone 应用程序上的实用程序应用程序中效果不佳

发布于 2024-07-24 10:10:48 字数 224 浏览 5 评论 0原文

我正在开发一个实用程序应用程序。 当我在模拟器中运行应用程序时,单击底部的图像会瞬间翻转视图。 但是当我在 iPhone 设备上运行该应用程序时,它的行为异常。 有时只需轻轻一按即可翻转视图。 其他时候,即使点击图像 10 次也没有反应。 我也尝试过其他实用程序应用程序 - 同样的问题。 因此我认为这不是代码的问题。

非常感谢任何解决此问题的帮助。

谢谢, 阿杰

I working on a utility app. When I run the app in simulator clicking i image at the bottom flips the view in a flash. But when I run the app on iPhone device it behaves abnormally. At times it flips the view in just 1 tap. The other times it does not bother to react even after tapping the image 10 times. I tried with other utility app also - same issue. Thus its not an issue with the code I believe.

Any help to resolve this issue is much appreciated.

Thanks,
AJ

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

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

发布评论

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

评论(1

稚然 2024-07-31 10:10:48

这是一个问题,因为默认情况下“i”按钮不是很大,很容易错过触摸。

您需要在 Interface Builder 中使用“自定义”类型在“i”按钮前面放置另一个按钮,以便它没有任何图像。 然后,您可以使这个不可见的按钮变得更大,并将其连接到与信息按钮相同的操作。

您还需要在 Interface Builder 中启用“显示触摸高亮”,以便在触摸不可见按钮时获得白色发光效果。

This is a problem because the 'i' button is not very big by default and touches are missed easily.

You need to put another button in front of the 'i' button with the 'Custom' type in Interface Builder, so that it doesn't have any image. Then you can make this invisible button much larger and connect it to the same action as the info button.

You also need to enable "shows touch on highlight" in Interface Builder so that you get the white glow effect when the invisible button is touched.

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