Over a year ago I mentioned a library containing many different 3D transitions created using OpenGL ES.
Here’s an example from Glenn Chiu showing how to re-create the iBooks bookshelf 3D transition effect that can be used as a segue in the Xcode storyboard tool. This transition is done using OpenGL ES rather than core animation for better performance.
This video shows the example in action:
You can play around with the parameters to remove depth, and change the lighting aspects.
You can find GC3DFlipTransitionStyleSegue on Github here with usage instructions.
A great example on creating 3D transitions using OpenGL ES that can be used as a segue.
- Tutorial: Integrating Cocos2D 2.0 With iOS 5 Storyboards
- New iOS 5 Storyboard Tutorials Added
- Open Source iOS UIView Category For Great Looking Easy Fan Fold Style Transitions
- Example iOS Source Code Of A Customizable Coverflow Container Using UICollectionView
- Tutorial: iPad UISplitViewController And Storyboards
Original article: Example: Create A 3D iBooks Style Transition That Acts As An Xcode Storyboard Segue
©2013 iOS App Dev Libraries, Controls, Tutorials, Examples and Tools. All Rights Reserved.