-1

How can I tint uitabbar's badge? Or how to add subview with exactly same position as default badge has. Maybe somebody did such stuff and would like to share with me now?

Such badge

Timur Bernikovich
  • 5,660
  • 4
  • 45
  • 58

1 Answers1

0

Look at UITabBar's tintColor and selectedImageTintColor properties. It's hard to tell what you want from your question, but those are the main ways to change the color of tab bar items.

Caleb
  • 124,013
  • 19
  • 183
  • 272