asafkorem / COSTouchVisualizer

Visualize touches, gestures and long presses on your iPhone or iPad
https://www.conopsys.com/COSTouchVisualizer/
MIT License
960 stars 70 forks source link

About Debug Mode #5

Closed dopcn closed 10 years ago

dopcn commented 10 years ago

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 10 years ago

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