Skip to content

jonathanpenn/GestureExample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GestureExample

This is a demo application that I use to accompany my iOS Gesture Recognizers Intro talk. It lets us walk through how they work and compete for touches.

How It Works

All the magic happens in CMNDisplayViewController. Each of the recognizers are set up in the method setupGestureRecognizers and added to the main table view. Each recognizer is also observed with KVO so that the state changes can be updated with printStateChangeOfGestureRecognizer:.

I demonstrate using custom gesture recognizers for tracking touches, a bezel swipe, and the PRNCircleGestureRecognizer from the iOS Recipies book by Paul Warren and Matt Drance.

Contact

Questions? Ask!

Jonathan Penn

License

GestureExample is available under the MIT license. See the LICENSE file for more info.

PRNCircleGestureRecognizer is Copyright 2010 Primitive Dog Software.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published