ComposedRoutingPresenter
public protocol ComposedRoutingPresenter : RoutingPresenter
Undocumented
-
Add an instance responsible for handling the presenter layer on a view controller It will be triggert after the wireframe resolves a route
Declaration
Swift
func add(routingPresenter: RoutingPresenter, priority: Int)Parameters
routingPresenterAn instance responsible for presenting view controllers
priorityThe priority for calling your provider, higher priorities are called first. (Defaults to 0)
View on GitHub
ComposedRoutingPresenter Protocol Reference