A custom volume control that replaces MPVolumeView, with multiple styles available, and a delegate to implement one's own custom volume view.
Stars
8
Forks
4
Watchers
8
Open Issues
1
Overall repository health assessment
No package.json found
This might not be a Node.js project
46
commits
Updated example to show volumeControl on setting change
e4722efView on GitHubUpdated methods inside implementation to finish name change
c093703View on GitHubChanged the functions 'dontShowVolumeBar' to 'hideVolumeControl', 'showVolumeBar' to 'showVolumeControl', and changed the variable 'dontShowVolumeBar' to 'volumeControlHidden'. All for clarity
f67c556View on GitHubAdded delegate methods for knowing when the ABVolumeControl was going to present and dismiss for ABVolumeControlStyleMinimal and ABVolumeControlStyleStatusBar
9d37ef7View on GitHubEnsure that ABVolumeControl is always presented above other views
419f2deView on GitHub