childViewControllerForScreenEdgesDeferringSystemGestures property

UIViewController? get childViewControllerForScreenEdgesDeferringSystemGestures

childViewControllerForScreenEdgesDeferringSystemGestures

Implementation

UIViewController? get childViewControllerForScreenEdgesDeferringSystemGestures {
  objc.checkOsVersionInternal(
    'UIViewController.childViewControllerForScreenEdgesDeferringSystemGestures',
    iOS: (false, (11, 0, 0)),
  );
  final $ret = _objc_msgSend_151sglz(
    object$.ref.pointer,
    _sel_childViewControllerForScreenEdgesDeferringSystemGestures,
  );
  return $ret.address == 0 ? null : UIViewController.fromPointer($ret, retain: true, release: true);
}