Setting space between some items in stack view

后端 未结 6 515
悲&欢浪女
悲&欢浪女 2021-02-04 23:35

In Interface Builder, I use a horizontal UIStackView and want to place the items as this :

   xx   xx   xx

every x symbolize an item. Item1 and

6条回答
  •  温柔的废话
    2021-02-05 00:33

    In a stack view,you can only define the constant space between items.It's easy to do such things,just choose the stack view in the outline and set the value of space.

提交回复
热议问题