From 7d7815064e37b81e5f4839595feff2044cbb8003 Mon Sep 17 00:00:00 2001 From: Hannah Troisi Date: Sat, 16 Jul 2016 21:40:54 -0700 Subject: [PATCH] Update debug-tool-hit-test-visualization.md --- _docs/debug-tool-hit-test-visualization.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_docs/debug-tool-hit-test-visualization.md b/_docs/debug-tool-hit-test-visualization.md index 86aa4b60..d8c716fa 100755 --- a/_docs/debug-tool-hit-test-visualization.md +++ b/_docs/debug-tool-hit-test-visualization.md @@ -30,4 +30,5 @@ In your `AppDelegate.m` file,
  • import `AsyncDisplayKit+Debug.h`
  • add `[ASControlNode setEnableHitTestDebug:YES]` at the top of your AppDelegate's `didFinishLaunchingWithOptions:` method
  • -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.**