Hello community,
Yesterday I've updated my iPhone to iOS13 GM and Xcode 11 GM to add dark mode support to my app. Now I'm facing this weird issue where the labels in UITableViewCells are not translated anymore. This worked just fine in iOS 12 and it only happens when the cell style is set to one if the default ones (Plain, Subtitle, etc.). If the cell style is set to custom it works without problems. I reproduced this by creating a new small sample project and the issue is also present there. It happens on my iPhone and in the iOS simulator.
Did anybody else experience this issue? Or does it work for some people? Is Apple aware of this issue?