Re: Allow tap events outside a custom UIPresentationController on iPad(iOS 8)

2015-01-31 Thread Mike Abdullah
Since iOS 8, custom presentations we write completely block events to the presenter. I assume Apple have done this because it’s the behaviour we’d mostly like. Besides, it matches Apple’s own presentations: Alerts ignore taps outside of the alert Action sheets treat a tap on the background area

Re: Modernising dragging problem

2015-01-31 Thread Markus Spoettl
On 31/01/15 00:15, Graham Cox wrote: I'm updating some older code that uses the now-deprecated [NSView dragImage:at:offset:pasteboard:source:slideback:] to use NSDraggingSession and pals. Note that this older code works just fine, I've never had any issues with it. I'm doing this mostly just to c

Re: Core Data concurrency during import of folder contents

2015-01-31 Thread Jerry Krinock
> On 2015 Jan 30, at 22:01, Steve Mills wrote: > > Isn't there just an example of a document-based app that implement concurrent > Core Data importing and all that jazz? I liked this one [1] by Aaron Douglas (all in Swift) when I was needed to do a presentation on Core Data last September. A