在 Storyboard 的 StackView 中调整 UIButton 的大小

Resize UIButton inside StackView in Storyboard


我最近开始学习 Swift 并且在使用自动布局时遇到以下问题:

目标

问题


如果有人能帮助我理解并解决此问题,我将不胜感激。
在此先感谢您!

I tried to add a fixed width constraints to both UIButtons but it's doesn't work

你走对了!您只需要将堆栈视图的对齐方式设置为 Center.

结果: