以前很麻煩,有點trick的味道
-(UITableViewCellEditingStyle)tableView:(UITableView*)tableView editingStyleForRowAtIndexPath:(NSIndexPath*)indexPath {
// For edit mode
return 3;
}
現在只要一行也就做到了
self.tableView.allowsMultipleSelectionDuringEditing = YES;
posted @
2011-10-24 09:59
胖胖安
阅读(432)
评论()
收藏
举报