1

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;
Tim B
  • 40,716
  • 16
  • 83
  • 128
Jaume
  • 3,672
  • 19
  • 60
  • 119

1 Answers1

-1

Just reset the button on the toolbar, try this:

[self.toolbar setItems:nil];
bradley
  • 648
  • 5
  • 6