Correction, section titles are also rendered in upper case when running on an iOS 14 device, but display as mixed case when running on iOS 13 device. They display upper case in simulator because it is also iOS 14 emulation. App is build in Xcode 12 with iOS 13 target.
Post
Replies
Boosts
Views
Activity
This issue with all upper case section titles appears to be a bug only in the Xcode 12 simulator. When running my app on device using Xcode 12, the section titles display as mixed case without use of the .textCase(.none) modifier.
As noted, .textCase(.none) works, but is only available on iOS 14.
Is there any workaround for section title mixed case when building for iOS 13, using Xcode 12?