https://github.com/chrismiles/IBAForms
A simple iPhone forms library
https://github.com/chrismiles/IBAForms
Last synced: about 1 year ago
JSON representation
A simple iPhone forms library
- Host: GitHub
- URL: https://github.com/chrismiles/IBAForms
- Owner: chrismiles
- License: other
- Fork: true (ittybittydude/IBAForms)
- Created: 2011-04-07T02:13:11.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2011-04-28T08:20:59.000Z (almost 15 years ago)
- Last Synced: 2024-11-05T11:53:53.043Z (over 1 year ago)
- Language: Objective-C
- Homepage:
- Size: 3.31 MB
- Stars: 10
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.mdown
- License: LICENSE.txt
Awesome Lists containing this project
- awesome - IBAForms - A simple iPhone forms library (etc)
README
IBAForms
============
IBAForms is a framework for building data entry screens on the iPhone. You can quickly make forms using the built-in form field types or create your own custom fields and the user interfaces used to enter data for them. It is an Objective-C library that provides an abstraction layer above common UIKit classes such as UITableView and UITableViewCell.
Features
============
IBAForms:
* provides a set of common form field types (text, password, boolean, date, pick list).
* manages focus and navigation between form fields.
* supports binding a form to its backing model via KVC.
* supports transformation of form values via NSValueTransformer.
* provides basic styling capabilities at the form, section and field level.
* provides extension points for creating your own custom form fields.
About
============
IBAForms is brought to you by Itty Bitty Apps under the Apache 2.0 license. If you like IBAForms, or you've used it in one of your projects, [drop us a line](http://ittybittyapps.com/contact-us/), we'd love to hear about it.
[http://ittybittyapps.com](http://ittybittyapps.com)