iOS知识总结(四):触摸事件响应

主要看下面这两篇文章,分析的很详细很到位,没事多看两遍,可以透彻地理解吧,主要是- (UIView *)hitTest:(CGPoint)point withEvent:(UIEvent *)event 这个方法的使用。

文章一:https://zhoon.github.io/ios/2015/04/12/ios-event.html
文章二:https://www.jianshu.com/p/c294d1bd963d?utm_campaign=maleskine&utm_content=note&utm_medium=seo_notes&utm_source=recommendation

你可能感兴趣的:(iOS知识总结(四):触摸事件响应)