ios - How do I create custom tab bar icons? -


i know question has been asked many times before solutions haven't worked me. want create custom tab bar item icon. understanding create 1 version white outline (alpha set 1) transparent background , filled-in version (also transparent background). unselected image works when tap icon disappears in simulator.

simulator unselected version: unselected bar item simulator selected version: selected

i haven't been setting images programmatically, using attributes inspector. looked @ this related question , replaced image 1 suggested , same thing happened.

here xcode settings if helps: xcode attributes inspector

thanks!

update:

i left selected image dropdown blank , icon doesn't disappear. problem isn't resolved because don't want solid blue version of image want blue outline.

enter image description here


Comments

Popular posts from this blog

facebook - android ACTION_SEND to share with specific application only -

python - Creating a new virtualenv gives a permissions error -

javascript - cocos2d-js draw circle not instantly -