判断触摸的点在那个 View上

UIView *touched = [self.view hitTest:pt withEvent:event];

Uiview *touchView = [pt  view];

原文地址:https://www.cnblogs.com/zhaozhongpeng/p/4867633.html