I want to make a button that you press and your phone vibrates. When you release, the vibration should stop. Ideally, it will have touch sensitivity, so the harder you press, the stronger the buzz.
AudioServicesPlaySystemSound(kSystemSoundID_Vibrate)
Currently this just plays 1 buzz, and a loop still has a slight disconnect, but a loop is still an unwanted workaround.