I'm implementing the dark mode for iOS. The problem occurs with the images:
- I've opened the Assets.xcassets and changed the "appearances" "to Any, Dark"
- Of course I've added the new image.
Unfortunately the images are not being redrawn when overriding the environment interface style in xcode.
I've tried catching the traitCollectionDidChange method in my viewController and it is properly called. I could set the new image (origImage_dark), but shouldn't it be automatic? That's what the asset settings are made for. I'm using the .alwaysOriginal rendering of the image.