iOS-Routing-Example icon indicating copy to clipboard operation
iOS-Routing-Example copied to clipboard

A Clean, Simple and Composable Routing System for iOS apps in Swift

Results 2 iOS-Routing-Example issues
Sort by recently updated
recently updated
newest added

A `DependencyContainer` extension has been added to the testing target in order to ensure that all interfaces registered in the container have been swapped for Mock classes instead. Also, a...

Use the `DependencyContainer` framework to inject containers in the routers which will be responsible for instantiating the whole flow of the app. The `Graph`'s container should register and resolve all...