标签: iphone uitableview button
我有几个UITableViewControllers,我正在尝试更改" back"的背景图像。按钮或导航按钮(见下图)。这怎么可能?
button http://casperslynge.dk/button
谢谢。
答案 0 :(得分:3)
只需设置tintColor的{{1}}。
tintColor
有关详细信息,请参阅此链接:tintColor in UINavigationBar
希望这有帮助。
答案 1 :(得分:2)
我们可以使用tintcolor,但只有一些默认值,我们可以使用这些颜色
toolbar.tintColor=[UIColor blackColor];