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.
从apple doc subview(靠近屏幕)开始处理触摸事件而不是他们的superviews。
另一方面,视图作为子视图添加到滚动视图中,但滚动视图处理触摸以首先检测滑动。
我可以将滚动视图案例视为特例吗?
不要忘记这部分:
如果命中测试视图无法处理该事件,则该事件将按照“响应者对象和响应者链”中所述沿响应者链向上传播,直到系统找到可以处理它的视图。
如果您的子视图无法处理它,它将被传递给UIScrollView.
UIScrollView