Skip to main content

List の Section で大文字にしたくない

textCase をセットする

swift
List {
Section(header: Text("Park").textCase(.none)) {
...