AFNetworking
A delightful iOS and OS X networking framework. Contribute to AFNetworking development by creating an account on GitHub.
kingpin
A drop-in MKAnnotation clustering library for iOS. Contribute to kingpin development by creating an account on GitHub.
SquareQuote
SquareQuote for iOS. Contribute to SquareQuote development by creating an account on GitHub.
PaperFoldMenuController
PaperFoldMenuController - A navigation menu on the left of the screen using on PaperFold...
MDCParallaxView
MDCParallaxView - Create a parallax effect using a custom container view, much like the top view of Path's timeline.
REComposeViewController
Replicates functionality of SLComposeViewController introduced in iOS 6.0. You can create composers for any social network out there. REComposeViewController doesn't provide logic for sharing, only its visual part.
zipzap
zip file I/O library for Mac OS X and iOS. Contribute to zipzap development by creating an account on GitHub.
The zip file is an ideal container for compound Objective-C documents. Zip files are widely used and well understood. You can randomly access their parts. The format compresses decently and has extensive operating system and tool support. So we want to make this format an even easier choice for you. Thus, the library features:
GCRetractableSectionController
GCRetractableSectionController - Controller that helps the management of UITableViews extendable sections...
RNSwipeViewController
RNSwipeViewController - Swipe in view controllers from off-screen similar to Check the Weather.
KGDiscreetAlertView
KGDiscreetAlertView - An easy drop in control that allows you to display a discrete alert in any view.
ADClusterMapView for iOS - Cocoa Controls
ADClusterMapView is a drop-in subclass of MKMapView that displays and animate clusters of annotations. This is very useful in cases where you have to display many annotations on the map.
Applidium — Too many pins on your map?
One of the most regularly used framework in the iOS SDK is certainly the Map Kit framework, which lets you easily embed and annotate maps in your applications. In this article we will show you an innovative way to make the best out of this framework.
Photoshop For Developers: Creating a Custom UISwitch
This is a blog post by iOS Tutorial Team member Tope Abayomi, an iOS developer and Founder of App Design Vault, your source for iPhone App Design.
RNBlurModalView
Add depth to your alerts. Contribute to RNBlurModalView development by creating an account on GitHub.
KGPixelBoundsClip
KGPixelBoundsClip - NSImage and UIImage category that provides methods to find the pixel bounds of an image and create a new image clipped to those bounds.
CustomAnnotation
iOS annotation view with custom callout bubble. Contribute to CustomAnnotation development by creating an account on GitHub.
idev-recipes
Open source code for the idevrecipes.com blog. Contribute to idev-recipes development by creating an account on GitHub.
Open Source Library For Easily Tracking Leaky iOS View Controllers
View controller leaks caused by UIViewController's never really being deallocated can be tough to track down - especially if blocks are being used and you can't...
Tutorial: Asynchronous HTTP Client Using NSOperationQueue
Recently here at ELC, we’ve been working on an app that requires a lot of server interaction, which has been a learning experience for managing threading, server load and connectivity.