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(object$.ref.pointer, _sel_popViewControllerAnimated_, animated);
  return $ret.address == 0 ? null : UIViewController.fromPointer($ret, retain: true, release: true);
}