UIView response chain click through replenishment

https://www.jianshu.com/p/f6aff12fc08b

uiview - Event handling for iOS - how hitTest:withEvent: and pointInside:withEvent: are related? - Stack Overflow

- (void)touchesEnded:(NSSet<UITouch *> *)touches withEvent:(UIEvent *)event {
     NSLog(@"hit TUIGiftPlayView!!!");
    [super touchesEnded:touches withEvent:event];

}

Guess you like

Origin blog.csdn.net/linzhiji/article/details/130915461