Form 関連
swift
Form {
Section {
TextField("Title", text: $title)
CalendarPickerButton()
} header: {
Toggle("Test", isOn: $isOK)
.textCase(.none)
}
Form {
Section {
TextField("Title", text: $title)
CalendarPickerButton()
} header: {
Toggle("Test", isOn: $isOK)
.textCase(.none)
}