There are so many URL schemes available for use in iOS devices, and a couple of years ago I mentioned a great database of url schemes that is still maintained.
Here’s a library from Joel Levin called JLRoutes that makes it very easy to handle complex URL schemes within your apps. As the readme states:
JLRoutes is advanced URL parsing with a block-based callback API. It is designed to make it very easy to handle complex URL schemes in your application without having to do any URL or string parsing of any kind.
Definitely a brilliant library that makes it very easy to handle multiple parameters through a URL scheme with ease.
You can find JLRoutes on Github here.
More examples and information over on the Github page.
- Tutorial: Using URL Schemes To Open The Settings App To A Specific Page In iOS 5
- Open Source: Lightweight Asynchronous Networking Library For Easy Communication With Web Services
- Get Users Tweeting From Your Apps Without Entering Their Info
- Open Source: Easy Multistroke and Single Stroke Complex Gesture Recognition On iOS
- Macros Allowing You To Easily Create Code That Works In Both ARC and Non-ARC Projects
Original article: Open Source iOS Library Allowing You To Easily Set Up Complex URL Schemes
©2013 iOS App Dev Libraries, Controls, Tutorials, Examples and Tools. All Rights Reserved.





