How can you programmatically make iphone vibrate?
Any ideas, or tutorial links appreciated.
Thanks,
Sam.
How can you programmatically make iphone vibrate?
Any ideas, or tutorial links appreciated.
Thanks,
Sam.
You can use
AudioServicesPlaySystemSound(kSystemSoundID_Vibrate);
Declared in AudioServices.h
Other great iPhone examples: http://www.iphoneexamples.com/
lots of good stuff already on stackOverflow too: http://stackoverflow.com/search?q=iphone+vibrate