Search Results

DTGridView

A two-dimensional scrolling view component for the iPhone, heavily inspired by UITableView.

Official DTGridView repository

PSPDFKit

A drop-in-ready framework that helps in almost every aspect of PDF-rendering on iOS, including Table of contents parsing, annotations, display, zoom, thumbnails, text extraction, pages of different sizes and search.

Official PSPDFKit 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

EGOTableViewPullRefresh

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

Official EGOTableViewPullRefresh repository

NSMutableDictionary+ImageMetadata

Category on NSMutableDictionary for populating it more easily with EXIF data (CGImageProperties) for use with ALAssetLibrary’s -(void) writeImageToSavedPhotosAlbum:metadata:completionBlock:.

Note: There are numerous warnings and pitfalls in header comments you should read before you use this.

Documentation (blog post)
Available in the GusUtils repository

Sensible TableView

A collection of view controllers and cell classes for building complex UITableViews more easily. Implements many common cell types (badged, edit field, switch, slider labeled), supports section headers and even auto-generates some of the views that get shown to edit them (date pickers, detail view for editing CoreData object properties).

Official SensibleCocoa TableView web site

gik-animated-callout

A customisable, animatable MKAnnotationView with a UITableView subview, designed to behave the same as callouts in Maps.app on the iPad. Requires iOS 4.2.

Official gi-animated-callout code repository

ELCTextFieldCell

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

Official ELCTextFieldCell repository

EGOImageLoading

Simplify asynchronous image loading from the web, particularly in a UITableView.

Description of EGOImageLoading

Official EGOImageLoading repository

SMSLib

An Objective-C library to access the Sudden Motion Sensors in Mac laptops.

Official SMSLib web site