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.
- Host: GitHub
- URL: https://github.com/meniny/systemsounds
- Owner: Meniny
- License: mit
- Created: 2017-05-12T16:40:36.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-03-26T08:48:39.000Z (over 5 years ago)
- Last Synced: 2025-07-16T17:29:03.286Z (12 months ago)
- Language: Swift
- Homepage:
- Size: 26.4 KB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)
```