3lvis/DATASource

error implementation

tommypeps opened this issue · 1 comments

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

don't work

    if ([self.delegate respondsToSelector:@selector(dataSource:canEditRowAtIndexPath:)]) {
        [self.delegate dataSource:tableView
            canEditRowAtIndexPath:indexPath];

    }

pull request!!