mirror of
https://github.com/HackPlan/AsyncDisplayKit.git
synced 2026-04-23 11:27:56 +08:00
Add direct implementation of endUpdatesAnimated to ASCollectionNode
This commit is contained in:
@@ -194,7 +194,12 @@
|
||||
|
||||
- (void)endUpdatesAnimated:(BOOL)animated
|
||||
{
|
||||
[self.view.dataController endUpdatesAnimated:animated completion:nil];
|
||||
[self endUpdatesAnimated:animated completion:nil];
|
||||
}
|
||||
|
||||
- (void)endUpdatesAnimated:(BOOL)animated completion:(void (^)(BOOL))completion
|
||||
{
|
||||
[self.view.dataController endUpdatesAnimated:animated completion:completion];
|
||||
}
|
||||
|
||||
#pragma mark - ASCollectionView Forwards
|
||||
|
||||
Reference in New Issue
Block a user