SwiftUI Tutorial: Working with Form
Create a simple note taking app that changes appearance

Form in SwiftUI is a struct that works like a container for categorizing controls. Initially, the standard use of Form is to have a dedicated view for requiring certain input to users. One example is a shopping app that ask for payment and shipping information via Form. But since Form is basically just a…