Skip to content

Meniny/SystemSounds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SystemSounds

An iOS System Sounds Player Framework.

Requirements

  • iOS 8.0+
  • macOS 10.9+
  • Xcode 8 with Swift 3

Installnation

CocoaPods

pod 'SystemSounds'

Usage

import SystemSounds

let id = SystemSounds.IDs.SMSReceivedSelectionSMSReceived1
SystemSounds.play(soundID: id.rawValue)