gpt4 book ai didi

iphone - 让 iPhone 振动

转载 作者:搜寻专家 更新时间:2023-10-30 19:50:23 26 4
gpt4 key购买 nike

我一直在尝试使用这段代码让 iPhone 振动:

AudioServicesPlaySystemSound(kSystemSoundID_Vibrate);

但是没有用,会不会是我在调用这个的同时播放了声音?

最佳答案

如果这对任何人有帮助,我发现振动命令在 AVAudioRecorder 录制时不起作用。解决这个问题非常简单。你只需要先停止你的录音机,然后再恢复它:

[recorder stop];
AudioServicesPlaySystemSound (kSystemSoundID_Vibrate);
[recorder record];

如果您想使用 UIBackgroundModes 在后台录制声音和振动,这甚至可以工作。

关于iphone - 让 iPhone 振动,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3373902/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com