Question posted in Xcode
Whether you're new to Xcode or an experienced developer, our archive has everything you need to know about this integrated development environment (IDE). From basic functionalities to advanced features, our archive covers a wide range of Xcode-related questions and answers. Browse our archive now and find solutions to your Xcode questions, and take your app development skills to the next level
Whether you're new to Xcode or an experienced developer, our archive has everything you need to know about this integrated development environment (IDE). From basic functionalities to advanced features, our archive covers a wide range of Xcode-related questions and answers. Browse our archive now and find solutions to your Xcode questions, and take your app development skills to the next level
2
Answers
Option1
Set the StackView to
Distribution Fill
and then control drag the0 Button
onto the. Button
. Select Equal Widths and then set the Multiplier (times 2 since it should be twice the size) in the Size Inspector.Option2
Put the
.Button
and the= Button
in an equally filled StackView and then the0 Button
and the StackView in another equally filled StackView. This is probably the better option if it’s a 50-50 distribution.Follow Steps