MrMage
MrMage

Reputation: 7487

Which is the tintColor of UIBarButtonItem with UIBarButtonItemStyleDone?

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

Upvotes: 2

Views: 1686

Answers (1)

MrMage
MrMage

Reputation: 7487

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.

Upvotes: 5

Related Questions