Aaron Bratcher
Aaron Bratcher

Reputation: 6451

Tab Bar Icon doesn't show?

I have a b/w PNG that is 48x60. When I set the icon image in the properties window, I just get a grey gradient rectangle instead of the image I selected.

Upvotes: 2

Views: 2888

Answers (2)

rmaddy
rmaddy

Reputation: 318794

The images for tab bars and toolbars are actually alpha masks, not complete images. Only the alpha channel of the image is used.

Upvotes: 2

Larme
Larme

Reputation: 26026

Tab Bar icon should be 30*30 and 60*60 for Retina Display... Put your icone 30*30 in the Inspector tool, and name the 60*60 one with the same name adding @2x at the end of its name. Example : tabicon1.png (30*30) [email protected] (60*60)

Upvotes: 1

Related Questions