Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

Boesesreh

macrumors newbie
Original poster
Aug 5, 2009
13
0
First question not answered and i have yet another one ;-).

Maybe the thread title is a litte confusing but i couldn't think of something better.
What I want to know is if I reall have to make a custom UITableViewCell to get these little blue Lables on the Right of a Cell.
An example where these are used is the mail app again. When you are in the overview the lables appear on the right side if you have unread mail and show you how many new mails there are.
I Want the same thing for my application. Is there a easy way to implement this or do i really have to create a custom Cell.

I hope I could make myself clear ^^
thanks in Advance
 
First question not answered and i have yet another one ;-).

Maybe the thread title is a litte confusing but i couldn't think of something better.
What I want to know is if I reall have to make a custom UITableViewCell to get these little blue Lables on the Right of a Cell.
An example where these are used is the mail app again. When you are in the overview the lables appear on the right side if you have unread mail and show you how many new mails there are.
I Want the same thing for my application. Is there a easy way to implement this or do i really have to create a custom Cell.

I hope I could make myself clear ^^
thanks in Advance
You can either subclass UITableViewCell to make a custom cell or you can add subviews to the contentView of a regular UITableViewCell.
 
OK so there is no simple property to set. I just thought there would be something like that because many applications use this "feature" and it looks just alike the count column in the mail app.
 
Ok but it would be a good idea for coming iphone os releases to build that in ^^
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.