提前使用UIStackViews

时间:2017-09-13 09:14:36

标签: uiview storyboard xib uistackview

我想使用UIStackView实现此design 我知道通过激活和停用某些约束,可以使用.swift文件中的条件代码/条件约束。

如何使用UIStackViews实现这一目标?

以下是我想要达到的结果。

1) Space must be constant between small gray dots i.e. spacing value 12 
2) Size of the small dot is fixed i.e. width=5 for small dots and also fixed for the circle with text. 
3) I want to show #n(e.g. 6) dots for the iPhone6 between two big circles. Dots must be more or less based on the screen size.

1 个答案:

答案 0 :(得分:0)

这样的事情:

enter image description here

  1. StackView with 5 views:alignment = fill,distribution = fill
  2. 视图1,3,5(灰色视图) - 带有文本
  3. 的圆圈的自定义宽度视图
  4. 视图2和4 - 等宽
  5. 视图2 - 具有6个点视图的stackview:alignment = fill,distribution = equal spacing
  6. 如果需要任何其他信息,请告诉我。