PresenterFeature
public protocol PresenterFeature : Feature, PresenterProvider
Undocumented
-
features with high priority will be handeled earlier than features with a low priority eg. high priority features might block low priority features
Declaration
Swift
var priority: Int { get }
-
isResponsible(routeResult:controller:)Extension methodDeclaration
Swift
public func isResponsible(routeResult: RouteResult, controller: UIViewController) -> Bool
View on GitHub
PresenterFeature Protocol Reference