mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
ASCollectionView doesn't animate size changes if some of the updated cell nodes don't want to
This commit is contained in:
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user