ittybittydude / IBAForms

A simple iPhone forms library
Other
542 stars 77 forks source link

Support for removing form fields #30

Open jasperblues opened 11 years ago

jasperblues commented 11 years ago

I'm building a form where some read-only fields become editable after authentication.

It would be nice to be able to remove fields and replace them at runtime. (In my case substitute editable fields for the readonly ones).

Currently, I'm working around this by: Having an abstract data-source that defines the methods to build the fields and two concrete classes that build either readonly or editable fields. . . substitue the datasource after auth.