Update implicit-hierarchy-mgmt.md

This commit is contained in:
Hannah Troisi
2016-04-20 16:26:12 -07:00
parent 5712d37ede
commit f6510142e9

View File

@@ -11,8 +11,8 @@ This feature - created by ASDK rockstar <a href="https://github.com/facebook/Asy
<div class = "note">
Implicit Node Hierarchy Management is implemented using ASLayoutSpecs. If you are unfamiliar with that concept, please read that documentation (INSERT LINK) first. <br><br>
To recap, an ASLayoutSpec completely describes the UI of a view in your app by specifying the **hierarchy state of a node and its subnodes**. An ASLayoutSpec is returned by a node from its
`- (ASLayoutSpec *)layoutSpecThatFits:(ASSizeRange)constrainedSize`
To recap, an ASLayoutSpec completely describes the UI of a view in your app by specifying the **hierarchy state of a node and its subnodes**. An ASLayoutSpec is returned by a node from its <br><br>
`- (ASLayoutSpec *)layoutSpecThatFits:(ASSizeRange)constrainedSize` <br><br>
method.
</div>