There’s a textCase(nil) modifier on Section that honours the original text case, which works on iOS 14
From Apple’s developer forums: https://developer.apple.com/forums/thread/655524
Section(header: Text("Section Title")) {
[...]
}.textCase(nil)
There’s a textCase(nil) modifier on Section that honours the original text case, which works on iOS 14
From Apple’s developer forums: https://developer.apple.com/forums/thread/655524
Section(header: Text("Section Title")) {
[...]
}.textCase(nil)