Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chrismiles/IBAForms
A simple iPhone forms library
https://github.com/chrismiles/IBAForms
Last synced: 3 months 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 (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2011-04-28T08:20:59.000Z (over 13 years ago)
- Last Synced: 2023-03-11T12:02:16.906Z (almost 2 years ago)
- Language: Objective-C
- Homepage:
- Size: 3.31 MB
- Stars: 10
- Watchers: 2
- 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)
- 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)