I need to hide the right button in the Navigation Bar, then unhide it after the user selects some options.
Unfortunately, the following doesn\'t work:
My solution:
self.navigationItem.rightBarButtonItem.customView.hidden=NO;