Simple question: is it possible to stack one WKInterfaceLabel on top of another inside a WKInterfaceGroup? I’m dragging like a mad man and I cannot get the blue target line to setting above or below the first label. It’ll sit beside it, to its left or right, but it won’t settle above or below it.
I’m trying to do something inside a table row akin to a master/detail, but I simply can’t figure out if it’s possible.
You can set the layout of the
WKInterfaceGroupasVerticaland that will make your labels be one on top of the other.This happens because
WKInterfaceGroupdoesn't work like a view, it has a layout flow that automatically arranges the innerWKInterface's as specified by the Layout property that can behorizontalorvertical. You can also tweak the appearance with custom insets.