Done with only one line of code:
AudioServicesPlaySystemSound(kSystemSoundID_Vibrate);
You need to import the AudioToolbox Framework and import it in your header file for this to work.
Done with only one line of code:
AudioServicesPlaySystemSound(kSystemSoundID_Vibrate);
You need to import the AudioToolbox Framework and import it in your header file for this to work.