I am unable to find the way to hide a UIbarButtonItem set on a toolbar. The button is properly declared and linked on IB. However the following line does nothing,
self.botoVolver = nil;
I am unable to find the way to hide a UIbarButtonItem set on a toolbar. The button is properly declared and linked on IB. However the following line does nothing,
self.botoVolver = nil;
Just reset the button on the toolbar, try this:
[self.toolbar setItems:nil];