ID | 73 |
---|---|
用户名 | admin |
标题 | Using existing system sounds in iOS App [swift| - Stack Overflow |
网址 | http://stackoverflow.com/questions/31126124/using-existing-system-sounds-in-ios-app-swift![]() |
创建日期 | 2016-09-15 |
摘要 | (未设置) |
内容 | (未设置) |
Hits Count | 454 |
创建时间 | 2016-09-15 02:22:42 |
更新时间 | 2016-09-15 02:22:42 |
状态 | 1 |
func playS(){
// create a sound ID, in this case its the tweet sound.
let systemSoundID: SystemSoundID = 1016
// to play sound
AudioServicesPlaySystemSound (systemSoundID)
}