Dynamic multi-line UILabel
Quick tip if you want a dynamic multi-line UILabel (i.e you don’t know how many lines there will be), just use this:
myLabel.numberOfLines = 0;
Easy!
Posted: January 7th, 2009 under iPhone.
Comments: 9
Quick tip if you want a dynamic multi-line UILabel (i.e you don’t know how many lines there will be), just use this:
myLabel.numberOfLines = 0;
Easy!
Posted: January 7th, 2009 under iPhone.
Comments: 9