Submitted Feedback via FB8262535
Post
Replies
Boosts
Views
Activity
I tried wrapping UIVisualEffectView in a ViewRepresentable protocol, but that didn't work. The widget rendered with a large yellow/red forbidden image as background.
I've tried adding an image to the widget from the WW20 code along. Same error her
This is how I load the image:
Image("piImage")
		 .renderingMode(.template)
		 .foregroundColor(.secondaryAccen
Have you tried running the extension scheme?