标签:style class c a for table
-(UITableViewCellEditingStyle)tableView:(UITableView *)tableView editingStyleForRowAtIndexPath:(NSIndexPath *)indexPath{
returnUITableViewCellEditingStyleDelete | UITableViewCellEditingStyleInsert;
}
UITableView 多选,布布扣,bubuko.com
UITableView 多选
原文地址:http://www.cnblogs.com/anjsxz/p/3725568.html