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?
A friend suggested a UIStackView, which is awesome