iOS 扩大按钮点击事件

2018-09-03  本文已影响7人  学学学q
- (nullable UIView *)hitTest:(CGPoint)point withEvent:(nullable UIEvent*)event;  // recursively calls -pointInside:withEvent:. point is in the receiver's coordinate system
- (BOOL)pointInside:(CGPoint)point withEvent:(nullableUIEvent*)event;  // default returns YES if point is in bounds
上一篇 下一篇

猜你喜欢

热点阅读