All notable changes to this project will be documented in this file.
SubtleVolume
adheres to Semantic Versioning.
1.0.x
Releases - 1.0.0 | 1.0.1 | 1.0.2 | 1.0.30.5.x
Releases - 0.5.0 | 0.5.1 | 0.5.20.4.x
Releases - 0.4.00.3.x
Releases - 0.3.00.2.x
Releases - 0.2.0 | 0.2.10.1.x
Releases - 0.1.0 | 0.1.1
- Add SwiftPM support
- Fix possible state inconsistency
- Fix delegate issue
- Updated to Swift 4.2
- Improved support for iPhone X(S/R) screens
- Added accessory image
- Merged #17
- Issue with
setVolumeLevel(_: animated:)
called withanimation
set tofalse
- Volume convenience methods
- Objective-C support
- Background handling
- The exposed API uses Double values instead of Float for convenience.
Swift 4 support
Merged #11
Merged #10
Updated library to Swift 3.0
- Removed observer on dealloc (See #6).
- Carthage Support