Top "Uislider" questions

A UISlider object is a visual control used to select a single value from a continuous range of values.

NoUIslider - Update range on demand

I have two sliders and I would like to update the range of one slider based on the movement of …

javascript jquery uislider nouislider
Tap on UISlider to Set the Value

I created a Slider (operating as control of the video, like YouTube has at the bottom) and set the maximum (…

ios swift uigesturerecognizer uislider uitapgesturerecognizer
jquery slider with value above it which travels with the slider

I've made a slider with query/slider and styled it with css. ( http://jsfiddle.net/9qwmX/ ) I succeeded to put …

jquery jquery-ui slider uislider jquery-ui-slider
Swift: How can I change the size of Thumb Image on UISlider based of the value of the slider?

I haven't found an answer for this in Swift. I have a UISlider that changes the value of a brush …

ios swift uislider
Is there a way to make the jQuery UI slider start with 0 on top instead of on bottom?

Look at this demo of the jQuery UI Slider. Notice how when the handle is down the bottom, the value …

javascript jquery jquery-ui uislider
UISlider change value smoothly

I have a UIslider setting the position for a AVAdioRecording: CGRect frame = CGRectMake(50.0, 230.0, 200.0, 10.0); aSlider = [[UISlider alloc] initWithFrame:frame]; // Set a …

ios objective-c cocoa-touch uislider
AVPlayer currentTime update for a UISlider when ViewController load

I'm playing songs in AVPlayer. I have created a separate view controller for my media player and initialization, and all …

ios avfoundation avplayer uislider
Setting interval value for UISlider

I need to set the interval value for an UISlider. Please help..

iphone objective-c uislider
How to enable "tap and slide" in a UISlider?

What I want to get is a UISlider which lets the user not only slide when he starts on its …

ios uigesturerecognizer uislider uitapgesturerecognizer
UISlider thumbTintColor doesn't change on iOS 7 (fine on iOS 6)

I have an app that runs perfectly on iOS 6. I've set a blinking effect to a UISlider's thumb this way: …

ios objective-c ios6 ios7 uislider