mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Enable collection node interactive moves (#735)
* Add support for interactive moves * Enable drag & drop in collection view example * Update changelog * Change the gating logic to match UIKit * Add a warning when we prevent interactive movement due to async layout
This commit is contained in:
@@ -192,7 +192,7 @@ extern NSString * const ASLayoutElementStyleLayoutPositionProperty;
|
||||
#pragma mark - Sizing
|
||||
|
||||
/**
|
||||
* @abstract The width property specifies the height of the content area of an ASLayoutElement.
|
||||
* @abstract The width property specifies the width of the content area of an ASLayoutElement.
|
||||
* The minWidth and maxWidth properties override width.
|
||||
* Defaults to ASDimensionAuto
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user