navigationController property

UINavigationController? get navigationController

navigationController

Implementation

UINavigationController? get navigationController {
  objc.checkOsVersionInternal('UIViewController.navigationController', iOS: (false, (2, 0, 0)));
  final _ret = _objc_msgSend_151sglz(this.ref.pointer, _sel_navigationController);
  return _ret.address == 0 ? null : UINavigationController.castFromPointer(_ret, retain: true, release: true);
}