What is the tintColor of UIBarButtonItem with UIBarButtonItemStyleDone?

I would like to use a UISegmentedControl with two buttons as a replacement for one Done button. To achieve this, I need to know the tintColor of the UIBarButtonItems with UIBarButtonItemStyleDone.

Cheers and thanks in advance

MrMage

+2


source to share


1 answer


In Joe Hewitt Three20 an example of the TTCatalog project, he RGBCOLOR(30, 110, 255)

. So I will use too.



Update: RGBCOLOR(60, 136, 230)

even better.

+5


source







All Articles