Skip to content

A dead simple Objective-C class to show multitouch events (for video tutorials).

License

Notifications You must be signed in to change notification settings

JasonWorking/ASTouchVisualizer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ASTouchVisualizer

ASTouchVisualizer is a simple class that shows multitouch events on top of all your views.

It is used to create iPhone or iPad video tutorials on which finger movement is clearly seen.

It is dead simple to use in a project, no overloading needed. Just copy the file in your project and call the install method.

Try it

Download the whole project and run it under Xcode. You can choose either iPhone or iPad destination. It supports all orientations change.

Use it

Just copy ASTouchVisualizer.h and ASTouchVisualizer.m in your project.

In your App delegate, add

#import "ASTouchVisualizer.h"

then just after

[self.window makeKeyAndVisible];

call

[ASTouchVisualizer install];

ARC Support

This class requires ARC.

About

A dead simple Objective-C class to show multitouch events (for video tutorials).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published