Giter VIP home page Giter VIP logo

agvolumecontrolview's Introduction

AGVolumeControlView

Made by Agilie CI Status Version License Platform

We’re happy to introduce you a new free regulator AGVolumeControlView based on our lightweight open-source visual component that doesn't require extra lines of code and can be easily integrated into your project. Visual regulator can be connected to a player or other smart house’s device making the process of controlling the level of a particular characteristic much easier.

Link to Android repo

Check out our Android VolumeControlView

Installation

AGVolumeControlView is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "AGVolumeControlView"

Demo

VolumeControlView Screenshot VolumeControlView Demo

Example

To run the example project, clone the repo, and run pod install from the Example directory first. You can also see an example :

Just bind AGVolumeControl as outlet to your ViewController:

@IBOutlet weak var volumeControl: AGVolumeControl!

And start playing your control. AGVolumeControl is a regulator of any controllable parameter, such as the volume, brightness, speed, etc.

self.startPlay()

The visual display of this regulator can be easily customized. One has a possibility to choose colors, the gradient style and background according to the wishes:

    open var thumbRadius: CGFloat
    
    open var customBackgroundColor : UIColor
    
    open var volumeControlSliderColor : UIColor
    
    open var decibelsLevel : CGFloat
    
    open var hueStart : CGFloat
    
    open var hueEnd : CGFloat

    open var minimumValue: CGFloat

    open var maximumValue: CGFloat
    
    open var thumbColor: UIColor
    
    open var gradientMaskColor: UIColor

Troubleshooting

Problems? Check the Issues block to find the solution or create an new issue that we will fix asap. Feel free to contribute.

Author

This iOS visual component is open-sourced by Agilie Team [email protected]

Contributors

Contact us

If you have any questions, suggestions or just need a help with web or mobile development, please email us at [email protected]. You can ask us anything from basic to complex questions.

License

AGVolumeControlView is available under The MIT License (MIT) Copyright © 2017 Agilie Team

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.