DefaultComposedPresenterProvider
open class DefaultComposedPresenterProvider : ComposedPresenterProvider
                Undocumented
- 
                  
                  
Undocumented
Declaration
Swift
public init() - 
                  
                  
Declaration
Swift
public func add(provider: PresenterProvider, priority: Int) - 
                  
                  
Declaration
Swift
public func isResponsible(routeResult: RouteResult, controller: UIViewController) -> Bool - 
                  
                  
Declaration
Swift
public func makePresenters(routeResult: RouteResult, controller: UIViewController) throws -> [Presenter] 
View on GitHub
        DefaultComposedPresenterProvider Class Reference