Skip to content

VolumeOverlay: Drop-in Replacement Volume Overlay for iOS

License

Notifications You must be signed in to change notification settings

russellbstephens/VolumeOverlay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VolumeOverlay Carthage compatible Travis

VolumeOverlay: Drop-in Replacement Volume Overlay for iOS

Installation

Carthage

You can install Carthage with Homebrew using the following command:

brew update
brew install carthage

To integrate VolumeOverlay into your Xcode project using Carthage, specify it in your Cartfile where "x.x.x" is the current release:

github "russellbstephens/VolumeOverlay" "x.x.x"

Usage

Add the following in didFinishLaunchingWithOptions in the AppDelegate

VolumeOverlay.shared.load()

Customization

Colors

VolumeOverlay.shared.backgroundColor = .white
VolumeOverlay.shared.trackTintColor = .grey
VolumeOverlay.shared.progressTintColor = .black

Style

VolumeOverlay.shared.load(style: .thin)

About

VolumeOverlay: Drop-in Replacement Volume Overlay for iOS

Resources

License

Stars

Watchers

Forks

Packages

No packages published