bfeher / BFPaperTabBarController

iOS UITabBar (controller) inspired by Google's Paper Material Design.
MIT License
342 stars 46 forks source link

How to make a custom badge view on the tabbaritem? #7

Closed lukewcn closed 9 years ago

lukewcn commented 9 years ago

Hi bfeher, I wanna ask a feature about custom badge view. Or you could give some tips on implements it?

bfeher commented 9 years ago

Hi hit1983,

I don't really understand what you need here. Have you tried to implement custom badges or even standard badges? Is BFPaperTabBarController somehow breaking the expected behavior of badges?

Since badges belong to UITabBarItem, I would start there. Perhaps subclassing the UITabBarItem and adding my own badges. BFPaperTabBarController shouldn't be affecting UITabBarItems. If it is, please let me know and show me what's wrong.

Thanks.

lukewcn commented 9 years ago

BFPaperTabBarController behavior's just fine. Thanks I will try to custom the UITabbarItem