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

@@ -70,6 +70,7 @@ FOUNDATION_EXPORT NSString * const ASRenderingEngineDidDisplayNodesScheduledBefo
unsigned shouldRasterizeDescendants:1;
unsigned shouldBypassEnsureDisplay:1;
unsigned displaySuspended:1;
unsigned shouldAnimateSizeChanges:1;
unsigned hasCustomDrawingPriority:1;
// whether custom drawing is enabled