摘要: 1 - (UIView *)hitTest:(CGPoint)point withEvent:(UIEvent *)event { 2 UIView *view = [super hitTest:point withEvent:event]; 3 if (view == nil) { 4 5 for (UIView *subView i... 阅读全文
posted @ 2017-02-23 16:58 Emerys 阅读(207) 评论(0) 推荐(0)