bouncesZoom property

bool get bouncesZoom

bouncesZoom

Implementation

bool get bouncesZoom {
  objc.checkOsVersionInternal('UIScrollView.bouncesZoom', iOS: (false, (2, 0, 0)));
  return _objc_msgSend_91o635(this.ref.pointer, _sel_bouncesZoom);
}
set bouncesZoom (bool value)

setBouncesZoom:

Implementation

set bouncesZoom(bool value) {
  objc.checkOsVersionInternal('UIScrollView.setBouncesZoom:', iOS: (false, (2, 0, 0)));
  _objc_msgSend_1s56lr9(this.ref.pointer, _sel_setBouncesZoom_, value);
}