Add a warning if [super layout] is not called (which causes big problems for ASLayout.)

This commit is contained in:
Ethan Nagel
2016-02-24 10:28:22 -08:00
parent eb6aa28d42
commit 26dcad5218
2 changed files with 2 additions and 1 deletions

View File

@@ -186,6 +186,7 @@
{
ASDisplayNodeAssertMainThread();
[super layout];
[self _layoutTextView];
}