user2412870
user2412870

Reputation: 295

Basic IOS motion detectors

Is there a framework or a library that covers the basic motions committed by the user like moving the device up, down tossing the device, flipping etc.. based on the accelerometer in iOS

Upvotes: 1

Views: 1251

Answers (1)

manujmv
manujmv

Reputation: 6445

Core Motion framework will be the best choice. You can find a nice tutorial here.

http://nscookbook.com/2013/03/ios-programming-recipe-19-using-core-motion-to-access-gyro-and-accelerometer/

Upvotes: 1

Related Questions