user2037296
user2037296

Reputation: 421

Change the appearance of badge value in UITabBarController iOS?

How can I change the text font and the location of a badge value in a UITabBarController?

Upvotes: 0

Views: 175

Answers (1)

Utsav Parikh
Utsav Parikh

Reputation: 1206

Try this class. You can give custom appearance to the badge using this class

https://github.com/enryold/UITabBarItem-CustomBadge/

Upvotes: 1

Related Questions