I have a problem that my widgets don't display well on Apple Watch Ultra when it is in the Night Mode. I would like to be able to detect this state so that I can provide a better view for this. Thank you.
Is there a way to detect when Apple Watch Ultra is in Night mode?
Isn't it just WidgetRenderingMode.vibrant
?
https://developer.apple.com/documentation/widgetkit/widgetrenderingmode/vibrant
It makes it monochrome then makes it red, so all you need to do is check that the mode is .vibrant
and deal with it that way.
If you're already doing that, and it doesn't look good, let us see how it looks and we might be able to recommend something else.