UIViewController's protocols

  • UIViewController that conforms to this protocol may overtake the control of the view controllers stack and forbid the Router to dismiss or cover itself with another view controller. Return false if the view controller can be dismissed.

    See more

    Declaration

    Swift

    public protocol RoutingInterceptable : UIViewController
  • All the container view controllers should conform to this protocol.

    All the methods ContainerViewController supports are implemented in corresponding ContainerAdapter provided by ContainerAdapterLocator.

    See more

    Declaration

    Swift

    public protocol ContainerViewController : RoutingInterceptable