UITableViewCell like mail on iphone
问题 How can I adjust a UITableViewCell so that it would show two fields after swiping it left - identical to how the mail client does it? Right now I only see the "Delete" button. I would like to have the "More" field included there, too... Also, for the first if clause Cell I do not get a "Insert" field. - (UITableViewCellEditingStyle)tableView:(UITableView *)aTableView editingStyleForRowAtIndexPath:(NSIndexPath *)indexPath { if(indexPath.row == self.reports.count){ return