What is IKRouter?

 IKRouter is an URLScheme router than supports auto creation of UIViewControllers for associated url parameters to allow creation of navigation stacks.

What does it do?

Once you have made your UIViewControllers conform to Routable you can register them with the parameters that they represent in your registered url-scheme routes. IKRouter is then able to create an array of UIViewControllers for you to display when a valid url is handled. All you need to do then is display them!

IKRouter can also handle routes in the traditional way by simply registering a route and handling it with a funciton/closure and the two methods can also be used together.

Overview

  • Pricing: Free
  • Resource Link: https://github.com/IanKeen/IKRouter
  • Resource Maker on Twitter: IanKay
  • Mobile Platform Destination: iOS Apps
  • Mobile Platform Support: Native iOS
  • Programming Languages: Swift
  • CocoaPods: IKRouter