AccelerometerGraph

Last Revision:
Version 2.6, 2013-07-15
Upgraded for iOS 6.0, now using Automatic Reference Counting (ARC), updated to adopt current best practices for Objective-C.
(Full Revision History)
Build Requirements:
iOS 6.0 SDK
Runtime Requirements:
iOS 5.0 or later

AccelerometerGraph sample application graphs the motion of the device. It demonstrates how to use the UIAccelerometer class and how to use Quartz2D and Core Animation to provide a high performance graph view. It also demonstrates a low-pass filter that you can use to isolate the effects of gravity, and a high-pass filter that you can use to remove the effects of gravity.