Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

How can I add a custom UIImage as the Badge for a UITabBarItem? I.e It will show up when the badge value of the UITabbarItem is set.

Thanks in advanced,

XcodeDev

share|improve this question

2 Answers

up vote 2 down vote accepted

Consider subclassing UITabBarItem and drawing it yourself

share|improve this answer

Sascha Paulus wrote a great class that does just this:

CustomBadge2.0

You can of course use it in combination with subclassing UITabBarItem.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.