Tagged Questions

97
votes
10answers
54k views

How do I detect when someone shakes an iPhone?

I want to react when somebody shakes the iPhone. I don't particularly care how they shake it, just that it was waved vigorously about for a split second. Does anyone know how to detect this?
12
votes
3answers
23k views

How to use Shake API in iPhone SDK 3.0?

Apple annonced Shake API in iPhone SDK 3.0. I can not find any information regarding this new feature. Who knows about how to use it? Any example, link will be good.
4
votes
1answer
665 views

Detecting when UITextField text has changed due to shake undo?

I have a UITextFieldDelegate that does a whole bunch of validation on user input to determine whether or not they should be allowed to end editing. In one particular example, it is not valid to leave ...
4
votes
3answers
2k views

Javascript. Listen for iPhone shake event?

is it possible to listen for an iPhone (or any mobilephone with accelerometer) shake event with javascript? You know like shakin the iphone to shuffle the next song in itunes i want to call a js ...
3
votes
1answer
126 views

How do I detect shake while movie is playing?

I have an iphone app where I am able to shake and play a random file with MPMoviePlayerController. But while the Movie Player is on the screen, it is unable to detect a shake. How can I get the Movie ...
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 ...
2
votes
1answer
214 views

horizontal and verticle shake count using accelerometer in iPhone/iPad

i want to count number of shake horizontally and vertically,i have referred to UIAcceleration i have also referred to Motion Events But couldn't come up with better approach. Any kind of help is ...
2
votes
2answers
394 views

How to stop the UITextField from responding to the shake gesture?

By default, if you shake the iPhone while entering text in a UITextField, a little box will appear asking if you want to undo typing. How can I prevent this from happening? I looked through the ...
2
votes
3answers
328 views

How to play an audio file ONLY while user is shaking iPhone?

I've read a number of posts regarding how to detect shakes but I'm not sure: What is currently the best way to detect shakes? and - How to play an audio file ONLY while the user is shaking the ...
2
votes
1answer
2k views

How can I detect a shake gesture in PhoneGap 0.8?

I'm using PhoneGap 0.8 and I'd like to detect a basic shake gesture. I've found two relevant snippets: http://groups.google.com/group/phonegap/browse_thread/thread/25178468b8eb9e9f ...
2
votes
2answers
456 views

iPhone Shake event not properly working

I have this inside my viewController: - (void)motionEnded:(UIEventSubtype)motion withEvent:(UIEvent *)event { if (event.type == UIEventSubtypeMotionShake) { NSLog(@"I have shaked"); ...
1
vote
2answers
75 views

Iphone desktop effects

How can I make a effect just like iphone desktop? I want it can show nine icons,when I long press on the icon,it can shake and I can drop and drag the icon... Does anyone has a demo? Thanks in ...
1
vote
1answer
82 views

How to do shake the Iphone by COCOS 2D

I can detect shake Iphone by cocos 2D when I use: -(void)accelerometer:(UIAccelerometer *)accelerometer didAccelerate:(UIAcceleration *)acceleration Now, i want to do shake the Iphone by cocos 2D. ...
1
vote
3answers
604 views

motionBegan not being called in whole application

Hi all I have an app where I allow the user to post something on their pinwall of facebook. I used the DemoApp directly from Facebook to set it up. I have implemented a shake detection that does ...
1
vote
3answers
859 views

Cocos2d shake/accelerometer issue

So I a little backstory. I wanted to implement a particle effect and sound effect that both last about 3 sec or so when the user shakes their iDevice. But first issue arrived when the build in UIEvent ...
1
vote
2answers
379 views

iphone - easy way to have that press -> delete effects? or move -> relocate view effect?

On iphone's home, you can press and hold on one app for 2 secs, then everyone is shaking and waiting to be delete or relocate. How can I have this in my own view? press & hold on somewhere and ...
1
vote
3answers
442 views

pragmatically scroll UIScrollView upon shake gesture

HI, I have a view that has three UIScrollViews on the screen. I want to randomly scroll the UIScrollViews to different positions whenever a user shakes the iPhone, but I am unable to get it done. I ...
1
vote
1answer
1k views

How to detect shake on the iPhone using Cocos2D?

I know how to do shake for the iPhone has been asked a million times on here, but I can't seem to find anything useful regarding the accelerometer with Cocos2D. Everything i have found involves using ...
1
vote
2answers
2k views

How to detect iphone shake gesture one time !

hi i want iphone detect shake gesture only one time . after iphone had been shaken and html files showed , then i want iphone doesn't detect shake anymore . here is my code : - ...
1
vote
1answer
937 views

iPhone Simulator always generates two shake events? (UIScrollview not scrolling for second event)

When I select "Shake Gesture" from the Hardware menu in the iPhone simulator, my first responder always receives two shake events (with a few milliseconds in between). Unfortunately these two events ...
1
vote
1answer
1k views

Detecting when modal view has been displayed

This is a fun one... I have an application that has a help screen and is displayed as a modal view. The main view has an action that occurs when the device is shaken. I do not want the action to ...
0
votes
0answers
102 views

how to produce a light on shake gesture on iphone [closed]

Possible Duplicate: Activate the LED for a flashlight app how to produce a LED light on shake gesture on iphone, the following is the code i am using, but i am not able to get a LED light ...
0
votes
3answers
125 views

Why shake doesn't work when the screen is off on iPhone?

I am playing an audio file in the app, so it doesn't turn off when the phone is locked and the screen is off. However when I want detect shake it does not work. It works fine when the app is open ...
0
votes
1answer
95 views

Game Programming Splash Screen and Shake responses on UIView

I'm using Splash screen tutorial right over here. http://www.icodeblog.com/2009/03/18/iphone-game-programming-tutorial-part-3-splash-screen/ I want shake to be in UIView or another window. How do I ...
0
votes
1answer
76 views

The serrated(shake) image will be shown when rotating the image if i use CATransform3DMakeRotation

I have a problem with the image rotated. The serrated(shake) image will be shown when rotating the image if i use CATransform3DMakeRotation(M_PI, 0, 0, -1.0) to make a animation with layer. The ...
0
votes
0answers
63 views

How to get a shake gesture last for some specify duration?

I want to make a interaction as a shaking gesture and last for some specify duration.(e.g. shaking last for 3 seconds to trigger any action, and I use 1 second to determine the shaking is interrupt) ...
0
votes
3answers
347 views

On shake… iOS

So I have an IBAction yesNo that I want to be ran on a shake event. Not all too sure why this is not working. Have followed all the documentation. -(BOOL)canBecomeFirstResponder { return YES; } ...
0
votes
2answers
60 views

how can I capture the starting of the shake?

i have implemented the - (void)motionEnded:(UIEventSubtype)motion withEvent:(UIEvent *)event { to capture the shake when some one ends the shaking of iPhone, but I need to determine the start of ...
0
votes
1answer
289 views

Animation on UIButton

I want to add animation to a button.when a button is touched it should shake for some duration. Then whatever method is linked with it should get call.
0
votes
1answer
175 views

shake application, iPhone

I have an application which starts the timer when the shake begins and stops when the shake ends. I need to modify this. I need to shake it for 4 times and after each shake, the value must be pushed ...
0
votes
1answer
162 views

shaking iphone in 4.0+

How do I use shake-events in iOS 4.0+? I tested this solution but isn't working in 4.1. Is it possible that something changed or am I doing someting wrong? motionBegan: Not Working
0
votes
2answers
147 views

Closing tab bar controllers

I'm pretty new to iphone programming. I have come up with a problem when using a tab bar controller that I cannot solve. I have an app with 2 tabs each tab uses separate class files and nib files. I ...
0
votes
3answers
366 views

Can't get shake events on iPhone

I am not being able to get shake events on iPhone. I have followed other questions here with no result. I also tried following the GLPaint example from Apple, but it seems exactly like my source ...
0
votes
2answers
155 views

Shake detection with using IBuilder or Load View without IBuilder

I am writing some application (let's say game - 1 view no cocoa controls) which needs to detect shakes. As beginner with IOS have started with default openGL template (new one). Application works. I ...
0
votes
3answers
1k views

motionEnded not being called (no view controller)

I think I've done all I should to detect a shake, but motionEnded:withEvent: never gets called. (One wrinkle is that I don't have a UIViewController - my app is based on the "OpenGL ES App" template.) ...
0
votes
1answer
265 views

Does NSUndoManager work on iPhone without shake gestures?

I have an app that uses the shake gesture for something else besides undo. I want to use NSUndoManager and all the examples and how-tos say I have to put the following line in my ...
0
votes
1answer
515 views

Implementing Shake/Slide Function on iPhone SDK

I want to make an app like "10,500 cool facts" Basically, there is some text on background, and then the user will shake, or slide right/left to navigate between the different facts. I am new to ...
0
votes
2answers
249 views

motionEnded works fine until I click a link in a webView

I'm using this code to do shake detection, and for the most part it works fine: - (void)motionEnded:(UIEventSubtype)motion withEvent:(UIEvent *)event { if (event.type == ...
0
votes
2answers
159 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 ...
0
votes
2answers
330 views

Shake to open view modally

I have my 'shake' working fine (using motionEnded), based off of Apple's GLPaint code. When the user shakes the device (running 3.0 and up) I want to open a view controller modally using ...
0
votes
4answers
1k views

Problem with iPhone shakes: viewDidAppear isn't called when loading viewController

I'm trying to detect a shake on the iPhone device, so for what i've read I need to set my view controller as first responder on the viewDidAppear method. This method is supposed to be called ...
0
votes
2answers
326 views

shaking on 3.0 in a UITableViewController

after reading some posts about implementing shaking on 3.0, I think I get the idea but I'm not getting any call to the: motionBegan motionEnded motionCancelled this is an example of what I've read: ...
0
votes
2answers
145 views

How to make objects flying around in a view

How is it possible to let some objects fly around and bumb at the end of the view and collide on each other. The second step would add acceleration of the objects by shaking. I haven't found a ...
0
votes
2answers
566 views

How do I prevent a specific view from responding to shake gestures?

I use shake gesture for my application but i have problem! My application is a multiview application and i want use shake gesture on the view 2. If i active shake gesture on view 2, I have to write ...
-1
votes
1answer
1k views

Shake Detection iPhone 3.0 not working

I have a ViewController that works perfectly with a button that trigger an action. I would like to replace the button with a shake event so I've googled it around and created a ShakeDetector class ...