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:
To hide:
if let topItem = self.navigationController?.navigationBar.topItem { topItem.rightBarButtonItem = nil }