Contents

GroupedFormStyle

A form style with grouped rows.

Declaration

struct GroupedFormStyle

Overview

Rows in this form style have leading aligned labels and trailing aligned controls within visually grouped sections.

Use the grouped static variable to create this style:

Form {
   ...
}
.formStyle(.grouped)

Topics

Creating the form style

See Also

Supporting types