So I'm kinda new to Objective-C and I've been looking through tutorials for help on moving an imageview with an accelerometer. I'm planning on making an app like the game FallDown, where you move an imageview down towards the screen using the accelerometer. Most of the tutorials are outdated and don't include CoreMotion framework, so I'm wondering if anyone has tips on how to use the framework. I got the iOS7 CookBook and it tells me to use CMMotionManager and I'm not sure if that's the right direction to go in. Any help would be much appreciated ^_^ thanks