"crashDetector" is an iOS app written in Swift (updated to Swift 2.0) with the intention of graphing accelerometer data provided by the CoreMotion framework's CMMotionManager.
The app maintains the last 10 seconds of motion to keep track of the maximum force on each vector.
The technique for graphing the data uses this tutorial from Ray Wenderlich's "Core Graphics Tutorial Part 2: Gradients and Contexts": http://www.raywenderlich.com/90693/modern-core-graphics-with-swift-part-2
Xcode 7.2 Project
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
TODO: Write history
TODO: Write credits
TODO: Write license