From b9486d97a2440dab14815aa68829c32d117f54c2 Mon Sep 17 00:00:00 2001 From: Hannah Troisi Date: Wed, 20 Jul 2016 11:39:02 -0700 Subject: [PATCH] Update layout-transition-api.md --- _docs/layout-transition-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_docs/layout-transition-api.md b/_docs/layout-transition-api.md index 1956d232..3c0c2e3a 100644 --- a/_docs/layout-transition-api.md +++ b/_docs/layout-transition-api.md @@ -13,7 +13,7 @@ With this system, you simply specify the desired layout and AsyncDisplayKit will There are also easy to use APIs that allow you to fully customize the starting position of newly introduced elements, as well as the ending position of removed elements.
-Use of Implicit Hierarchy Management is required to use the Layout Transition API. The Layout Transition API will be moved out of Beta soon, but until then you will need to import ASDisplayNode+Beta.h to use it. +Use of Implicit Hierarchy Management is required to use the Layout Transition API. The Layout Transition API will be moved out of Beta soon, but until then you will need to import ASDisplayNode+Beta.h to use it.
## Animating between Layouts