使用swift2以编程方式静默/振动iOS设备?

时间:2016-01-13 01:21:54

标签: ios swift2 xcode7.1

我是新开发人员,想知道如何通过代码silent/vibrateswift2 IOS设备,我不在乎是否需要私有 API。请帮忙。

1 个答案:

答案 0 :(得分:0)

您需要导入系统声音服务

import AudioToolbox.AudioServices

然后你可以播放振动提示"声音"

AudioServicesPlayAlertSound(SystemSoundID(kSystemSoundID_Vibrate))

可以在Apple文档中找到更多信息: https://developer.apple.com/library/prerelease/ios/documentation/AudioToolbox/Reference/SystemSoundServicesReference/index.html