MotionKit
MotionKit copied to clipboard
Get the data from Accelerometer, Gyroscope and Magnetometer in only Two or a few lines of code. CoreMotion now made insanely simple :octocat: :satellite:
making MotionKit.swift work for swift 2 beta - ios9/watchos2 Issue resolved: fix #9
As others suggested the latest tag `0.8.1` doesn't work with `Swift 2`. If you really want to use it (in a non-safe way), use the master branch which works fine...
Sadly this great library don't work in new Xcode 7 beta.
The swift syntax has changed and this library no longer works. Can you fit the issue?
the carthage support for the installation doesn't work. That's because you missed to share the schemes. ``` Project "MotionKit.xcodeproj" has no shared schemes ```
Could you show how to do something like this to display https://github.com/telerik/ios-sdk/tree/master/SeismographApp
I added MotionKit.swift per instruction into my project file but when inside another example.swift: import UIKit import MotionKit says No such module 'MotionKit' I do see in Example project, you...