Skip to content

MarkQSchultz/QZTouchGestureRecognizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QZTouchGestureRecognizer

This gesture recognizer is great for when you don't want to create a UIView subclass just to get the benefits of touch methods (e.g. touchesBegan:withEvent:). This gesture recognizer will recognize any touch events on its associated views and cause the action methods to be fired.

Use it as you would any other gesture recognizer. Add it to an instance of UIView by using the addGestureRecognizer: method.

About

A gesture recognizer that will fire its actions on any touch on the view.

Resources

License

Stars

Watchers

Forks

Packages

No packages published