views:

608

answers:

1

Hi,

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

Cheers and thanks in advance

MrMage

+2  A: 

In Joe Hewitt's Three20 example project TTCatalog, it's RGBCOLOR(30, 110, 255). So that's what I'm gonna use, too.

Update: RGBCOLOR(60, 136, 230) is even better.

MrMage