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

    routingPresenter

    An instance responsible for presenting view controllers

    priority

    The priority for calling your provider, higher priorities are called first. (Defaults to 0)