Accelerometer Actions Framework

The Accelerometer Actions Framework is a group of classes that you can use in your own projects to add support for device gestures.

The framework currently support seven gestures all of them with the device in the portrait position.

  1. Moving the top part of the device from left to right
  2. Moving the top part of the device from right to left
  3. Rotating the device from left to right like if you are turning a key to open a door
  4. Rotating the device from right to left like if you are turning a key to close a door
  5. Moving the top part upwards
  6. Moving the top part downwards
  7. Shaking the device strongly

Accelerometer Actions is a little framework you can use in your own iPhone and iPod Touch software projects. It is very easy to integrate and it has a very little footprint in your application.

The source code is available at github.com/tapsandswipes