我正在尝试在UITabBarController中自定义moreNavigationController。我一直在阅读很多帖子和指南来设计这个样式,我设法改变了导航栏的色调颜色和表格视图的背景颜色,但仍然有一些我想要定制的东西。
我已经改变了色调和背景:
tabcontroller.moreNavigationController.navigationBar.tintColor = [UIColor orangeColor];
tabcontroller.moreNavigationController.topViewController.view.backgroundColor = [UIColor colorWithPatternImage:[UIImage imageNamed:@"tableview-background-blue.png"]];
tabcontroller.moreNavigationController.view.backgroundColor = [UIColor colorWithPatternImage:[UIImage imageNamed:@"tableview-background-blue.png"]];
我想更改UITableView的单独颜色(边框)。我还想更改单击“编辑”时出现的导航栏的色调颜色。如果我能改变整个事物的语言(“更多”和“编辑”标签等等),那就太棒了。
这些变化是否可行?若然,你知道吗?
答案 0 :(得分:0)
我认为您无法更改此预定义标签的名称。我正在拍摄“编辑”按钮&更多标签。