[iOS 18] Image views on widget appear blank when in tint-mode.

I'm unsure what could be causing this, but it appears that all widgets that I have built with Xcode 16 replace image content with solid color views that change to the color of the tint.

Is this... fixable?

Note: None of the subviews in my widgetUI view have widgetAccentable() on then.

Adding it to the Image Views did not appear to change anything.

Answered by J0hn in 800497022

:facepalm: Just needed that extra 5 minutes of search-fu.

.widgetAccentedRenderingMode(WidgetAccentedRenderingMode.fullColor

Accepted Answer

:facepalm: Just needed that extra 5 minutes of search-fu.

.widgetAccentedRenderingMode(WidgetAccentedRenderingMode.fullColor

[iOS 18] Image views on widget appear blank when in tint-mode.
 
 
Q