error implementation
tommypeps opened this issue · 1 comments
tommypeps commented
- (BOOL)tableView:(UITableView *)tableView canEditRowAtIndexPath:(NSIndexPath *)indexPath
don't work
if ([self.delegate respondsToSelector:@selector(dataSource:canEditRowAtIndexPath:)]) {
[self.delegate dataSource:tableView
canEditRowAtIndexPath:indexPath];
}
tommypeps commented
pull request!!