views:

111

answers:

1

I am making an iPhone Application which has a list of RSS Feeds, and I want to show a blue bubble on the left with the number of unread articles (one bubble per feed), just like in Mail app, as shown here: alt text

Does anyone know if this is possible with Cocoa Touch, or must I add a UILabel?


If I must use a UILabel, then how do I make it round, and make it's background color invisible when the row is selected?


Thanks!

+3  A: 

Have at look at TDBadgedCell

Diederik Hoogenboom
That looks pretty awesome! I'll take a look at it.
Time Machine
Awesome! It works great!
Time Machine
Nice custom solution. I wonder if Apple uses something built in for their Mail app or simply created something app specific that is similar?
Joost Schuur