Today iOS Development Resources, Open Sources, Articles, Tutorials and Samples 

1- NSRegularExpression Category With An Extensive Number Of Helpers For Easier Regular Expressions

An extensive category for NSRegularExpression to ease the creation of regular expressions:

You can find Objective-C-RegEx-Categories on Github here.

A very nice library for simplifying your work with NSRegularExpression.

2- Example: A Beautiful Open Source iOS Weather App

An open source example weather app showing how to query an API for local weather information and display the information in a beautiful interface:



You can find Sol on Github here.

You'll can get a key for the Wunderground API here.

A nice weather example app.

3- Open Source Tool That Makes Xcodebuild Output More Useful

An open source tool that is piped by Xcodebuild providing a number of formatting options for making Xcodebuild output more useful while keeping 100% compatibility with Xcodebuild:

You can find XCPretty on Github here.

A very nice tool epecially for test reports, on the github page there's a nice example using XCPretty within a Rakefile for more descriptive testing results.

4- Tutorial: Improving Performance In Map Utilizing Apps When Handling Large Amounts Of Data

A tutorial explaining in-depth techniques for improving performance of apps containing mapp views with large amounts of annotations and other data:

You can find an in-depth tutorial explaining how they were able to achieve overon the Thoughtbot blog.

Great reading if you're trying to get more performance from maps.

5- Library Allowing You To Easily Set Up View Navigation With 3D Cube Transitions

A view controller that makes it easy to set up gesture responsive 3D cube style navigation:


You can find CubeController on Github here.

An awesome library for setting up cube navigation.

If you have an iOS developer resources that you'd like to share you can submit them in below comment section.
I guess you came to this post by searching similar kind of issues in any of the search engine and hope that this resolved your problem. If you find this tips useful, just drop a line below and share the link to others and who knows they might find it useful too.

Stay tuned to my blogtwitter or facebook to read more articles, tutorials, news, tips & tricks on various technology fields. Also Subscribe to our Newsletter with your Email ID to keep you updated on latest posts. We will send newsletter to your registered email address. We will not share your email address to anybody as we respect privacy.


This article is related to

iPad,iPhone,iPhone Resources,iPhone Articles,iPhone Development,iPhone Game Development,iPhone Turorial,Mobile Development Tutorials,Mobile Developments,Objective C