↧
Answer by Adam B for UITextField changing font size via Interface Builder
Make sure you uncheck the "Adjust to fit" option on the UITextField. Otherwise if your text is longer than the field the framework will automatically shrink the text to make it fit.
View ArticleUITextField changing font size via Interface Builder
I've been trying to adjust the font size for a UITextField that's embedded in a contentView of a UITableViewCell. I'm using cmd+T to bring up the font menu, and in there am using just the default font...
View Article
More Pages to Explore .....