Skip to content

Conversation

@GlenDC
Copy link

@GlenDC GlenDC commented Jul 20, 2015

making MotionKit.swift work for swift 2 beta - ios9/watchos2
Issue resolved: fix #9

@MHaroonBaig
Copy link
Owner

Thanks. I'll merge it once I test it.

@prashnts
Copy link

prashnts commented Oct 1, 2015

Probably a good time to merge, now?

if manager.accelerometerAvailable {
manager.accelerometerUpdateInterval = interval
manager.startAccelerometerUpdatesToQueue(NSOperationQueue()) {
(data: CMAccelerometerData!, error: NSError!) in
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change really works.. errors went on on newer swift version 2

@kswain1
Copy link

kswain1 commented May 19, 2016

Please push these merges to the head branch as soon as possible! Added all of them to my project and it builds 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Don't work in Xcode 7

4 participants