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