How do set the text in a Picker control to a light color for iOS13 darkmode
To support DARKMODE on IOS13 you need to set the text color to a colour that the system can change. But on the inspector, there is no ability to set the Picker text to any color.
There must be a simple way to do this but I cannot find it. Using Attributed text is NOT the solution.