本文介绍了UIStackView; &之间的均等间距外部元素的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
UIStackView很棒,我喜欢等间距分布.但是如何动态地在元素外部实现相同的空间?在我的情况下,所有元素的比例都为1:1
UIStackView is awesome, I love Equal Spacing Distribution.But how to achieve the same space also outside of elements dynamically?In my case all elements will have same ratio 1:1
推荐答案
您可以使用故事板添加相等的间距,如下所示:
You can add equal spacing using the story board as shown here:
来源: https://stackoverflow.com/a/32862693/3393964
这篇关于UIStackView; &之间的均等间距外部元素的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!