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