init()
Creates a form style with scrolling, grouped rows.
Declaration
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.
init()Don’t call this initializer directly. Instead, use the grouped static variable to create this style:
Form {
...
}
.formStyle(.grouped)