UITableViewCell styles (UITableView->General)I always forget what each different kind of tableview cell looks like. Images shamelessly stolen from MobileHIG.The appropriate constants are
UITableViewCellStyleDefault,UITableViewCellStyleValue1,UITableViewCellStyleValue2, andUITableViewCellStyleSubtitle, and settable properties includeimageView,textLabel, anddetailTextLabel.