From f4331c1fd53d400168b8d80dbae7afc0dcb8d570 Mon Sep 17 00:00:00 2001 From: Hannah Troisi Date: Fri, 22 Jul 2016 09:23:48 -0700 Subject: [PATCH] Update subclassing-layout.md --- _docs/subclassing-layout.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_docs/subclassing-layout.md b/_docs/subclassing-layout.md index b2cca00e..5f4165d8 100755 --- a/_docs/subclassing-layout.md +++ b/_docs/subclassing-layout.md @@ -100,5 +100,5 @@ If you desire the same effect in a ASViewController, you can do the same thing i ## Begin with a call to super
-Don't forget to begin each of the methods above with a call to super, _except_ for `layoutSpecThatFits:`. While possible, calling super in -layoutSpecThatFits: is not the norm and is an advanced concept that will be documented soon. +Don't forget to begin each of the methods above with a call to super, _except_ for `layoutSpecThatFits:`.