gpt4 book ai didi

iphone - 更改 UITabBar 文本

转载 作者:行者123 更新时间:2023-11-28 22:54:40 25 4
gpt4 key购买 nike

您好,我一直在想办法更改我的 UITabBar 的文本。我正在尝试这个,但它不起作用,我该怎么办?

- (id)init 
{
UITabBarItem* theItem = [[UITabBarItem alloc] initWithTitle:[UIFont fontWithName:@"HelveticaNeue" size:nil] image:nil tag:0];
self.tabBarItem = theItem;
return self;
}

最佳答案

您正在将标题设置为字体实例而不是字符串。

UITabBarItem* theItem = [[UITabBarItem alloc] initWithTitle:@"Some Title" image:nil tag:0];

关于iphone - 更改 UITabBar 文本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11069297/

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