Skip to content

NOUSguide/NGVolumeControl

 
 

Repository files navigation

<img src="http://office.nousguide.com/nouslogosmall.png" alt="NOUSguide Inc." title="NOUSguide Inc." title" style="display:block; margin: 10px auto 30px auto;" class="center">

NGVolumeControl

A custom (and customizable) volume control for iOS with a quick-gesture to change volume (touch down, slide finger, touch up).

Usage

	NGVolumeControl *volumeControl = [[NGVolumeControl alloc] initWithFrame:CGRectMake(0.f, 0.f, 35.f, 35.f)];
    
    volumeControl.expandDirection = NGVolumeControlExpandDirectionUp;
    volumeControl.minimumTrackColor = [UIColor redColor];

Credits

NGVolumeControl was created by Matthias Tretter (@myell0w).

License

NGVolumeControl is available under the MIT license, see the LICENSE file for more info.

For usage without attribution contact NOUSguide.

About

Custom control for changing iOS system volume

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 96.1%
  • Ruby 3.0%
  • C 0.9%