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