From 3ebdf556aeb332f30591def22c081d16dd5cccd8 Mon Sep 17 00:00:00 2001 From: Dhruvil Patel <45562129+pateldhruvil96@users.noreply.github.com> Date: Mon, 13 Sep 2021 17:22:48 +0530 Subject: [PATCH] Update debug-tool-hit-test-visualization.md Added a note stating this tool will only work when addTarget:action: pairs are added. --- docs/_docs/debug-tool-hit-test-visualization.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/_docs/debug-tool-hit-test-visualization.md b/docs/_docs/debug-tool-hit-test-visualization.md index 2b2f5f2a5..a19b98535 100755 --- a/docs/_docs/debug-tool-hit-test-visualization.md +++ b/docs/_docs/debug-tool-hit-test-visualization.md @@ -32,3 +32,5 @@ In your `AppDelegate.m` file, **Make sure to call this method before initializing any ASControlNodes - including ASButtonNodes, ASImageNodes, and ASTextNodes.** + +**Note: This only works for ASControlNodes’s with addTarget:action: pairs added. It will not work with gesture recognizers.**