childViewControllerForScreenEdgesDeferringSystemGestures property
UIViewController?
get
childViewControllerForScreenEdgesDeferringSystemGestures
childViewControllerForScreenEdgesDeferringSystemGestures
Implementation
UIViewController? get childViewControllerForScreenEdgesDeferringSystemGestures {
objc.checkOsVersionInternal(
'UIViewController.childViewControllerForScreenEdgesDeferringSystemGestures',
iOS: (false, (11, 0, 0)),
);
final _ret = _objc_msgSend_151sglz(this.ref.pointer, _sel_childViewControllerForScreenEdgesDeferringSystemGestures);
return _ret.address == 0 ? null : UIViewController.castFromPointer(_ret, retain: true, release: true);
}