/ Published in: iPhone

Objective C for triggering the vibrate on an iPhone.
Expand |
Embed | Plain Text
#import <AudioToolbox/AudioToolbox.h> ... AudioServicesPlaySystemSound (kSystemSoundID_Vibrate);
You need to login to post a comment.