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?
Asked
Active
Viewed 361 times
-1
-
1Can we have a picture or code of what you mean? This is explanation isnt cutting it for me – heinst Jul 22 '13 at 18:15
-
@heinst I added image. Look. – Timur Bernikovich Jul 25 '13 at 08:46
-
I have no need to add exactly same badge, change default badge's color is enough. – Timur Bernikovich Jul 25 '13 at 08:47
1 Answers
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