Jonathan.
Jonathan.

Reputation: 55534

uibarbuttonitem tintColor

I have 2 buttons on a UIToolbar, I'd like one to be tinted green and the other red. Can I do this using the TintColor feature. Or do I have to use images?

Upvotes: 0

Views: 793

Answers (1)

Aurum Aquila
Aurum Aquila

Reputation: 9126

EDIT: I misread. If you want to tint the buttons individually, your only option is going to be images and custom views.

I would warn you though, this is a blatant violation of the HIG. I don't think it'll be liked by the review team.

Upvotes: 1

Related Questions