Update subclassing-layout.md

This commit is contained in:
Hannah Troisi
2016-07-22 09:23:48 -07:00
committed by GitHub
parent 340031eb86
commit f4331c1fd5

View File

@@ -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
<br>
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:`.