0

I'm trying to design tab bar icons for an iOS 7 app, so I followed the HIG and I draw a 76x76 401px in white colour and transparent background .png icon that I imported successfully in my project. Then I selected it on the attribute inspector and successfully appeared in the iOS simulator but when I'm pressing the tab bar icon in the simulated app the title become tinted and the draw disappear. How can I make my draw to show and become tinted too. first link second link

Fotios Tragopoulos
  • 449
  • 1
  • 7
  • 24

1 Answers1

0

I think you're setting the "Selected Image" property on the "Tab Bar Item". It should be left empty if you want the selected image to show up as expected.

enter image description here

Armin
  • 1,150
  • 8
  • 24