Watchkit - How to set the element one below other in Group
问题 I am working on the watchkit app and I want to create a table row with an image and two labels where the labels are one below the other, like this: I tried the position options in interface builder, but no luck. The labels are always on the same line: I want the x-coordinate same for both. Please help. 回答1: At first, drag a Group onto the interfaceController, then change the Layout property of that group to Vertical : Then drag the Labels in that group and set their properties accordingly: If