In iOS, touch events are passed layer by layer, and there is no interference like gesture operations! Only the UIView at the top of the contentView of UITableViewCell will respond to touch events. Therefore, you can use the view hierarchy in UI debug to check the layout of subviews to see if there is any overlay
In iOS, touch events are passed layer by layer, and there is no interference like gesture operations! Only the UIView at the top of the contentView of UITableViewCell will respond to touch events. Therefore, you can use the view hierarchy in UI debug to check the layout of subviews to see if there is any overlay
Delegate or NSNotification