views:

47

answers:

1

I want to slide the right button and the title in and out (instead of having things just appear and disappear). How can I go about doing this?

A: 

You can (sort of) animate the title by using a custom view for UINavigationItem's titleView property and doing the animation yourself. As for the right button, you can't animate it without completely rewriting UINavigationBar (not recommended).

Saurabh Sharan