3lvis / DATASource

Core Data's NSFetchedResultsController wrapper for UITableView and UICollectionView
Other
106 stars 27 forks source link

error implementation #17

Closed tommypeps closed 9 years ago

tommypeps commented 9 years ago

don't work

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

    }
tommypeps commented 9 years ago

pull request!!