Update layout-options.md

This commit is contained in:
Hannah Troisi
2016-04-07 15:38:54 -07:00
parent 7f6efa15de
commit 5e974348b4

View File

@@ -33,7 +33,7 @@ This layout method does not have a UIKit analog. It is implemented by calling
###Shortcomings
- logic is not reusable, and is still manual
## Automatic, Extensible Layout
# Automatic, Extensible Layout
This is the reccomended layout method. It does not have a UIKit analog and is implemented by calling
`- (ASLayoutSpec *)layoutSpecThatFits:(ASSizeRange)constraint`