UISegmentedControl with Badge?

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.

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 include it into your view controller, you go: CustomBadge *customBadge1 = CustomBadge customBadgeWithString:@"Badge 1"; ...and then add customBadge1 as a subview of whatever thing you're badging.

COOL 3rd party library... thanks :) – Tariq- iPHONE Programmer Nov 3 '10 at 9:19.

There is no badge property or method - unlike the tab bar. If you want to do this you will just have to put a custom image over it. You could subclass the segmented control and create a function that does this for you.

Yeah I too think this is possible using custom image only. Thanks for reply – Tariq- iPHONE Programmer Nov 2 '10 at 12:04.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions