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.
背景が透明なタブバーがあります。タブバー項目の 1 つは、UITableView を含むビューをロードします。そのテーブルビューをタブバーの「下」に置くことは可能ですか? つまり、テーブルビューを画面サイズ全体に表示します。
ありがとう
ナビゲーション スタックに viewController をプッシュする時点で、これを使用できます。
[controller setHidesBottomBarWhenPushed:YES]; [self.navigationController pushViewController:controller];
または、手動で非表示/表示するには、このトピックを参照してください
uitabbarcontroller を非表示にする方法