Skip to content

CCVolumeHUD changes the default volume HUD for a unobtrusive volume HUD displayed at the status bar

License

Notifications You must be signed in to change notification settings

cecruzmo/CCVolumeHUD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CCVolumeHUD

CCVolumeHUD changes the default volume HUD for a unobtrusive volume HUD displayed in the status bar.

Installation

CocoaPods

  • Add pod 'CCVolumeHUD' to your Podfile
  • Run pod install

Manual

  • Drag the CCVolumeHUD folder into your project
  • Link the AVFoundation, MediaPlayer, and QuartzCore frameworks to your project

How To Use

  • Add import CCVolumeHUD in your AppDelegate import statements
  • On application:didFinishLaunchingWithOptions: function, at some point add CCVolumeHUD.sharedInstance
  • Personalize the volume slider appearance by editing the properties of the MPVolumeView named as CCVolumeHUD.sharedInstance.volumeView. For example: CCVolumeHUD.sharedInstance.volumeView.tintColor = UIColor.redColor()

License

This project is under the MIT license (see the LICENSE file for more details).

Screenshot

About

CCVolumeHUD changes the default volume HUD for a unobtrusive volume HUD displayed at the status bar

Resources

License

Stars

Watchers

Forks

Packages