mariusLAN
mariusLAN

Reputation: 1205

UINavigationBar BackButton custom TintColor

Hi i am trying to get another TintColor on my BackButton in my UINavigationBar. I would like to change only the tintcolor and not to replace the whole button. Are there any suggestions on implemententing this easily?

Upvotes: 0

Views: 2586

Answers (1)

shawnwall
shawnwall

Reputation: 4607

If you are using iOS5 there's a tintColor property available on UIBarButtonItem. Otherwise please check out one of the past answers such as UIBarButtonItem with color?

Upvotes: 3

Related Questions