Watchkit - How to set the element one below other in Group

不想你离开。 提交于 2019-12-03 11:35:00

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 you need other alignments, add another group to the viewController.


EDIT

To achieve the table view you have posted in your question:

  1. put a group on the table row, set its layout to Horizontal
  2. put the image in that group, position Left
  3. put another group in that group, position Left, layout Vertical
  4. put the labels in that second group

Looks like this:

You just need to change Layout of that group to Vertical

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!