delaysContentTouches property
bool
get
delaysContentTouches
delaysContentTouches
Implementation
bool get delaysContentTouches {
objc.checkOsVersionInternal('UIScrollView.delaysContentTouches', iOS: (false, (2, 0, 0)));
return _objc_msgSend_91o635(this.ref.pointer, _sel_delaysContentTouches);
}
set
delaysContentTouches
(bool value)
setDelaysContentTouches:
Implementation
set delaysContentTouches(bool value) {
objc.checkOsVersionInternal('UIScrollView.setDelaysContentTouches:', iOS: (false, (2, 0, 0)));
_objc_msgSend_1s56lr9(this.ref.pointer, _sel_setDelaysContentTouches_, value);
}