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.
アプリの下部にタブ バーがあり、すべてのタブ バー アイテムにタイトルがあります。
このタイトルを上下に移動するにはどうすればよいですか?
解決:
UITabBar *tabBar = self.tabBarController.tabBar; UITabBarItem *item0 = [tabBar.items objectAtIndex:0]; item0.titlePositionAdjustment = UIOffsetMake(10, 5);
(iOS5以降を除いて)できません。あなたはそれをカスタムでやらなければならないでしょう。