Since UIBarButtonItems do not have a “hidden” property, we can’t just set this to yes and it’ll disappear. Instead, we can set them to nil.
In this example we’re hiding the right item in the navigation controller:
[self.navigationItem setRightBarButtonItems:nil animated:YES];

Jay is founder of WP Hosting, a boutique style managed WordPress hosting and support service. He has been working with Plesk since version 9 and is a qualified Parallels Automation Professional. In his spare time he likes to develop iOS apps and WordPress plugins, or drawing on tablet devices.
He blogs about his coding journey at http://wpguru.co.uk and http://pinkstone.co.uk.