Clean-Swift / CleanStore

A sample iOS app built using the Clean Swift architecture. Clean Swift is Uncle Bob's Clean Architecture applied to iOS and Mac projects. CleanStore demonstrates Clean Swift by implementing the create order use case described by in Uncle Bob's talks.
https://clean-swift.com/clean-swift-ios-architecture/
MIT License
1.91k stars 315 forks source link

Swifty router implementation #25

Closed basememara closed 1 year ago

basememara commented 6 years ago

Each scenes has respective storyboard. New RouterLogic natively routes one storyboard to another using storyboard.instantiateInitialViewController.

capturfiles_16

More details of routing implementation found here: http://basememara.com/protocol-oriented-router-in-swift/