Merge pull request #445 from levi/master

Prevent UITableView insertion/deletion animations by default
This commit is contained in:
appleguy
2015-05-21 12:49:48 -10:00
2 changed files with 37 additions and 5 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 -