I have a toolbar on the bottom of my view, and I want to hide the toolbar, how is this accomplished? I only have the original view that was in the project, I tried the code below but no success.
[self.view setToolbarHidden:YES animated:YES];
|
I have a toolbar on the bottom of my view, and I want to hide the toolbar, how is this accomplished? I only have the original view that was in the project, I tried the code below but no success.
|
|||
|
|
Try the following
|
|||||
|
|
To add to the above poster, if you wanted the animation in there you should be able to call:
if you want the animation to be in there. |
|||
|
|