我正在尝试在我的主 tableView 顶部格式化 navigationItem。我已设法设置此代码显示的标题
[[self navigationItem] setTitle:@"MyTitle"];
但我还没有找到访问背景颜色的方法。我想要这样的东西
[[self navigationItem] setBackgroundColor:[UIColor colorRed]];
但这不起作用。还有其他想法吗?
我正在尝试在我的主 tableView 顶部格式化 navigationItem。我已设法设置此代码显示的标题
[[self navigationItem] setTitle:@"MyTitle"];
但我还没有找到访问背景颜色的方法。我想要这样的东西
[[self navigationItem] setBackgroundColor:[UIColor colorRed]];
但这不起作用。还有其他想法吗?