UIViewController's protocols
-
See moreUIViewControllerthat conforms to this protocol may overtake the control of the view controllers stack and forbid theRouterto dismiss or cover itself with another view controller. Return false if the view controller can be dismissed.Declaration
Swift
@MainActor public protocol RoutingInterceptable : UIViewController -
All the container view controllers should conform to this protocol.
All the methods
See moreContainerViewControllersupports are implemented in correspondingContainerAdapterprovided byContainerAdapterLocator.Declaration
Swift
@MainActor public protocol ContainerViewController : RoutingInterceptable
UIViewController's protocols Reference