I\'m using the property minimumFontSize
minimumFontSize
textField.font = [UIFont boldSystemFontOfSize:17]; textField.textColor = [UIColor darkGrayColor]; textFi
The font will get truncated until the minimum font size. To experiment with this, drag a UILabel in Interface Builder, set the properties in there and change the width of the UILabel to see the effect.