views:

1344

answers:

3
+1  A: 

Yes, there is currently no supported way of adding a badge to a UITableView Cell. In this example, it is most likely a custom subview which contains an image and UILabel.

Matthew Bischoff
+2  A: 

(Commenting here because I don't have enough rep to do it the "proper" way:)

@Matthew: I find it hard to believe that there isn't a standard way to put a badge in table view cells, since there are so many apps that do it, and their display is virtually identical. Given that, I find it discouraging that Apple's sample code doesn't include an example on how to do this very thing.

EDIT: I found this site that explains how to implement number badges. Hope that helps.

Critical Failure
A: 

There's an open source project that does just this. Check it out: http://www.tuaw.com/2010/01/07/iphone-devsugar-simple-table-badges/

Mansi