[infoText drawInRect:CGRectMake(10, 10, 310, 40) withFont:infoTextFont lineBreakMode:UILineBreakModeWordWrap];
Any suggestions on how to produce an ellipsis when the text exceeds the size of the rect?
[infoText drawInRect:CGRectMake(10, 10, 310, 40) withFont:infoTextFont lineBreakMode:UILineBreakModeWordWrap];
Any suggestions on how to produce an ellipsis when the text exceeds the size of the rect?