viniciusmo
viniciusmo

Reputation: 984

Bar Button Image is white

Image in bar button show image white http://img546.imageshack.us/img546/1846/6l5n.png but image is not white.How i do fix this?

This image http://imageshack.us/a/img13/5332/k3jb.png

Upvotes: 1

Views: 97

Answers (1)

Vinzzz
Vinzzz

Reputation: 11724

UIBarButtonItem has a tintColor property that you can set (since iOS 5). UIKit only use the image you specify as a mask with this tintColor, whose default is white on iOS 5 and 6

Upvotes: 3

Related Questions