gpt4 book ai didi

swift - iOS 8 中的自定义振动 - Swift

转载 作者:搜寻专家 更新时间:2023-10-30 21:59:35 32 4
gpt4 key购买 nike

我正在快速编写一个基于 sprite 套件的应用程序,需要使用振动进行简短的触觉反馈

所以首先我导入了 AudioToolbox 并使用了它

AudioServicesPlayAlertSound(SystemSoundID(kSystemSoundID_Vibrate))

它运行良好,但振动时间过长且无法控制此持续时间。

然后经过一番搜索,我在这里阅读了 Kevin Cao 的回答:

Are there APIs for custom vibrations in iOS?

但不幸的是 AudioServicesPlaySystemSoundWithVibration 私有(private)函数只能在 iOS 6 中使用。

那么还有没有其他可能的方法呢?

最佳答案

您需要 AudioServicesPlaySystemSoundWithVibration API。但不幸的是它是私有(private)的,你不能发布你的应用程序:(

检查 this blog postthis answer

关于swift - iOS 8 中的自定义振动 - Swift,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30268232/

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