more about NSAttributedString and truncation in iOS 6

2013-01-26 Thread Matt Neuburg
Expanding even more on my previous point, take a look at this screen shot: http://imageshack.us/photo/my-images/39/truncationtest.png/ The first rectangle is a self-drawing NSAttributedString. It draws and truncates its first line only. The second rectangle is a UILabel drawing the very same at

Re: more about NSAttributedString and truncation in iOS 6

2013-01-26 Thread Kyle Sluder
On Jan 26, 2013, at 9:20 AM, Matt Neuburg wrote: > I suppose no one remembers this: > > http://www.cocoabuilder.com/archive/cocoa/323722-nsattributedstring-mysteriously-truncated-too-soon.html > > Anyhow, I have finally realized after all this time that what I was seeing > here was in fact the

more about NSAttributedString and truncation in iOS 6

2013-01-26 Thread Matt Neuburg
I suppose no one remembers this: http://www.cocoabuilder.com/archive/cocoa/323722-nsattributedstring-mysteriously-truncated-too-soon.html Anyhow, I have finally realized after all this time that what I was seeing here was in fact the _standard_ behavior of NSAttributedString under iOS 6. If an