最佳答案
我需要让 iPhone 震动,但我不知道在 Swift 里怎么做。我知道在 Objective-C 中,你只需要写:
import AudioToolbox
AudioServicesPlayAlertSound(kSystemSoundID_Vibrate);
但这对我不起作用。