Last active
          August 29, 2015 14:21 
        
      - 
      
- 
        Save morizotter/5e0488bf836dbd88bc42 to your computer and use it in GitHub Desktop. 
    1行で画面タッチを可視化できるTouchVisualizerの使い方 ref: http://qiita.com/morizotter/items/616c8c4bc8bc0371ee95
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | TouchVisualizer.start() | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | 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