popViewControllerAnimated method

UIViewController? popViewControllerAnimated(
  1. bool animated
)

popViewControllerAnimated:

Implementation

UIViewController? popViewControllerAnimated(bool animated) {
  objc.checkOsVersionInternal('UINavigationController.popViewControllerAnimated:', iOS: (false, (2, 0, 0)));
  final _ret = _objc_msgSend_1t6aok9(this.ref.pointer, _sel_popViewControllerAnimated_, animated);
  return _ret.address == 0 ? null : UIViewController.castFromPointer(_ret, retain: true, release: true);
}