Are there any examples out there to emulate page turning like iBooks or Flipboard?
Asked
Active
Viewed 6,680 times
3 Answers
7
YES,
I saw this the other day on github.
http://github.com/brow/leaves "An iBooks like" page turning interface.

John Ballinger
- 7,380
- 5
- 41
- 51
-
It's not a "real" leaves effect, it's static, but not that bad. The iBooks Effect is private API. – steipete Mar 09 '11 at 22:34
-
Btw, as of iOS5, Apple added UIPageViewController, so it now can be used w/o touching private API (well, more or less, since UIPageViewController is horribly buggy in iOS5, but that's another story. I got it working in PSPDFKit, after a lot of pain) – steipete Mar 05 '12 at 21:07
4
You might want to wait for iOS 5 (hint, hint). You can check out the WWDC iOS 5 videos (for free) if you are a registered developer (for instance "What's new in Cocoa Touch").

Robotic Cat
- 5,899
- 4
- 41
- 58
-
4Documentation: [UIPageViewController](http://developer.apple.com/library/ios/#documentation/UIKit/Reference/UIPageViewControllerClassReferenceClassRef/UIPageViewControllerClassReference.html). – mxcl Dec 19 '11 at 20:05
1
If you're into Math and OpenGL, there is a Page that explains how it can be made.
http://wdnuon.blogspot.com/2010/05/implementing-ibooks-page-curling-using.html

steipete
- 7,581
- 5
- 47
- 81