[ASTableNode/ASCollectionNode] Inversion (#2891)

* Add inverted property to ASTableNode

* Add inverted property to ASCollectionNode

* Add example

* De-inform data controller and use different CATransform3D

* Add logic to pending state

* Add accessor for inverted property
This commit is contained in:
aaronschubert0
2017-01-20 02:16:01 +00:00
committed by Adlai Holler
parent e69a475d2b
commit b3be451486
53 changed files with 1746 additions and 13 deletions

View File

@@ -106,6 +106,11 @@ NS_ASSUME_NONNULL_BEGIN
*/
@property (nonatomic, readonly) ASScrollDirection scrollableDirections;
/*
* A Boolean value that determines whether the nodes that the data source renders will be flipped.
*/
@property (nonatomic, assign) BOOL inverted;
/**
* Forces the .contentInset to be UIEdgeInsetsZero.
*