Deadlock in core data fetch?

2013-01-26 Thread Martin Hewitson
(sent again because it was too long and got held for moderation) Dear list, Forgive my potential use of bad terminology and ignorance here. I'm about to talk about concurrency in the context of core data, and I suspect I'm doing things terribly wrong. I have an app which does background proces

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