chrismiles / EZForm

iOS form handling and validation library.
MIT License
284 stars 64 forks source link

Captcha demo for model / field value & valueTransformer #73

Closed zats closed 9 years ago

zats commented 9 years ago

A demo showing -[EZFormField valueTransformer]. It allows mapping of the values shown in the form to the model values.

chrismiles commented 9 years ago

Nice, thanks!

zats commented 9 years ago

Thanks for the library, cheers!