Archived
1

Improved Documentation and Code Style

This commit is contained in:
Kim Wittenburg
2014-09-16 20:07:57 +02:00
parent 3cf2006af7
commit af8f26dee9
4 changed files with 532 additions and 312 deletions

View File

@@ -93,7 +93,7 @@
{
NSUInteger selfIndex = [self.parent indexOfElement:self];
MPRangePath *newPath = MPMakeRangePath([rangePath.location indexPathByPreceedingIndex:selfIndex], rangePath.length);
[self.parent didChangeElementsInRangePath:newPath
[self.parent didChangeElementsInIndexedRangePath:newPath
replacementLength:replacementLength];
}