有没有办法减少iphone在打电话时的振动时间
AudioServicesPlaySystemSound (kSystemSoundID_Vibrate);
当时是 2 秒,我需要它是 0.5 秒。谢谢
有没有办法减少iphone在打电话时的振动时间
AudioServicesPlaySystemSound (kSystemSoundID_Vibrate);
当时是 2 秒,我需要它是 0.5 秒。谢谢
不幸的是,使用官方 SDK 无法自定义振动。
对于 iOS 6 私有 API,请参阅此答案:https ://stackoverflow.com/a/13047464/983912