user142019
user142019

Reputation:

Show the number of unread items just like in the Mail app

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!

Upvotes: 1

Views: 901

Answers (1)

diederikh
diederikh

Reputation: 25281

Have at look at TDBadgedCell

Upvotes: 4

Related Questions