Pages

Subscribe:
Showing posts with label vibrate iphone device. Show all posts
Showing posts with label vibrate iphone device. Show all posts

Wednesday, January 5, 2011

Vibrate iPhone device through application

-(void)vibrate
{
AudioServicesPlaySystemSound(kSystemSoundID_Vibrate);
}

Vibrate iPhone device through application

-(void)vibrate
{
AudioServicesPlaySystemSound(kSystemSoundID_Vibrate);
}