UITouch事件的传递和使用

直接上代码吧,该方法在UIView的.m里面数组 传递方法 - (UIView *)hitTest:(CGPoint)point withEvent:(UIEvent *)event { //判断点击的位置是否在RootView内部 if (![self pointInside:point withEvent:event]) { return nil;
相关文章
相关标签/搜索