Normally, when I put a string in my label, the contents that go after the label\'s dimension will be displayed as \"...\". I need to see this the other way. ie. When the content
Set the lineBreakMode of the UILabel to NSLineBreakByTruncatingHead.
[myLabel setLineBreakMode: NSLineBreakByTruncatingHead];