shayan18 / CoordinatorPatternSwift

Sample app implementation of Coordinator Pattern in Swift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sample app implementation of Coordinator Pattern in Swift

Using the coordinator pattern in iOS apps lets us remove the job of app navigation from our view controllers, helping make them more manageable and more reusable, while also letting us adjust our app's flow whenever we need. This is sample coordinator app that i use in my projects.

About

Sample app implementation of Coordinator Pattern in Swift


Languages

Language:Swift 100.0%