我知道我们可以从iOS移动应用程序执行振动。
但是我需要知道我们是否可以通过今日扩展/ 小部件对像按钮动作这样的动作进行振动?
答案 0 :(得分:-2)
已经回答here。
import AudioToolbox
//Swift:
AudioServicesPlayAlertSound(SystemSoundID(kSystemSoundID_Vibrate))
//Obj-c:
AudioServicesPlayAlertSound(kSystemSoundID_Vibrate);