Skip to content

making MotionKit.swift work for swift 2 beta - ios9/watchos2#11

Open
GlenDC wants to merge 1 commit intoMHaroonBaig:masterfrom
GlenDC:master
Open

making MotionKit.swift work for swift 2 beta - ios9/watchos2#11
GlenDC wants to merge 1 commit intoMHaroonBaig:masterfrom
GlenDC:master

Conversation

@GlenDC
Copy link
Copy Markdown

@GlenDC GlenDC commented Jul 20, 2015

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

@MHaroonBaig
Copy link
Copy Markdown
Owner

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

@prashnts
Copy link
Copy Markdown

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
Copy Markdown

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
Copy Markdown

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