Survey: Simple iOS Forms library
github.com
Survey: Simple iOS Forms library
1–10 of 14 posts
Re: Survey: Simple iOS Forms library
#2Re: Survey: Simple iOS Forms library
#3Re: Survey: Simple iOS Forms library
#4not so cool in only supporting text fields...
Re: Survey: Simple iOS Forms library
#5Really cool but it would benefit from a nice demo page.
Re: Survey: Simple iOS Forms library
#6Re: Survey: Simple iOS Forms library
#7It'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 :)
Re: Survey: Simple iOS Forms library
#8Some 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.
Re: Survey: Simple iOS Forms library
#9There 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
Re: Survey: Simple iOS Forms library
#10Nice work! 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.