by wess on 10/16/12, 2:17 PM with 12 comments
by jrnkntl on 10/16/12, 3:15 PM
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.
by pretz on 10/16/12, 3:16 PM
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
by sjm on 10/16/12, 2:58 PM
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 :)
by doe88 on 10/16/12, 2:47 PM
by MaxGabriel on 10/16/12, 4:40 PM
by omnibobble on 10/16/12, 2:35 PM
by tommys on 10/16/12, 2:38 PM