How to enforce certain UIImageView with SFSymbol to be in light mode even though the entire app is in dark mode?

Viewed 34

The following is the UIImageView, using SFSymbol face.smiling

  • UIImageView background is pink color
  • UIImageView tint is black color

enter image description here

When I switch my app to dark mode, the smiling face which use to be transparent color, has became solid black color.

The face line (eye, mouth, face border) used to be solid black color, had became transparent color.

enter image description here

I would like to avoid such outcome. Is there a way, to force UIImageView load SFSymbol in light mode, even though the entire app is using dark mode?

Here's the the testing looks like - https://www.youtube.com/watch?v=Rhf9nn5vdK4 (This happens same when I test using real device and simulator)

Thanks.

0 Answers
Related