3

I have this layout

enter image description here

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

enter image description here

LMaker
  • 1,444
  • 3
  • 25
  • 38

1 Answers1

1

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?

Yohst
  • 1,671
  • 18
  • 37
  • Might be simpler to say: *"Start by setting the `Distribution` of "Stack View Main" to `Fill Equally`"* instead of pointing to another question. – DonMag Jun 21 '17 at 19:30
  • 2
    but the reference shows context and explanations that would be redundant to repeat. now the OP has something to read/study that broadens horizons – Yohst Jun 22 '17 at 01:24