Get the data from Accelerometer, Gyroscope and Magnetometer in only Two or a few lines of code. CoreMotion now made insanely simple :octocat: :satellite:
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 added by having another project 'MotionKit.xcodeproj so not sure how you generated by project inside my current project?
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 added by having another project 'MotionKit.xcodeproj so not sure how you generated by project inside my current project?