An open API service indexing awesome lists of open source software.

https://github.com/meniny/systemsounds

πŸŽ™An iOS System Sounds Player.
https://github.com/meniny/systemsounds

Last synced: 11 months ago
JSON representation

πŸŽ™An iOS System Sounds Player.

Awesome Lists containing this project

README

          

# SystemSounds

An iOS System Sounds Player Framework.

## Requirements

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

## Installnation

#### CocoaPods

```ruby
pod 'SystemSounds'
```
## Usage

```swift
import SystemSounds

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