[Layout Transition] Add default fade in / out layout transition (#2052)

* Add default fade in / out layout transition

* Add example for layout transition

* Update for recent layout transition API changes

* To be able to do a layoutTransition the node needs to be loaded

* Rename layoutTransitionDuration to defaultLayoutTransitionDuration

* Expose default layout transition duration delay and options

* Use `UIViewAnimationOptionBeginFromCurrentState` for initial defaultLayoutTransitionOptions
This commit is contained in:
Michael Schneider
2016-08-13 17:35:20 -07:00
committed by Adlai Holler
parent 43370fe6ff
commit adcc9afb5a
17 changed files with 945 additions and 4 deletions

View File

@@ -190,6 +190,8 @@
};
// Intentionally trigger view creation
[node view];
[node1 view];
[node2 view];
XCTestExpectation *expectation = [self expectationWithDescription:@"Fix IHM layout transition also if one node is already loaded"];