Possible Duplicate:
Making the iPhone vibrate
How can you programmatically make the iPhone vibrate?
Any ideas, or tutorial links appreciated.
How can you programmatically make the iPhone vibrate? Any ideas, or tutorial links appreciated. |
||||
|
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
|
You can use
Note that you need to add the AudioToolbox framework and import the following header file:
Other great iPhone examples: http://www.iphoneexamples.com/ |
|||||||||||||||
|
|
To clarify the add(ing) the AudioToolbox framework portion of this answer:
|
|||
|
|