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.
我无法确定我正在触摸的视图的标签。
我有一个滚动视图并将其子类化以捕获触摸事件(我在子视图上有图片)。但是,我需要确定我触碰了哪张图片。
我想确定子视图的标签,但我得到随机结果(主要是标签 0)。捕捉这个的正确方法是什么?
您可以尝试使用UIView hitTest. 它将返回用户正在触摸的子视图。
UIView hitTest