是否可以从iOS小部件执行振动?

时间:2017-11-16 01:28:44

标签: ios swift

我知道我们可以从iOS移动应用程序执行振动。
但是我需要知道我们是否可以通过今日扩展/ 小部件对像按钮动作这样的动作进行振动?

1 个答案:

答案 0 :(得分:-2)

已经回答here

import AudioToolbox
//Swift: 
AudioServicesPlayAlertSound(SystemSoundID(kSystemSoundID_Vibrate))
//Obj-c: 
AudioServicesPlayAlertSound(kSystemSoundID_Vibrate);