Add -didExitHierarchy internal hook.

This commit is contained in:
Nadine Salter
2014-10-20 13:47:31 -07:00
parent 77412a2612
commit 2d26249cb0
2 changed files with 8 additions and 0 deletions

View File

@@ -90,6 +90,7 @@ BOOL ASDisplayNodeSubclassOverridesSelector(Class subclass, SEL selector);
// Swizzle to extend the builtin functionality with custom logic
- (BOOL)__shouldLoadViewOrLayer;
- (BOOL)__shouldSize;
- (void)__exitedHierarchy;
- (void)__layout;
- (void)__setSupernode:(ASDisplayNode *)supernode;