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

1. Open Source UI Control Adding Pull To Refresh On Any UIScrollview In Any Direction

An open source control allowing you to add pull to refresh that can work from all directions to any UIScrollView without needing to become that scrollview's delegate.

You can find MSPullToRefreshController on Github here and read more about the differences between the control and other existing solutions over at the Miso blog here.

2. How To Automatically Place Version Identification Within An App Icon

A guide showing how you can automatically add an app's version number to the app icon automatically - for easy distinguishing between different builds.

You can find the guide over on Kryzsztof's site here.

You'll need to install ImageMagick and Ghostscript to get things working (using HomeBrew is the easiest way).  Full instructions in the guide.

3. Open Source Library For Creating Stylish UILabels – Outlines, Gradients, Shadows And More

An open source library allowing you to create rich text UILabels with text outlining, shadowing, and gradients.



You can THLabel on Github here.

A nice easy library for creating labels with rich text.

4. iOS UIControl Category That Allows You To Handle Events Using Blocks

A category enhancing UIControl allowing you to handle events using blocks rather than delegate methods.

You can find ALActionBlocks on Github here.

You can read this answer on Stackoverflow that explains the technique used to pass a block for the @selector used by the UIControl.

If you've created, or come across any 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