UIViewController's protocols
-
See moreUIViewController
that conforms to this protocol may overtake the control of the view controllers stack and forbid theRouter
to dismiss or cover itself with another view controller. Return false if the view controller can be dismissed.Declaration
Swift
public protocol RoutingInterceptable : UIViewController
-
All the container view controllers should conform to this protocol.
All the methods
See moreContainerViewController
supports are implemented in correspondingContainerAdapter
provided byContainerAdapterLocator
.Declaration
Swift
public protocol ContainerViewController : RoutingInterceptable