我是新开发人员,想知道如何通过代码silent/vibrate
来swift2
IOS设备,我不在乎是否需要私有 API。请帮忙。
答案 0 :(得分:0)
您需要导入系统声音服务
import AudioToolbox.AudioServices
然后你可以播放振动提示"声音"
AudioServicesPlayAlertSound(SystemSoundID(kSystemSoundID_Vibrate))
可以在Apple文档中找到更多信息: https://developer.apple.com/library/prerelease/ios/documentation/AudioToolbox/Reference/SystemSoundServicesReference/index.html