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.
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.