I'd like to have blue unread dots on the left side of my UITableViewCells like in the built in iOS Messages and Mail apps.
What's the easiest way for me to add these dots to my own app? I see that UITableViewCell has a imageView property... should I use that? How should I draw into it? Should I use the image property (where is the file I should use? Or should I make my own?) Or should I use some CG drawing commands? Just wondering what the best way of doing this is.
What's the easiest way for me to add these dots to my own app? I see that UITableViewCell has a imageView property... should I use that? How should I draw into it? Should I use the image property (where is the file I should use? Or should I make my own?) Or should I use some CG drawing commands? Just wondering what the best way of doing this is.