Reputation: 18649
I have a screen I am working on like this:
On top is a UILabel that I fetch from the remote database and replace with whatever the default is. When the value of that string is long, the system resets the font size to very small like in this emulator screen shot:
Is there any way to prevent it from doing that?
Thanks!
Upvotes: 0
Views: 143
Reputation: 4656
1- change no. of lines of text of uilabel to 2
2- uncheck the auto shrink flag
Upvotes: 1