Labels and text inside Text Field becoming white automatically for iOS 13 Dark mode

user121095 picture user121095 · Sep 23, 2019 · Viewed 8.3k times · Source

My app works fine for iOS versions below 13.0 but when i updated the device to iOS 13 and chose Dark Mode, the labels are going white(which were black earlier) automatically which is not the case with Light mode (in which it is working fine, black labels remain black).

Anyone else experiencing the same and is there any fix for the same so far ?

Answer

Kishan Suthar picture Kishan Suthar · Sep 23, 2019

if you are using System Color than it will automatically change in dark mode. so you can use Custom Color in Application.

Or you can set key User Interface Style and value Lightin Info.plist file.

enter image description here