Mike Enriquez

5pods

ECPhoneNumberFormatter

NSFormatter subclass for formatting phone numbers. Useful for formatting input fields as-you-type.

License: MIT

  • Objective C

ECSlidingViewController

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

  • Objective C

MEActionSheet

UIActionSheet subclass with a simpler API using blocks and target/action invocations.

License: MIT

  • Objective C

MEAlertView

UIAlertView subclass with a simpler API using blocks and target/action invocations.

License: MIT

  • Objective C

MEDeclarativeTable

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

  • Objective C