button item lost when hide and unhide toolbar
- by RAGOpoR
i dont know, why the button are disappear after the toolbar set to hide and unhide.
how can i fix it?
and i setup my button at this method
-(void)viewDidAppear:(BOOL)animated
this code use for hide toolbar
[self.navigationController setNavigationBarHidden:YES animated:YES];
[[UIApplication sharedApplication] setStatusBarHidden:YES animated:YES];
[self.navigationController setToolbarHidden:YES animated:YES];