UINavigationBar background color not the exact UIColor I set it to

前端 未结 12 1585
天命终不由人
天命终不由人 2020-12-14 00:16

Please look at the screenshot below.

I set all the tint colors from the same UIColor object for the UINavigationBar, search bar and toolbar at the bottom. But for so

12条回答
  •  遥遥无期
    2020-12-14 00:30

    Add 20 in your RGB to get the desired output. eg. My navbar and UIView in UIViewController RGB was (66,66,167)

    I incremented the All RGB's to (86,86,187) to get the same output

提交回复
热议问题