2

I can set the "System Item" to "Featured", and it will show a star icon with the "Featured" text under it:

But when I try to set the "Title" on "Bar Item", the "System Item" property changes to "Custom", and the icon disappears. Is it possible to keep the icon, yet change the featured text, like this?

Edit: This answer seems to say that you can't, and that you have to find the appropriate graphics. Is that still true?

Community
  • 1
  • 1
Codecat
  • 2,213
  • 3
  • 28
  • 39
  • 1
    I think you can't change it using storyboard, Use same type of STAR icon png with the custom tab bar item. – Loganathan Feb 23 '15 at 14:26

1 Answers1

1

If you change your viewcontroller's title, it should update it's associated tabBarItem's title, but you're still going to have a problem when your tabBarController gets initialized outside of that view controller.

The safest route it still going to be getting a star.png and using that instead.

Adama
  • 1,101
  • 8
  • 26