touchesShouldCancelInContentView method

bool touchesShouldCancelInContentView(
  1. UIView view
)

touchesShouldCancelInContentView:

Implementation

bool touchesShouldCancelInContentView(UIView view) {
  objc.checkOsVersionInternal('UIScrollView.touchesShouldCancelInContentView:', iOS: (false, (2, 0, 0)));
  return _objc_msgSend_19nvye5(this.ref.pointer, _sel_touchesShouldCancelInContentView_, view.ref.pointer);
}