vinh-savvycom
Results
1
comments of
vinh-savvycom
override func hitTest(point: CGPoint, withEvent event: UIEvent?) -> UIView? { let view = super.hitTest(point, withEvent: event) if view == self.scrollView { return nil } return view } I called hitTest...