哪款iPhone操控比较好?

发布于 2024-07-25 09:58:33 字数 228 浏览 9 评论 0原文

我遇到一种情况,用户可以单击一个显示随机图像的控件,在其下方查看,双击以标记它,或者将其拖动到一个框,如果其主体的一半以上在其中,则它会捕捉到该框盒子。

我之前使用过 UIbuttons(带有背景图像),并为它们完成了单击/双击操作,如何根据框覆盖区域的横截面进行拖动并捕捉到框?

如果我使用 uiimage 怎么办? 我知道拖动 uiimage 对象是可能的,uiimage 也可以双击/单击吗?

I have a situation in which user can single tap a control, which show random images, to peek under it, double tap to mark it, or drag it to a box where it snaps to the box if more than half of its body is inside box.

I was using UIbuttons (with background image) before and have done the single/double tap thing for them, how to do the drag and snap to a box based on the cross-section of covered area by box?

What if i use uiimage? i know dragging a uiimage object is possible, is double/single tap is also possible for uiimage?

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

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

发布评论

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

评论(1

丑疤怪 2024-08-01 09:58:33

是的,UIImageView 是可能的 - 您可以在任何 UIView 后代(包括 UIImageView)上轻松实现各种触摸方法。

Yes, it's possible with UIImageView - you can implement the various touch methods just as easily on any UIView descendant, which includes UIImageView.

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