Form
Form copied to clipboard
The most flexible and powerful way to build a form on iOS
Please add a control like check boxes, or a dropdown menu with multiple selection.
Hi, I have a problem when i try to run this project in a iOS11 device. For detail check the gif:  I happen only in iOS11, on both...
_FormField_ refers to _FormSection_, which refers to _FormGroup_ (strong reference). On the other hand, _FormGroup_ contains Sections, which contains Fields. Such an arrangement can be a source of memory leaks.
Hi everybody, While profiling my project in Instruments, I've noticed that my view controller using `Form` was generating a memory leak. I've tried to find the culprit but I didn't...
Including these two lines in my pod file ``` use_frameworks! pod 'Form' ``` I'm getting a Swift version error when I try to build. At that point, I `Edit >...
Hi, # The Issue I am trying to automate the process of filling form field data based on data present in other fields. Basically, implement a rules engine of sorts...
I just encountered a problem for elements having same id won't work. So far I was using id name same as title which user decides. But giving same title in...
This library is helpful for reading JSON and building form UI. I want to allow users to create form templates which creates JSON, then the JSON is used using this...
I'm trying to trace the logic of how your group headers keep track of their collapsed state. The scenario would be like so: 1) Collapse a group 2) Scroll down...