Notification background color on WatchOS 2

On WatchOS 1, if I included a group on the root of the Static Notification Interface Controller hierarchy behind my label and set its background to white, it would be rendered as the whole content background -- with white background, rounded corners on the bottom and perfectly aligned to the top sash, so it all looks like part of the sash.


This does not seem to be true anymore on WatchOS 2.


On WatchOS 2 if I try to do the same thing, I'll end up with a translucent black background and my label will be inside a white group.


Is this a bug or this behavior has changed for WatchOS 2?


(the same also happens on a dynamic notification interface controller)


For reference, I'm trying to achieve something similar to the long notification example on Apple's documentation here: https://developer.apple.com/library/prerelease/ios/documentation/General/Conceptual/WatchKitProgrammingGuide/BasicSupport.html

Answered by tom_witkin in 45762022

You can set the color property on the notification interface controller rather than using a group. This will apply the color to the entire platter.

Accepted Answer

You can set the color property on the notification interface controller rather than using a group. This will apply the color to the entire platter.

Notification background color on WatchOS 2
 
 
Q