Generating Forms in SwiftUI - Part 3
Wednesday, August 2, 2023
This is just a quick post to show a concrete example of what I can do using my form-generation view.
Here is a screenshot of part of my app, with a form that was dynamically generated (not hard-coded in SwiftUI) in the inspector.
![](http://visualnewt.com/rw_common/plugins/stacks/armadillo/media/Screenshot20230802at8.15.27AM_2.png)
And here is the JSON that defines the form:
![](http://visualnewt.com/rw_common/plugins/stacks/armadillo/media/Screenshot20230802at11.04.39AM.png)
![](http://visualnewt.com/rw_common/plugins/stacks/armadillo/media/Screenshot20230802at11.05.00AM.png)
blog comments powered by Disqus