Archive for category MIT License

ZSImageCacheHandler

Implementation of an image cache that stores downloaded images based on a URL key.  The cache is not persistent (OS makes no guarantees) and is not backed-up when the device is sync’d.

Official ZSImageCacheHandler repository

UIAlertView-Blocks

A category for UIAlertView which allows you to use blocks to handle the pressed button events rather than implementing a delegate.

Official UIAlertView-Blocks repository

ThoMoNetworking

Client and server classes that connect automatically via Bonjour. Pass an object to the server, and it will pop out at the client, and vice versa or distribute it to all connected clients in one go.

Official ThoMoNetworking web site

ShareKit

ShareKit provides drop-in share features for all iOS apps supporting the most popular social platforms such as Facebook, Twitter, Delicious and many more.

Official ShareKit website
Official ShareKit repository

ObjectiveFlickr

A Flickr API framework for Objective-C.

Official ObjectiveFlickr repository

ELCImagePickerController

A clone of the UIImagePickerController allowing for multiple asset selection using the Assets Library Framework.

Official ELCImagePickerController repository

ELCSlider

A subclass of UISlider to use with iPad that includes a UIPopover Scrubber showing the value as it changes.

Official ELCSlider repository

ELCTextFieldCell

A pre-made UITableViewCell subclass for forms with a label and an edit field.

Official ELCTextFieldCell repository

MTLocateMeBarButtonItem

A custom iOS UIBarButtonItem mimicing the Locate-Me-Button of the built-in Google Maps Application of the iPhone.

Official MTLocateMeBarButtonItem repository

CSIconView

A Cocoa class that implements a Finder-style icon view, with drag & drop, renamable items, coloured labels, and multiple icon sizes in the same view.

CSIconView on Google Code