About Debug Mode
dopcn opened this issue · 1 comments
dopcn commented
The touches circles are quite useful when recording a product introduction video which has nothing to do with debugging. So the name Debug Mode is somehow confused. I suggest to rename it or just describe it as "To show in simulator". Excellent work anyway~
joeblau commented
This is from the README.md. If you set the values to 1, you'll see touches all the time.
Debugging Mode
To enable debugging mode, edit the COSTouchVisualizerWindow.m
file in the Pods Project under Pods/COSTouchVisualizerWindow/COSTouchVisualizerWindow.m
#ifdef TARGET_IPHONE_SIMULATOR
#define DEBUG_FINGERTIP_WINDOW 0
#else
#define DEBUG_FINGERTIP_WINDOW 0
#endif