/ 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.
splotchy on 08/11/08
7 people have marked this snippet as a favorite
splotchy
fernyb
jdstraughan
umang_nine
emregulcan
avanadra
bobbym245
Objective C for triggering the vibrate on an iPhone.
#import <AudioToolbox/AudioToolbox.h> ... AudioServicesPlaySystemSound (kSystemSoundID_Vibrate);
You need to login to post a comment.