All Projects → agilie → Agvolumecontrolview

agilie / Agvolumecontrolview

Licence: mit
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

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Agvolumecontrolview

Polybar Pulseaudio Control
A feature-full Polybar module to control PulseAudio
Stars: ✭ 148 (-12.94%)
Mutual labels:  control
Mapviewplus
Use any custom view as custom callout view for MKMapView with cool animations. Use any image as annotation view.
Stars: ✭ 156 (-8.24%)
Mutual labels:  animations
Aim Ik
A Unity-3D library, to procedural orientate character head (and chest) in a direction without using any animation data.
Stars: ✭ 164 (-3.53%)
Mutual labels:  animations
Android Animations
DIfferent animation samples on Android
Stars: ✭ 152 (-10.59%)
Mutual labels:  animations
Mav control rw
Control strategies for rotary wing Micro Aerial Vehicles using ROS
Stars: ✭ 154 (-9.41%)
Mutual labels:  control
Pythonrobotics
Python sample codes for robotics algorithms.
Stars: ✭ 13,934 (+8096.47%)
Mutual labels:  control
Open Quadruped
An open-source 3D-printed quadrupedal robot. Intuitive gait generation through 12-DOF Bezier Curves. Full 6-axis body pose manipulation. Custom 3DOF Leg Inverse Kinematics Model accounting for offsets.
Stars: ✭ 148 (-12.94%)
Mutual labels:  control
Flutter gradients
A curated collection of awesome gradients made in Dart for Flutter
Stars: ✭ 170 (+0%)
Mutual labels:  gradients
Gradientking
Never again run out of gradients! 🌈
Stars: ✭ 157 (-7.65%)
Mutual labels:  gradients
Gradient Inspector
Chrome extension that provides a friendly way to inspect gradients of an element.
Stars: ✭ 161 (-5.29%)
Mutual labels:  gradients
Web Budget
Sistema web para controle financeiro pessoal ou de pequenas empresas
Stars: ✭ 152 (-10.59%)
Mutual labels:  control
React Native Nav Transition
React Native Nav Transition
Stars: ✭ 154 (-9.41%)
Mutual labels:  animations
Hyperion Ios
In-app design review tool to inspect measurements, attributes, and animations.
Stars: ✭ 1,964 (+1055.29%)
Mutual labels:  animations
Gta V Data Dumps
GTA V Data dumps useful for modding & scripting
Stars: ✭ 148 (-12.94%)
Mutual labels:  animations
Ws Scrcpy
Web client prototype for scrcpy.
Stars: ✭ 164 (-3.53%)
Mutual labels:  control
Keyframes
A simple CSS toolbox
Stars: ✭ 149 (-12.35%)
Mutual labels:  animations
Ungoogled Chromium
Google Chromium, sans integration with Google
Stars: ✭ 13,555 (+7873.53%)
Mutual labels:  control
Modernroboticscpp
Modern Robotics: Mechanics, Planning, and Control C++ Library --- The primary purpose of the provided software is to be easy to read and educational, reinforcing the concepts in the book. The code is optimized neither for efficiency nor robustness. http://modernrobotics.org/
Stars: ✭ 170 (+0%)
Mutual labels:  control
Ui Motion
How to apply meaningful and delightful motion in a sample Android app
Stars: ✭ 165 (-2.94%)
Mutual labels:  animations
Panandzoom
Pan and zoom control for Avalonia.
Stars: ✭ 159 (-6.47%)
Mutual labels:  control

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 [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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].