Is the UITableViewCell subclass used in Apple's native Mail app available anywhere online?
Thanks.
Is the UITableViewCell subclass used in Apple's native Mail app available anywhere online?
Thanks.
Certainly not from Apple. Custom UITableViewCell
classes are actually relatively simple to put together, and the one in Mail is not especially complex. Here's a great blog post on customizing these cells.