alwaysBounceVertical property

bool get alwaysBounceVertical

alwaysBounceVertical

Implementation

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

setAlwaysBounceVertical:

Implementation

set alwaysBounceVertical(bool value) {
  objc.checkOsVersionInternal('UIScrollView.setAlwaysBounceVertical:', iOS: (false, (2, 0, 0)));
  _objc_msgSend_1s56lr9(this.ref.pointer, _sel_setAlwaysBounceVertical_, value);
}