开发者

How to display "number of items" in a tableview?

开发者 https://www.devze.com 2022-12-24 21:38 出处:网络
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?

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?

开发者_JAVA技巧

alt text http://www.madebyfiga.com/images/misc/iPhoneNumberInCircle.jpg

Thanks,


You can add a button in a UITableViewCell, style it and change it's text for every row inside cellForRowAtIndexPath method. You can also hide it for rows where you don't want it.

0

精彩评论

暂无评论...
验证码 换一张
取 消