tags:

views:

214

answers:

1

I have an app with two full-screen views, one on top of the other. I would like to show the corner of the top view curled slightly away, and allow the user to curl it away more until the view underneath is completely showing.

The user should be able to interact with whatever part of the view underneath is exposed, and with whatever part of the view above is exposed.

I'd especially like this to look and feel like the page turn curling in iBooks. I've done a lot of searching about the iBooks page curl, but not much turns up. There's a great OpenGL implementation, but I don't know how to get from there to here. Any ideas?

+1  A: 

A much simpler to implement, and therefore simpler visually approach is available here: http://github.com/brow/leaves

You may have a bit more success starting small.

Chad Udell
Well, that's an option... but its not very beautiful. And doing it that way doesn't seem to get me any closer to doing it the right way. I'll keep in mind as a fallback.
Hilton Campbell