-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is it possible to change form dynamically depends from user choice? #11
Comments
There is no way to do this, yet. However it can be implemented fairly easy. First modify the Next modify the |
Need this too so working on solution |
so I tried to add: (removing a form item if segment 0 is selected in a segmentedControl
and added a elementIdentifier. However I can't get the form to reload like it would with tableview.reloadData()
|
The form cannot insert/remove fields dynamically. I can't recall why I said it was easy to make. I think nowadays it's non-trivial to code. |
For example user switch On/Off some option and and new section with some content will occur/hide in the current table
The text was updated successfully, but these errors were encountered: