Skip to content

Instantly share code, notes, and snippets.

@morizotter
Last active August 29, 2015 14:21
Show Gist options
  • Save morizotter/5e0488bf836dbd88bc42 to your computer and use it in GitHub Desktop.
Save morizotter/5e0488bf836dbd88bc42 to your computer and use it in GitHub Desktop.
1行で画面タッチを可視化できるTouchVisualizerの使い方 ref: http://qiita.com/morizotter/items/616c8c4bc8bc0371ee95
TouchVisualizer.start()
var config = TouchVisualizerConfig()
config.showsTimer = true
config.showsTouchRadius = true
config.showsLog = true
config.image = UIImage(named: "robot")?
TouchVisualizer.start(config)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment