
Pepper UI is a non-identical clone of the famous UI in Paper by Fifty Three app with lots of customization options for practical usage.
Free demo version is available on Github.
Free demo version is available on Github.

- Supports iPod, iPhone & iPad, both non-retina and retina
- Flexible content size
- Supports both landscape & portrait orientation
- Lots of useful delegate events
- Smooth animation between device orientations & view modes
- Memory efficient
- No complicated setup, works out of the box
- Supports iOS 5.0 and later
- Pure ObjectiveC and UIKit implementation. No scary OpenGL or C++ monsters

- Project must be using ARC
- Minimum XCode 4.3 & iOS SDK 5.0
- Add Pepper folder into your project
- Add QuartzCore Framework
- Import PPPepperViewController.h header file into your view controller
- Add a few lines of code in viewDidLoad or later
PPPepperViewController *pepperVC = [[PPPepperViewController alloc] init]; pepperVC.view.frame = self.view.bounds; [self.view addSubview:pepperVC.view]; [pepperVC reload];

- Animation speed
- Frame sizes
- Carousel & Scale effect for book list
- Open book at any page
- Auto resize to smaller frame in portrait orientation
- Hide 1st/cover page

