无法弄清楚如何使用这样的UITableViewCell
动画处理自定义模式
在单元格上滑动,这样UIPickerView
会出现,比如删除
我想我需要用这种方法在我的控制器中做:
- (void)setEditing:(BOOL)editing animated:(BOOL)animated
{
[super setEditing:editing animated:animated];
[self.tableView setEditing:editing animated:animated];
//add something here
}
或在我的自定义单元格中:
-(void)setEditing:(BOOL)editing animated:(BOOL)animated