This repository contains the code and presentation I gave at the CocoaHeads meet-up in Copenhagen on April 14, 2014. It does not contain the custom tab bar classes I showed, as these are not for public consumption.
There are two commits on the master branch.
-
The first features the
UITabBarController
instance without transition animation. -
The second features the same tab bar controller, but with a
JBAnimatedTabTransition
animation controller to perform a transition animation.
The presentation went on to show how we could plug in the JBAnimatedTabTransition
class, without modifications, to animate the transition of the custom tab bar controller class (a UIViewController
subclass).