Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 692 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 692 Bytes

NavigationFlowConcept

Concept of navigation controllers in an iOS app. Based on the articles:

Features

  • Works with factories to prepare viewControllers with there dependencies injected.
  • This way viewControllers will get decoupled, to get inversion of control.
  • Doesn't work with states, as I don't see any real benefit from it (for now).

Requirements

  • Swift 4.0

Credits

Do you have any suggestion to improve this, make a pull request.

License

NavigationFlow is released under the Apache license. See LICENSE for details.