UINavigationBar custom transition animation
ios, uikit, uinavigationbar, uiviewcontroller
Solution
WWDC 2013 video #218 indicates that all custom transitions will crossfade the navigation bar, and that there's no way to customize this behavior.
Problem
I've created custom transitions between view controllers using the following protocols: `UIViewControllerAnimatedTransitioning` and `UIViewControllerTransitioningDelegate` Is it possible using the default `UINavigationBar`, to create custom transitions for the titles, right now they simply crossfade between view controllers, Or do i have to built my own navigation bar view from scratch?