How can I add a badge icon to a row in a table view?
An example of this would be the mail app in iOS where the inbox row has a badge icon showing you the number of unread messages?
Thanks!
How can I add a badge icon to a row in a table view?
Share
TDBadgedCell is a good solution for this requirement.