Gnamm
Gnamm

Reputation: 633

Change UITabBarItem badge background color under iOS 7

Is there a way to change the badge background color under iOS 7?

If not, how can I do it?

Upvotes: 2

Views: 2246

Answers (1)

GenieWanted
GenieWanted

Reputation: 4513

If you are talking about the default red background of the badge. Then, you cannot change the color directly. However, you can go ahead and use custom badges to fulfill your needs.

Here is a couple of easy-to-implement custom badges:

MKNumberBadgeView

LKBadgeView

Upvotes: 2

Related Questions