Skip to content

bynelus/NavigationFlowConcept

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

Concept of navigation controllers in an iOS app.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages