Library to allow simple creation of forms that are linked to Coredata models on iOS.
The Xcode project will build the library. This can be added to your Xcode project and add the header files to your include path.
To build a form :-
- Subclass the BaseFormTableController
- Connect a tableview to the table view outlet
- In viewDidLoad set the items array (self.items) to an Array of FormItems
TODO