gpt4 book ai didi

iphone - 在iOS中设置 "More"选项卡的导航栏按钮样式

转载 作者:行者123 更新时间:2023-11-29 05:00:38 25 4
gpt4 key购买 nike

我似乎无法更改导航栏按钮麦粒肿的样式。这就是我得到的。

enter image description here

我对 UINavigationController 进行了子类化并执行了以下操作:

- (id)initWithRootViewController:(UIViewController *)rootViewController
{
self = [super initWithRootViewController:rootViewController];

if (self)
{
UINavigationBar *navBar = [self navigationBar];
[navBar setBarStyle:UIBarStyleBlack];
[navBar setTintColor:[UIColor blackColor]];
}

return self;
}

我运行的是 iOS 4.3,当 UITabBarController 中存在超过 4 个选项卡时,操作系统会自动添加该按钮。

对我可能做错的事情有什么建议吗?

最佳答案

由于更多的导航 Controller 是由操作系统处理的,所以这就是你必须做的。

[self.tabBarController.moreNavigationController.navigationBar setTintColor:[UIColor blackColor]];

关于iphone - 在iOS中设置 "More"选项卡的导航栏按钮样式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7059793/

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