问题
How can I set iPhone to vibrate while playing the sound.
The code I use plays the sound firts and then vibrates or vice-versa.
Thanks
回答1:
You can simply use
AudioServicesPlaySystemSound(kSystemSoundID_Vibrate);
来源:https://stackoverflow.com/questions/1846881/iphone-vibrate-while-playing-sound