[Feature] Coordinator protocols #2
Reference in New Issue
Block a user
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
Coordinatorand theRouterpublic protocols, and also implemented a few concrete router implementations tailored for the UIKit framework.To provide further details about the work done:
Coordinatortarget in thePackagefile;Coordinatorand theRouterpublic protocols used to implement the coordinator pattern;ModalNavigationRouter,PushNavigationRouterand theWindowRouterconcrete routers.[Feature] Coordinator protocol and iOS concrete routersto [Feature] Coordinator protocols