4
votes

How do you color pick right RGBA values for UIBarButtonItem tint color so that when default effects are applied you get the results you were expecting?

My designer handed over to me correct RGBA values that I should apply as a tint color to my navigation bar items, but iOS will apply it's effects on bar button items.

You can see this here:

enter image description here

Thank you.

1

1 Answers

0
votes

Please follow the steps in the screenshot

enter image description here

EDIT 1: in my case its showing up the exact color which I am setting

enter image description here

EDIT 2: this will show the color for the RGB value as (0,128,198)

enter image description here Hope this helps