ios-samples/MotionGraphs
David Britch 168efa013e Switched to 64-bit only builds. 2018-08-07 14:13:47 +01:00
..
MotionGraphs Switched to 64-bit only builds. 2018-08-07 14:13:47 +01:00
Screenshots [MotionGraphs]adding metadata and updating for ios7 2013-11-05 16:21:17 +00:00
Metadata.xml Add brief description tag to metadata.xml 2015-03-23 18:03:04 +03:00
MotionGraphs.sln Added the following iOS samples: FrogScroller, LineLayout, MediaNotes, MotionGraphs, OpenGLScroller, PinchIt, PokerNightVoting, Calendars 2012-09-19 14:07:44 -04:00
README.md Readme File Formatting 2015-06-04 11:40:45 -05:00

README.md

MotionGraphs

This is a port of the WWDC2012 sample.

MotionGraphs is an application project that demonstrates a how to use the push method to receive data from Core Motion. It displays graphs of accelerometer, gyroscope and device motion data.

The project has the following classes:

  • GraphView — A UIView subclass that provides the ability to plot accelerometer, gyroscope or device motion data. This is the same GraphView as the one in the AccelerometerGraph sample.
  • GraphViewController — A view controller that handles the display of accelerometer, gyroscope, and device motion data. Depending on the argument that is passed into its constructor it can display graph(s) generated from one of the three data types.
  • AppDelegate — A standard implementation of the UIApplicationDelegate protocol.

If you run the compiled application on a device that does not have a gyroscope, no gyroscope or device motion data will be available. You cannot effectively run the application on the simulator.

####Ported By: GouriKumari