From 5e974348b41ad6d970debabfe4e9ab41bc2a7e7b Mon Sep 17 00:00:00 2001 From: Hannah Troisi Date: Thu, 7 Apr 2016 15:38:54 -0700 Subject: [PATCH] Update layout-options.md --- _docs/layout-options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_docs/layout-options.md b/_docs/layout-options.md index 67b7e068..974a9ae9 100644 --- a/_docs/layout-options.md +++ b/_docs/layout-options.md @@ -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`