wantsFullScreenLayout property

bool get wantsFullScreenLayout

wantsFullScreenLayout

Implementation

bool get wantsFullScreenLayout {
  objc.checkOsVersionInternal('UIViewController.wantsFullScreenLayout', iOS: (false, (3, 0, 0)));
  return _objc_msgSend_91o635(this.ref.pointer, _sel_wantsFullScreenLayout);
}
set wantsFullScreenLayout (bool value)

setWantsFullScreenLayout:

Implementation

set wantsFullScreenLayout(bool value) {
  objc.checkOsVersionInternal('UIViewController.setWantsFullScreenLayout:', iOS: (false, (3, 0, 0)));
  _objc_msgSend_1s56lr9(this.ref.pointer, _sel_setWantsFullScreenLayout_, value);
}