I have a UITextLabel which isn't very wide. I want to display the text "Average Score" With "Average" on the top line and "Score" on the bottom line. But instead, I am getting
Averag
e Score
What I would like to happen is for the code to automatically adjust the font scale to fit it correctly, but that's not happening.