我将导航栏和搜索栏设置为自定义UIColor (在我的代码中称为categoryColor )。当我这样做的时候,我仍然看到导航栏和搜索栏之间的灰色上线。我已经将searchBar边框的颜色设置为与其他颜色相同,但这条灰色线仍然存在。有人知道怎么摆脱它吗?这是我的代码:
override func viewWillAppear(_ animated: Bool) {
//defining the color that will be used for all the items
let categoryColor = UIColor(hexString: selectCate
在iOS7 of iPad上,首先建立了一个大小为320 * 460的模态视图控制器,然后在该模型视图控制器中又提出了另一个导航视图控制器,在此之后,导航条和工具栏的色调变为灰色。我试着设置导航条和工具栏的色调,但它只是不起作用。
然后我尝试直接呈现导航控制器,然后所有的色调颜色都在导航条和工具栏上工作。
我试过使用导航条和工具栏的barTintColor属性,它可以工作。
我不知道会发生什么。
更新
首先,我定义了一个视图控制器: modalViewController,现在的模态视图控制器如下所示:
if (DeviceIsPad()) // DeviceIsPad is a method