Some other iOS forms libs:
- QuickDialog / https://github.com/escoz/quickdialog
- ELCTextFieldCell / https://github.com/elc/ELCTextFieldCell
- IBAForms / https://github.com/ittybittydude/IBAForms
- FormKit.m / https://github.com/brunow/FormKit.m
I suggest you submit it to http://www.cocoacontrols.com/controls/new as well.
There are a number of existing form libraries for iOS* that have been around for a while at differing levels of complexity. Could you give a brief summary of why you wrote a new library instead of using one of the existing ones? Putting an explanation like that in the readme would be a great way to explain why you did all this work.
*: https://github.com/chrismiles/EZForm https://github.com/escoz/QuickDialog https://github.com/ittybittydude/IBAForms
It's kind of turned into a DSL specified within the Core Data model editor, but with the nature of the project it was for it's saved me a lot of time. I'd love to open-source it if there was interest, but I'd have to look into the logistics :)