Dandy Griffin

Results 2 comments of Dandy Griffin

Found the issue in `notifyForChangesFrom:fromArray:toArray` `NSIndexPath *pathInExisting = [self indexPathOfObject:obj inArray:fromMutable usingKeyPath:nil];` should just be: `NSIndexPath *pathInExisting = [self indexPathOfObject:obj inArray:fromArray usingKeyPath:nil];`

If I get a chance before you, I'll submit a PR. Really enjoying so far!