[Feature] Coordinator protocols #2
@ -8,6 +8,7 @@
|
||||
|
||||
import UIKit
|
||||
|
||||
/// This class is responsible for showing view controllers modally, as it is a concrete implementation of the `Router` protocol.
|
||||
public class ModalNavigationRouter: BaseNavigationRouter {
|
||||
|
||||
// MARK: Properties
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
import UIKit
|
||||
|
||||
/// This class is responsible for presenting view controllers, as it is a concrete implementation of the `Router` protocol, but it won't know what view controller or which view controller is next.
|
||||
/// This class is responsible for pushing view controllers into a navigation controller, as it is a concrete implementation of the `Router` protocol.
|
||||
public class PushNavigationRouter: BaseNavigationRouter {
|
||||
|
||||
// MARK: Properties
|
||||
|
Loading…
x
Reference in New Issue
Block a user