Wireframes

Routing in an iOS app abstracted

6
1
Swift

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: