Tagged Questions

3
votes
2answers
5k views

how to detect and program around shakes for the iphone

I'm trying to implement the shake "tutorial" on this page, but I think I'm missing something. I copied his accelerometer function into myAppViewController.m file and put some nslogs in there to see ...
0
votes
1answer
423 views

How to detect shake motion in iPhone

On the shake of the iPhone device i want some function to be called, i dont know how to recognize shake so i tried some link and tried this code - (void)motionBegan:(UIEventSubtype)motion ...
0
votes
2answers
160 views

iPhone: modifying view when user shakes

I am developing an iPhone application which deletes rows from a table view when the user shakes the phone. I have created a navigation-based project. Now when the user shakes the iPhone I want the ...