0
votes
1answer
58 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 :
…
0
votes
2answers
26 views
[iphone] How to make objects flying around in a view
Hey,
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 …
0
votes
2answers
97 views
How do I prevent a specific view from responding to shake gestures?
Hi. 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 v …
0
votes
1answer
120 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).
Unfortunate …
-1
votes
1answer
115 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 Sha …
1
vote
1answer
409 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 nslo …
0
votes
1answer
67 views
Image shaking when StretchDIBits partially.
I am using C++ GDI, StretchDIBits to draw images on DC.
Because the original Image is large, and high quality is needed.
I use HAFTONE mode, to draw whole image on DC(zoom the im …
4
votes
3answers
2k 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.
1
vote
1answer
117 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 w …
