Update debug-tool-hit-test-visualization.md

This commit is contained in:
Hannah Troisi
2016-07-16 21:40:54 -07:00
committed by GitHub
parent e48fb3931f
commit 7d7815064e

View File

@@ -30,4 +30,5 @@ In your `AppDelegate.m` file,
<li>import `AsyncDisplayKit+Debug.h`</li>
<li>add `[ASControlNode setEnableHitTestDebug:YES]` at the top of your AppDelegate's `didFinishLaunchingWithOptions:` method</li>
</ul>
Make sure to call this method before initializing any ASControlNodes - including ASButtonNodes, ASImageNodes, and ASTextNodes.
**Make sure to call this method before initializing any ASControlNodes - including ASButtonNodes, ASImageNodes, and ASTextNodes.**