I have this layout
And I want to resize the height of every text field inside, but I cant do it on inspector. Its something about constraints?
Can someone help me with this thing?
Here is my tree of components
I have this layout
And I want to resize the height of every text field inside, but I cant do it on inspector. Its something about constraints?
Can someone help me with this thing?
Here is my tree of components
yes you will need to set height constraints for the stuff that is in your stack view. Have a look at this:How to set height of containers in stack view?