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

2015-02-01 Thread Mazzaroth M.
Thanks for the thoughtful response. I ended-up implementing a UIPopoverPresentationController and I implemented -passthroughViews. It's OK but I wish there was a way to NOT dim the views that are part of the passthroughViews arrays. Perhaps I could file a bug/request. The benefit to all of this is

Re: Modernising dragging problem

2015-02-01 Thread Graham Cox
> On 1 Feb 2015, at 5:23 am, Markus Spoettl wrote: > > I did the same conversion a while back and have had no such issue. I found it > completely straight forward and surprisingly painless. Are you sure you're > implementing all the required protocols? > > + In the view starting dragging NSDr