I'm using a UISegmentedControl with images. I'm trying to use template images and tintColor, selectedSegmentTintColor and backgroundColor all have different colors so all should be visible but images are always black. Sample of this is here: http://github.com/tomspee/SegmentedControl13.
Is there any way to fix black images on UISegmentedControl?
This is what I now get on iOS 13:
This is what I had in iOS 12 and would like to get on iOS 13 as well:
To add: I've already implemented the next code to opt-out of dark mode:
<key>UIUserInterfaceStyle</key>
<string>Light</string>