iPhone: UITableView number emails style used in Mail app
Posted
by Nic Hubbard
on Stack Overflow
See other posts from Stack Overflow
or by Nic Hubbard
Published on 2010-06-08T05:40:39Z
Indexed on
2010/06/08
5:42 UTC
Read the original article
Hit count: 217
I am looking for how to style a label in a UITableView cell, so that it shows how many children/messages are in the next view controller.
This is used in Apple's Mail app, to show how many messages are in the inbox or account.
I am sure that this is a UILabel, but what font, color and how to make the oval around it?
© Stack Overflow or respective owner