-(void)vibrate
{
AudioServicesPlaySystemSound(kSystemSoundID_Vibrate);
}
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);
}
{
AudioServicesPlaySystemSound(kSystemSoundID_Vibrate);
}
Subscribe to:
Posts (Atom)