UIPickerView visibility issues iOS 13.3

The UIPickerView in my app is no longer visibile on iOS 13.3, but only on iPhone SE and iPhone X devices. I can hear it moving, but the text and the center lines are not visible. I unfortunately do no have an SE or X device, so it is a bit diffcult to debug, but based on the behavior I don't believe this is related to my implementation.


This only became an issue on iOS 13.3, and only effects the devices listed above. I believe the most recent build was on Xcode 11.2. Perhaps I should try a build on the most recent version of Xcode? Any thoughts? Is this a known issue?

Sure, using latest XCode (11.3) is just better.


Have you tried to see if there is a difference using light / dark mode ?

Could you also test inserting a DatePicker, just to see what you get ?


Could be an issue with selected colors for Picker.

Hello! Turn dark mode off and try again. Color Picker text becomes white using dark mode. If u background color is white during dark mode, it will some as invisible but still be there. This is the reason u can actually use it )

UIPickerView visibility issues iOS 13.3
 
 
Q