Re: Image data from pasteboard?

2016-02-22 Thread Graham Cox
> On 22 Feb 2016, at 1:30 PM, Ken Thomases wrote: > > On Feb 21, 2016, at 6:47 PM, Graham Cox wrote: >> >> So is there a way, given that if +canInitWithPasteboard: returns YES, to get >> the (NS)data off the pasteboard in whatever format it’s in, knowing that >> it’s good for making an image

Re: Buttons don't work after custom transition presentation?

2016-02-22 Thread Alex Zavatone
How are they wired up. Send me some screenshots offline and I'll see what I can do to help you. I've got time if you want to work through this. On Feb 22, 2016, at 6:50 PM, Rick Mann wrote: > I have a fairly straightforward fade-in custom transition. But the buttons in > my destination view

Buttons don't work after custom transition presentation?

2016-02-22 Thread Rick Mann
I have a fairly straightforward fade-in custom transition. But the buttons in my destination view controller don't seem to send their messages. Looking at the view hierarchy in Xcode, everything seems to be in the right place and enabled, but my action never gets called. Any ideas? Thanks, --

Best way to fade in full-screen view controller on iOS?

2016-02-22 Thread Rick Mann
I want to simulate the form sheet style on iPad and iPhone. I tried to make a full-screen modal controller with .CrossFade transition, but unfortunately, that hides the presenting view controller. Is a custom transition the only way to do this? -- Rick Mann rm...@latencyzero.com ___