开发者

Show the number of unread items just like in the Mail app

开发者 https://www.devze.com 2023-01-05 06:47 出处:网络
I am making an iPhone Application which has a list of RSS Feeds, and I want to show a blue bubble on the left with the number of unread articles (one bub开发者_高级运维ble per feed), just like in Mail

I am making an iPhone Application which has a list of RSS Feeds, and I want to show a blue bubble on the left with the number of unread articles (one bub开发者_高级运维ble per feed), just like in Mail app, as shown here:

Show the number of unread items just like in the Mail app

Does anyone know if this is possible with Cocoa Touch, or must I add a UILabel?


If I must use a UILabel, then how do I make it round, and make it's background color invisible when the row is selected?


Thanks!


Have at look at TDBadgedCell

0

精彩评论

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