bounces property

bool get bounces

bounces

Implementation

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

setBounces:

Implementation

set bounces(bool value) {
  objc.checkOsVersionInternal('UIScrollView.setBounces:', iOS: (false, (2, 0, 0)));
  _objc_msgSend_1s56lr9(this.ref.pointer, _sel_setBounces_, value);
}