UINavigationController
extension UINavigationController
-
PowerUpSwift: Adds a completion handler to
pushViewController(_, animated:)
.Declaration
Swift
public func pushViewController(_ viewController: UIViewController, animated: Bool, completion: @escaping () -> Void)
-
PowerUpSwift: Adds a completion handler to
popViewController(animated:)
.Declaration
Swift
public func popViewController(animated: Bool, completion: @escaping () -> Void)