Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一种情况,用户可以单击一个控件,该控件显示随机图像,在它下面窥视,双击以标记它,或者将它拖到一个框,如果它的一半以上在里面,它会捕捉到框盒子。
我以前使用 UIbuttons(带有背景图像)并为它们完成了单击/双击的事情,如何根据框覆盖区域的横截面进行拖动并捕捉到框?
如果我使用 uiimage 怎么办?我知道拖动 uiimage 对象是可能的,uiimage 是否也可以双击/单击?
是的,使用 UIImageView 是可能的——您可以在任何 UIView 后代(包括 UIImageView)上轻松实现各种触摸方法。