Search code examples
xcodecocoa-touchautolayoutinterface-builderuifont

How to keep fonts the same size across (where possible) different controls with autolayout?


I have several UILabels which span a different number of lines. I've set the font / size for each with different sizing classes. I've also set a minimum size.

However I can't keep fonts the same size.

How do I achieve this with autolayout?


Solution

  • A friend suggested a UIStackView, which is awesome