[Feature] Coordinator protocols #2
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "target/coordinator"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the work done to define the
Coordinator
and theRouter
public protocols, and also implemented a few concrete router implementations tailored for the UIKit framework.To provide further details about the work done:
Coordinator
target in thePackage
file;Coordinator
and theRouter
public protocols used to implement the coordinator pattern;ModalNavigationRouter
,PushNavigationRouter
and theWindowRouter
concrete routers.[Feature] Coordinator protocol and iOS concrete routersto [Feature] Coordinator protocols