Contents

init()

A non-scrolling form style with a trailing aligned column of labels next to a leading aligned column of values.

Declaration

init()

Discussion

Don’t call this initializer directly. Instead, use the columns static variable to create this style:

Form {
   ...
}
.formStyle(.columns)