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:
Adlai Holler
2018-01-09 14:34:32 -08:00
committed by GitHub
parent 131619de96
commit 5e73396cde
7 changed files with 195 additions and 61 deletions

View File

@@ -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
*/