I\'m trying to show a long chunk of text inside a UILabel in one line. The UILabel is a subview of UIScrollView so I can scroll and see the entire UILabel.
My proble
try
textLabel.adjustsFontSizeToFitWidth = YES; textLabel.minimumFontScale = 0.5;