-(void)vibrate
{
AudioServicesPlaySystemSound(kSystemSoundID_Vibrate);
}
Showing posts with label vibrate iphone. Show all posts
Showing posts with label vibrate iphone. Show all posts
Wednesday, January 5, 2011
Vibrate iPhone device through application
-(void)vibrate
{
AudioServicesPlaySystemSound(kSystemSoundID_Vibrate);
}
{
AudioServicesPlaySystemSound(kSystemSoundID_Vibrate);
}
Subscribe to:
Posts (Atom)