Archive for category MIT License

HGPageScrollView

UIScrollView for iPhone with horizontal paging like mobile Safari tabs.

Official HGPageScrollView repository

EMKeychain

A Cocoa wrapper for Keychain.

Official EMKeychain web site

KKGridView

A grid view class for iOS, like a UITableView where several items can be presented on one row (think Photos.app).

Official KKGridView repository

TPMultiLayoutViewController

A drop-in UIViewController subclass that automatically manages switching between different view layouts for portrait and landscape orientations.

Official TPMultiLayoutViewController repository
Blog post about TPMultiLayoutViewController

NoodleLineNumberView

An NSRulerView subclass for showing line numbers on the left of an NSTextView in an NSScrollView and setting “markers” (i.e. breakpoints in the style of Xcode).

Official NoodleLineNumberView site

NoodleKit repository

MagicalRecord

An implementation of the active record pattern on top of Core Data, inspired by Ruby on Rail’s active record fetching.

Official MagicalRecord repository

NPReachability

A block-based reachability class that notifies handlers of changes in the reachability status.

Official NPReachability repository

EGOTableViewPullRefresh

A similar control to the pull down to refresh control created by atebits in Tweetie 2.

Official EGOTableViewPullRefresh repository

EGOTextView

A complete drop in replacement for UITextView, adding support for rich text editing.

Official EGOTextView repository

AFNetworking

An iOS networking library that uses NSOperations and block-based callbacks. Created by the guys over at Gowalla.

Official AFNetworking Repository