UINavigationController
-
pushViewController
method with completion callbackDeclaration
Swift
func pushViewController(_ viewController: UIViewController, animated: Bool, completion: (() -> ())?)
-
popViewController
method with completion callbackDeclaration
Swift
func popViewController(animated: Bool, completion: (() -> ())?)
-
popToRootViewController
method with completion callbackDeclaration
Swift
func popToRootViewController(animated: Bool, completion: (() -> ())?)
-
popToViewController
method with completion callbackDeclaration
Swift
func popToViewController(_ viewController: UIViewController, animated: Bool, completion: (() -> ())?)