Reputation: 1016
I am working on xcode4.1 not in coca 2d. I want to handle image through accelerometer. How can I do this?
Upvotes: 0
Views: 619
Reputation: 12036
Use an UIImageView to display it. Use the center property to move it on the screen.
Use the UIAccelerometerDelegate to get the move of the phone.
Upvotes: 1