MHaroonBaig / MotionKit

Get the data from Accelerometer, Gyroscope and Magnetometer in only Two or a few lines of code. CoreMotion now made insanely simple :octocat: :satellite:
http://goo.gl/bpXBlO
MIT License
1.08k stars 135 forks source link

Don't work in Xcode 7 #9

Open Jirka1111 opened 9 years ago

Jirka1111 commented 9 years ago

Sadly this great library don't work in new Xcode 7 beta.

Jirka1111 commented 9 years ago

How can I send you updated MotionKit.swift? I had fixed all errors.

MHaroonBaig commented 9 years ago

Hi @Jirka1111 Its so nice to see that you spent your time on fixing the errors. As Xcode 7 is in beta mode, so I can't update the core wrapper until Apple releases the stable version. If you want to send me an update and be a part of our community, you can fork this repository, make a separate folder with the updated file, and then send me a pull request here. I'd love to accept that from you.

jondot commented 9 years ago

heads up - XCode 7 is now GM, might be a good time to merge

budezllc commented 9 years ago

Does this work in latest Xcode 7 yet?

suresh44 commented 9 years ago

Could you please provide latest code for iOS 9? @MHaroonBaig @Jirka1111

Jirka1111 commented 9 years ago

@suresh44 @budezllc @jondot Guys, this should be it:

https://github.com/Jirka1111/MotionKit/blob/master/MotionKit/MotionKit.swift

qadirsuh commented 8 years ago

Very nice thanks for sharing this.