CustomRouteInspectables
public protocol CustomRouteInspectables : AnyObject
Defines a way to inspect a UIViewController asking for the next visible UIViewController in the visible stack.
-
Next view controllers to be inspected by the router
Declaration
Swift
var nextRouteControllers: [UIViewController] { get }