Search Results
SCListener
A simple class for listening to microphone levels, suitable for the iPhone.
UKDistributedView
A high-performance Finder-style icon view implemented roughly similarly to NSTableView, with arbitrary positionable icons, rubberband selection, type-ahead selection, keyboard navigation and an included UKFinderIconCell class that can be used to have Finder-style icons in other NSCell-hosting views.
PXListView
A fast Cocoa list view for the Mac, which optimizes the display of multiple rows in a similar way that UITableView from UIKit does on iOS.
JScrollingRow
JScrollingRow is a library that provides a view which is similar in nature to a UITableView, except that instead of scrolling vertically, it scrolls horizontally over its cells, which are reused as appropriate.
Three20
Three20 is a collection of iPhone UI classes derived from the Facebook iPhone app, and developed by Facebook. It currently includes a photo viewer, message composer, Web image views, Internet-aware table view controllers, better text fields, HTTP disk cache, and URL-based Navigation.
TDBadgedCell
Provides a subclass of UITableViewCell adding a badgeString property to the cell. The badge then draws like those found in the Mail application.
ASIHTTPRequest
ASIHTTPRequest is an easy to use wrapper around the CFNetwork API that makes some of the more tedious aspects of communicating with web servers easier. It is suitable to performing basic HTTP requests and interacting with REST-based services (GET / POST / PUT / DELETE). The included ASIFormDataRequest subclass makes it easy to submit POST data and files using multipart/form-data.