Skip to content

Routing in an iOS app abstracted

License

Notifications You must be signed in to change notification settings

willhaben/Wireframes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

This is a test project that tries to solve the issue of routing from one viewcontroller to another in an app in a clean way without using storyboards. It combines ideas from the Coordinators concept from Khanlou, and the Wireframes/Router concept from VIPER.

WARNING: this is NOT a complete library, it is NOT production tested, and still has many conceptual flaws. Use at own risk.

Contributions

You are invited to create a PR or suggest ideas as issues to improve this project. Note that I have limited time to support this project, so please no codestyle-only PRs/issues.

License

MIT License see LICENSE.md.

Other Projects

Other interesting projects that try to solve the routing problem:

Releases

No releases published

Packages

No packages published