Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/cocoa/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Iphone UITableViewController更改导航按钮_Iphone_Uitableview_Button - Fatal编程技术网

Iphone UITableViewController更改导航按钮

Iphone UITableViewController更改导航按钮,iphone,uitableview,button,Iphone,Uitableview,Button,我有几个UITableViewController,试图更改“后退”按钮或导航按钮的背景图像(请参见下图)。这怎么可能 谢谢。只需设置UINavigationBar的tintColor 有关更多信息,请参阅此链接: 希望这有帮助。只需设置UINavigationBar的tintColor 有关更多信息,请参阅此链接: 希望这能有所帮助。我们可以使用tintcolor,但由于只有一些默认设置,我们只能使用这些颜色 toolbar.tintColor=[UIColor blackColor];

我有几个UITableViewController,试图更改“后退”按钮或导航按钮的背景图像(请参见下图)。这怎么可能


谢谢。

只需设置
UINavigationBar的
tintColor

有关更多信息,请参阅此链接:


希望这有帮助。

只需设置
UINavigationBar的
tintColor

有关更多信息,请参阅此链接:


希望这能有所帮助。

我们可以使用tintcolor,但由于只有一些默认设置,我们只能使用这些颜色

toolbar.tintColor=[UIColor blackColor];

我们可以使用tintcolor,但由于只有一些默认设置,我们只能使用这些颜色

toolbar.tintColor=[UIColor blackColor];