What is the default background color of the navigation bar in iOS 7?

后端 未结 8 1533
星月不相逢
星月不相逢 2020-12-31 00:45

I would like to set the background color of a menu to that of the navigation bar. What is the best way to do this?

8条回答
  •  执笔经年
    2020-12-31 01:01

    Swift 5

    Nav bar color in light appearance:

    UIColor(red: 0.969, green: 0.969, blue: 0.969, alpha: 1.0)
    

提交回复
热议问题