automaticallyAdjustsScrollViewInsets property
bool
get
automaticallyAdjustsScrollViewInsets
automaticallyAdjustsScrollViewInsets
Implementation
bool get automaticallyAdjustsScrollViewInsets {
objc.checkOsVersionInternal('UIViewController.automaticallyAdjustsScrollViewInsets', iOS: (false, (7, 0, 0)));
return _objc_msgSend_91o635(this.ref.pointer, _sel_automaticallyAdjustsScrollViewInsets);
}
set
automaticallyAdjustsScrollViewInsets
(bool value)
setAutomaticallyAdjustsScrollViewInsets:
Implementation
set automaticallyAdjustsScrollViewInsets(bool value) {
objc.checkOsVersionInternal('UIViewController.setAutomaticallyAdjustsScrollViewInsets:', iOS: (false, (7, 0, 0)));
_objc_msgSend_1s56lr9(this.ref.pointer, _sel_setAutomaticallyAdjustsScrollViewInsets_, value);
}