Git Product home page Git Product logo

fgthrowslider's Introduction

FGThrowSlider

iOS drop-in control giving you the iOS 7.1 brightness/volume style slider with a dynamic fadeout animation.

Simply copy over the FGThrowSlider.h and FGThrowSlider.m files into your project, create a new instance in the delegate like so:
FGThrowSlider *slider = [FGThrowSlider sliderWithFrame:CGRectMake(50, 300, 200, 50) andDelegate:self];
or FGThrowSlider *slider = [FGThrowSlider sliderWithFrame:CGRectMake(50, 250, 200, 50) delegate:self leftTrack:[UIImage] rightTrack:[UIImage] thumb:[UIImage]];
add it to your view:
[view addSubview:slider];
and recieve updates at:
- (void)slider:(FGThrowSlider *)slider changedValue:(CGFloat)value

Feel free to use it in your projects and let me know of any ideas, requests, stuff.

alt tag

fgthrowslider's People

Contributors

lewisgodowski avatar

Stargazers

Sebastian Barajas avatar Nilesh  avatar Francis Lata avatar  avatar  avatar Puddin' avatar Jason Duncan avatar Aleksey Potapov avatar Yasutaka Arai avatar  avatar Benjamin Philipp avatar xiaohu avatar Benjamin Davis avatar  avatar Lukas Kollmer avatar Arne Pettersen avatar Bishal Ghimire avatar Wojciech Rutkowski avatar Nathan Wood avatar grubby avatar Fred Chen avatar Jesse Read avatar 张群 avatar Andy Madan avatar İsmail avatar Austris avatar  avatar Gabriel Costa avatar David Barker avatar Alex.zhao avatar Peter Kazazes avatar Quang Mai Van avatar  avatar Tj avatar Alessandro Iob avatar SuperFancy avatar Samet Dede avatar  avatar Matt Coneybeare avatar

Watchers

Benjamin Davis avatar mayulu avatar James Cloos avatar Finn Gaida avatar

fgthrowslider's Issues

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.