-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Why Range Visualization debug feature always showed #90
Comments
Sorry, I insert a code: ASDisplayNode.shouldShowRangeDebugOverlay = YES; |
@smoothdvd could you clarify what the problem is? Maybe send a screenshot? I have never heard a report of the range visualizer showing up unexpectedly. So make sure you search your entire project for the string "RangeDebugOverlay" (in case maybe another file is using the property syntax) and see if it is getting set anywhere. Note it does not have to be in the AppDelegate. Anywhere in the app will cause it to show up, as long as it is set before a given range controller is created. |
:) Thanks for updating - I was thinking it could've been that class method / property syntax! Glad you found it, hope we can help any other issues you run into. |
@appleguy Is it a bug of Range Visualization debug feature: |
I didn't add code [ASDisplayNode setShouldShowRangeDebugOverlay:YES] in AppDelegate.m, even not include AsyncDisplayKit+Debug.h
The text was updated successfully, but these errors were encountered: