ComposedRoutingObserver
public protocol ComposedRoutingObserver : RoutingObserver
Undocumented
-
Add an instance observing controllers before they are presented
Declaration
Swift
func add(routingObserver: RoutingObserver, priority: Int, routePattern: String?)Parameters
routingObserverAn instance observing controllers before they are presented
priorityThe priority for calling your provider, higher priorities are called first. (Defaults to 0)
routePatternThe route pattern to call this observer, the observer is called for every route if this pattern is nil
View on GitHub
ComposedRoutingObserver Protocol Reference