hi, i have this ibaction:
Code:
-(IBAction)vibrate {
AudioServicesPlayAlertSound(kSystemSoundID_Vibrate);
}
However i would like the iphone to vibrate until the user presses another button to stop the iphone vibrating. I know how to stop it vibrating i just need to know how to continue the vibrations.
thanks