UISegmentedControl with badge number
问题 Just like the tabbar, I want to show badge on UISegmentedControl . As I cant see any predefined methods for UISegmentedControl just like available for UITabBar . I thought about adding the badge as an image just on top of it, but maybe there is some better way. 回答1: Here is a little third party library I've used to draw badges on various things. It's pretty nice. For example, changing the color of the badge to match my design was trivial. Once you bring this class into your project and