关于系统自带的UITableView左滑删除,注意一点

来源:互联网 发布:黑莓手机下载软件 编辑:程序博客网 时间:2024/05/29 03:37

时间久搞忘了,注意要两个方法同时写出来才能滑动,只写第一个方法返回yes,若系统检测到第二个方法没实现,会禁止滑动。

- (BOOL)tableView:(UITableView *)tableView canEditRowAtIndexPath:(NSIndexPath *)indexPath

- (void)tableView:(UITableView *)tableView commitEditingStyle:(UITableViewCellEditingStyle)editingStyle forRowAtIndexPath:(NSIndexPath *)indexPath
0 0
原创粉丝点击