init()
Creates a form style with scrolling, grouped rows.
Declaration
nonisolated init()Discussion
Don’t call this initializer directly. Instead, use the grouped static variable to create this style:
Form {
...
}
.formStyle(.grouped)Creates a form style with scrolling, grouped rows.
nonisolated init()Don’t call this initializer directly. Instead, use the grouped static variable to create this style:
Form {
...
}
.formStyle(.grouped)