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

后端 未结 8 1458
星月不相逢
星月不相逢 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 00:50

    Swift 5: UINavigationBar Default barTintColor for Light Mode.

    #colorLiteral(red: 0.9763854146, green: 0.9765252471, blue: 0.9763546586, alpha: 1)
    

提交回复
热议问题