Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ナビゲーション コントローラーの代わりにタブ バーから移動するときに、ナビゲーション コントローラーの rightBarButtonItem を非表示にする方法。
右バーボタンを非表示にしたいクラスのviewDidLoadまたはviewWillAppearにこの行を書くだけです
self.navigationItem.rightBarButtonItem = nil;