contentInsetAdjustmentBehavior property

UIScrollViewContentInsetAdjustmentBehavior get contentInsetAdjustmentBehavior

contentInsetAdjustmentBehavior

Implementation

UIScrollViewContentInsetAdjustmentBehavior get contentInsetAdjustmentBehavior {
  objc.checkOsVersionInternal('UIScrollView.contentInsetAdjustmentBehavior', iOS: (false, (11, 0, 0)));
  final _ret = _objc_msgSend_1ubvjfk(this.ref.pointer, _sel_contentInsetAdjustmentBehavior);
  return UIScrollViewContentInsetAdjustmentBehavior.fromValue(_ret);
}
set contentInsetAdjustmentBehavior (UIScrollViewContentInsetAdjustmentBehavior value)

setContentInsetAdjustmentBehavior:

Implementation

set contentInsetAdjustmentBehavior(UIScrollViewContentInsetAdjustmentBehavior value) {
  objc.checkOsVersionInternal('UIScrollView.setContentInsetAdjustmentBehavior:', iOS: (false, (11, 0, 0)));
  _objc_msgSend_1l2otbm(this.ref.pointer, _sel_setContentInsetAdjustmentBehavior_, value.value);
}