Titanium Community Questions & Answer Archive

We felt that 6+ years of knowledge should not die so this is the Titanium Community Questions & Answer Archive

TabIcon seems to be

This is almost copy & paste code from kitchen sink for loading tab icons that I'm using:

var tabHome = Titanium.UI.createTab({
    icon:'application_icons/home.png',
    title:"Home",
    active:true,
    window:winMainMenu
});

But, my icons appear like this:

icon not appearing

The actual icon itself:

home icon

Any idea what I am doing wrong and should fix/change?

— asked November 13th 2010 by Andy Huang
  • iphone
  • mobile
  • tabs
0 Comments

1 Answer

  • Accepted Answer

    You cannot use in IOs this kind of icons.
    You have to us monochromatic icons, like those ones here http://glyphish.com/

    — answered November 14th 2010 by Dan Tamas
    permalink
    0 Comments
The ownership of individual contributions to this community generated content is retained by the authors of their contributions.
All trademarks remain the property of the respective owner.