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