NavigationControllers navigationbar hidden problem
- by Infinity
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?