5pods
NSFormatter subclass for formatting phone numbers. Useful for formatting input fields as-you-type.
License: MIT
ECSlidingViewController is a view controller container that presents its child view controllers in two layers. It provides functionality for sliding the top view to reveal the views underneath it. This functionality is inspired by the Path 2.0 and Facebook iPhone apps.
License: MIT
UIActionSheet subclass with a simpler API using blocks and target/action invocations.
License: MIT
UIAlertView subclass with a simpler API using blocks and target/action invocations.
License: MIT
Describe the structure of your UITableView
's sections and rows in an object oriented way. Useful for building small and mostly static tables such as forms, settings, menus, etc... We prefer readability over memory efficiency, so it is not recommended to use this with tables that may have a large number of cells.
License: MIT