I am creating a vertical UIStackView
inside a UIView
and placing UILabel
elements inside it.
Now, I want to change the height of Label
inside the UIStackView
. But the height property seems to be disabled.
Alternatively, I am able to set height constraint for the label and change it's value programatically. I want to know if there is a way to change the value in the XIB itself as my purpose is to set a static value and cut down on adding code for it.