Fix hook method naming

This commit is contained in:
Levi McCallum
2015-10-11 10:33:09 -07:00
parent 4fb4119f9c
commit 848dc26a0d
3 changed files with 4 additions and 4 deletions

View File

@@ -76,7 +76,7 @@
}];
}
- (void)prepareInsertSections:(NSIndexSet *)sections
- (void)prepareForInsertSections:(NSIndexSet *)sections
{
NSArray *elementKinds = [self.collectionDataSource supplementaryNodeKindsInDataController:self];
[elementKinds enumerateObjectsUsingBlock:^(NSString *kind, NSUInteger idx, BOOL *stop) {