有时AudioServicesPlaySystemSound无法正常工作

时间:2019-08-02 10:25:21

标签: iphone audio emulation swift4.1 system-sounds

我的应用程序包含按钮,当模拟器完全擦除并且我第一次运行它时,按一下按钮会播放系统声音,在我开始使用一段时间后,应用程序UI会正常显示,并且单击按钮时声音会很好播放youtube,然后再次运行相同的代码,但是这次一切正常,但是系统声音没有播放Xcode没有显示任何错误

有时候声音效果很好,有时效果不好,我不知道为什么声音不播放

    @objc func Backbtn(_ tap:UITapGestureRecognizer){
        AudioServicesPlaySystemSound(SystemSoundID(1104))
        // code from here

    }

0 个答案:

没有答案