Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

UIViewControllers Transitions Effect Like iBooks Book opening effect?

I have been working on application which is a clone of iBooks, and for last 2 days I have been trying to animate the book cover flow like iBook app perform .

This is an iBooks ScreenShot, I have my book shelf exactly like this:

enter image description here

When the user taps on any book I want to perform animation transition like this :

enter image description here

enter image description here

You can see the book cover flip on left and white view is of new viewcontroller which is for loading the content of the book.

Can anyone please help me with this issue? I want to perform exactly the same animation. with two viewcontrollers.

like image 736
munibsiddiqui Avatar asked Jul 20 '12 05:07

munibsiddiqui


1 Answers

I have code a ibook open effect demo on github , you can see iBooksOpen

like image 93
Guo Luchuan Avatar answered Oct 05 '22 04:10

Guo Luchuan