NilAction

public struct NilAction : Action

Helper Action that does nothing

Methods

  • Does nothing and always succeeds

    Declaration

    Swift

    public func perform(with viewController: UIViewController, on existingController: UIViewController, animated: Bool, completion: @escaping (RoutingResult) -> Void)