4

I am trying to show a book opening animation as in iBooks. Any inputs will be helpful.

attisof
  • 544
  • 1
  • 5
  • 11
  • This is now built into xCode 4.2. – CW0007007 Nov 30 '11 at 15:30
  • Start a new project and choose 'Page Based Application". – CW0007007 Dec 15 '11 at 14:33
  • You are talking about [UIPageViewController](http://developer.apple.com/library/ios/#documentation/UIKit/Reference/UIPageViewControllerClassReferenceClassRef/UIPageViewControllerClassReference.html), which gives you the nice page turning animation from iBooks. This question seems to be asking about the animation of the book 'unfolding' and opening when you choose a book from the bookshelf. – Cadin Dec 15 '11 at 19:26

1 Answers1

0

I also had same requirement. I used this library. Did some modification according to my need. Its working. Try it.

Durgaprasad
  • 1,910
  • 2
  • 25
  • 44