How can I shrink the font size to fit in a stackview of 3 items? It's important to note that the font-sizes should be the same across all views in the Stackview.
Please have a look at the issue below. The My Orders tab has a smaller font than the rest of the Stackview.
What would I like to achieve?
Spread all items evenly in the Stackview with the same fontsizes.
What did I already tried?
Setting the following properties on the labels.
label.adjustsFontSizeToFitWidth = true
label.minimumScaleFactor=0.75
Setting the following properties on the Stackview.
stackView.axis = .horizontal
stackView.distribution = .equalSpacing
stackView.alignment = .center
stackView.spacing = 16.0
Thanks for any advise.