gpt4 book ai didi

iPhone UITabBarItem 两行标题

转载 作者:行者123 更新时间:2023-12-03 20:17:37 28 4
gpt4 key购买 nike

我必须在 UITabBarItem 中设置一个有点长的标题;所以问题是:

是否可以在 UITabBarItem 中设置包含两行的标题?

我尝试过以下方法(但不起作用):

UITabBarItem* myTabBarItem = ... //Allocation and initialization -via Objective-C code or Interface Builder-
myTabBarItem.title = @"Hello\nHello";

但是,我可以在 UITabBarItem 底部看到的文本(标题)是“Hello Hello”(即两个“Hello”放在一行中)而不是“Hello\nHello”(一个 hello 放在一行,另一个放在另一行)。

谢谢

最佳答案

检查以下链接(标签栏 Controller 的大部分自定义)

  1. Implement a Custom Tab Bar
  2. Tabbar with custom colors
  3. RKTabView - ready to use solution
  4. RX-Tabbar controller
  5. Custom tabbar

最诚挚的问候,

关于iPhone UITabBarItem 两行标题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10850115/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com