How do I create custom tab bar icons?

338 views Asked by At

I know this question has been asked many times before but their solutions haven't worked for me. I want to create a custom tab bar item icon. My understanding is that you create one version which is a white outline (alpha set to 1) with a transparent background and a filled-in version (also with a transparent background). The unselected image works but when you tap the icon it disappears in the simulator.

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

I haven't been setting the images programmatically, just using the attributes inspector. I even looked at this related question and replaced my image with the one they suggested and the same thing happened.

Here are my Xcode settings if that helps: Xcode attributes inspector

Thanks!

UPDATE:

I left the selected image dropdown blank and now the icon doesn't disappear. My problem isn't resolved because I don't just want a solid blue version of the image I want a blue outline.

enter image description here

0

There are 0 answers