Prevent UITableView insertion/deletion animations by default

Fixes #292
This commit is contained in:
Levi McCallum
2015-05-07 21:53:38 -07:00
parent f248dbddd1
commit 1530ef2841
2 changed files with 23 additions and 6 deletions

View File

@@ -15,7 +15,7 @@
#import "ASDisplayNodeInternal.h"
#import "ASBatchFetching.h"
const static NSUInteger kASCollectionViewAnimationNone = 0;
const static NSUInteger kASCollectionViewAnimationNone = UITableViewRowAnimationNone;
#pragma mark -