NavigationControllers navigationbar hidden problem

Posted by Infinity on Stack Overflow See other posts from Stack Overflow or by Infinity
Published on 2010-06-14T07:50:00Z Indexed on 2010/06/14 7:52 UTC
Read the original article Hit count: 198

Filed under:
|

Hello guys!

I would like to hide the navigationbar with this code:

[self.navigationController setNavigationBarHidden:navbarAndToolbarHidden animated:YES];

Do you see? It is animated, but it doesn't animated when I check... Also I tried to do this with toolbar with this code

[self.navigationController setToolbarHidden:navbarAndToolbarHidden animated:YES];

and it works perfectly.

Any idea how to fix this?

© Stack Overflow or respective owner

Related posts about objective-c

Related posts about iphone-sdk