From 748e7f34fce3f4e121641a20090063ec94548330 Mon Sep 17 00:00:00 2001 From: Hannah Trosi Date: Mon, 22 Aug 2016 01:32:56 -0700 Subject: [PATCH] minor Layout Transition API edit --- _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 20a85808..acdd32bb 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.
## Animating between Layouts