0

I have a tab bar controller and I have set both images using assets for selected and unselected icons. The icons show up correctly in interface builder

enter image description here

when I spin it up on the simulator and that tab is unselected, it shows something like:

enter image description here

But as soon as it's selected, it shows something like:

enter image description here

Bilal
  • 558
  • 8
  • 18

1 Answers1

0

Removing view controllers along with tab bar controller and adding them again fixed this issue. Don't exactly know which setting was causing it but it got fixed by this method.

Bilal
  • 558
  • 8
  • 18