What’s the best way to implement showing a number in a small circle on a UITableView row, much like is seen on the ‘Inbox’ row in the image below?
alt text http://www.madebyfiga.com/images/misc/iPhoneNumberInCircle.jpg
Thanks,
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can add a button in a
UITableViewCell, style it and change it’s text for every row insidecellForRowAtIndexPathmethod. You can also hide it for rows where you don’t want it.