I am adapting an existing app to dark mode.
A certain view uses an image to represent the state of a feature. I have selected the image inside the assets catalog and modified its Appearances
field from none to Any, Dark
. Then I added images for the Dark
mode and nope. When I run the app, the image does not appear when the device is on Light
mode. That forced me to change that image from Any, Dark
to Any, Light, Dark
and then define images for the light mode.
I had a label on the same view and I changed that view to Any, Dark
just to check and it worked properly.
Why one view works and the other doesn't? Bug?
Should I change that label to Any, Light, Dark
?