Pages

Subscribe:
Showing posts with label vibrate iphone in app. Show all posts
Showing posts with label vibrate iphone in app. 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);
}