Given a layout that you set up using constraints, how do you find the biggest text size that fits your labels and buttons?
You can use adjustsFontSizeToFitWidth
for labels but it only cares about width, not height. And I don't understand how button labels exactly work...
I posted an answer to a related question, but I wanted to ask it again since the other question is a bit forgotten and I don't know how I would do it for buttons.