Quantcast
Channel: UITextField changing font size via Interface Builder - Stack Overflow
Browsing all 2 articles
Browse latest View live

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 Article


UITextField 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
Browsing all 2 articles
Browse latest View live