• Stars
    star
    156
  • Rank 239,589 (Top 5 %)
  • Language
    Objective-C
  • License
    BSD 3-Clause "New...
  • Created over 13 years ago
  • Updated almost 13 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

3D cube transition for UITabBarController

CubeTabBarController

The normal switching between view controllers on UITabBarControllers is boring. No animation whatsoever. So I decided to add a cube animation. It uses CoreAnimation to be able to rotate around the Y-axis (the one pointing out of the top of the phone). I had to use CATransformLayer to preserve the 90° angle while keeping the edges of the views touching.

I actually started with using iOS 5's container api and got it working with that, but then tried to see whether I could get it to work with a subclass of UITabBarController.

Mid rotation

NOTE: This project is built with ARC if you need to use it with MRR you'll have to add all the proper methods.