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?