I recently wanted to add an 'item count' to a UITableView in one of my iPhone/iPad projects and thought it would be nice to match the grey/encircled 'badge' used in the Mail application.
Happily, I found (via The Unofficial Apple Weblog) that Tim Davies had the same idea and already done the hard work, albeit in Objective-C. Tim's code for TDBadgedCell is on github as is the MonoTouch/C# port: TDBadgedCellSharp. Both produce the same output.


No comments yet, be the first one to post comment.