Reputation: 1447
Is it possible to set priority to a child view
of a UIStackView
like it would be done in android. Set height to 0 and set view`s weight to 1.5 for example?
I want my view to fill little bigger than a half of a screen.
Upvotes: 0
Views: 471
Reputation: 951
You can set Aspect Ratio constraint for your View for example:
Upvotes: 1