views:

57

answers:

1

Hello everyone,

I just wanted to know what kind of UITableViewCell are on applications such as "Mail", and how to set one up. They seem to have much more length for extra text and other objects. A good sample project or some code/reference link would get me started.

Thanks,

Kevin

+6  A: 

This custom UITableViewCell tutorial is good for starting. This is another, similar one

vodkhang
thanks dude for the links!
Kevin