如何更改uiwebview中浏览部分的顶栏颜色?

时间:2017-10-18 06:56:14

标签: ios uiwebview uinavigationcontroller uicolor

我在导航控制器内部使用uiwebview,用户可以上传照片并获得权限,问题在于顶部栏的颜色,如图所示,当我选择照片库时,我选择了appDelegate.swift中使用此代码的特定色调颜色

UINavigationBar.appearance().barTintColor = commons.getThemeColor()

但是在浏览部分,顶部栏和按钮是白色的并且没有更改,我尝试使用此代码更改所有页面中的按钮颜色并且它不起作用

UINavigationBar.appearance().tintColor = UIColor.blue

请注意,导航栏设置为隐藏,我将自定义视图设为顶栏,我也尝试了不同的代码来更改导航栏的标题

navigationController?.navigationBar.barTintColor = UIColor.green

如何更改浏览部分中按钮或背景的颜色。

由于

enter image description here

enter image description here

enter image description here

0 个答案:

没有答案