Skip to content
This repository has been archived by the owner on Feb 8, 2020. It is now read-only.
samdeane edited this page Feb 25, 2012 · 2 revisions

ECTouch is a module in my open source ECFoundation library, providing some Objective-C utility routines for iOS based projects.

It is distributed under the terms of our liberal license.

ECTouch contains high level user interface code that requires the UIKit framework.

At the moment this library is just a dumping ground for my shared iOS code. Some of the things it contains are:

  • various utility classes that extend system classes with categories
  • some handy reusable UIView and UIViewController subclasses
  • an early attempt at a collection of data-driven table views
  • a generic table controller and some object and array controller classes which aim to provide something approaching the flexibility of the MacOS X binding system, to make it easier to set up tables that display/edit model data.
Clone this wiki locally