definesPresentationContext property

bool get definesPresentationContext

definesPresentationContext

Implementation

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

setDefinesPresentationContext:

Implementation

set definesPresentationContext(bool value) {
  objc.checkOsVersionInternal('UIViewController.setDefinesPresentationContext:', iOS: (false, (5, 0, 0)));
  _objc_msgSend_1s56lr9(this.ref.pointer, _sel_setDefinesPresentationContext_, value);
}