ASCollectionView doesn't animate size changes if some of the updated cell nodes don't want to

This commit is contained in:
Huy Nguyen
2016-03-14 22:30:31 -07:00
parent f97a509541
commit 22b105bfdc
6 changed files with 118 additions and 19 deletions

View File

@@ -428,6 +428,11 @@ NS_ASSUME_NONNULL_BEGIN
*/
@property (nonatomic, assign) BOOL displaySuspended;
/**
* @abstract Whether size changes should be animated. Default to YES.
*/
@property (nonatomic, assign) BOOL shouldAnimateSizeChanges;
/**
* @abstract Prevent the node and its descendants' layer from displaying.
*