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