In my UINavigationController I have set the titleView of a viewcontrollers NavigationItem
. Now I want to add a custom animation to this, how can I do this?
If you want to post an example, I want to animate the title up and fade it out when it disappears and for the appear animation, I want the title to animate down and fade in.