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.
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.
MIT License see LICENSE.md.
Other interesting projects that try to solve the routing problem: