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.
のテキスト ラベルを非表示にすることは可能tabBarItemですか?
tabBarItem
テキスト ラベルは、コードで複製できないベベル/ドロップ シャドウがあるため、代替として使用している画像の一部です。
私の知る限り、タブに関連付けられたビューコントローラーで、次を設定できます。
self.title=@"";
ただし、この場合、ナビゲーションバーのタイトルにUINavigationControllerも設定されるため、ナビゲーションバーの を再定義する必要があります。@""titleView
UINavigationController
@""
titleView