views:

156

answers:

1

I would like to add a uitoolbar able to slide -in from the top of the screen when some button is pushed. With all the research done this week-end I am still stuck. Please help.

A: 

If you are using a UIToolbar within a UINavigationController you may simply call:

- (void)setNavigationBarHidden:(BOOL)hidden animated:(BOOL)animated

Otherwise you'll have to setup a custom animation.

jessecurry