Top "Uislider" questions

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

Set UISlider.value to AVPlayer.currentTime

I am trying to set a UISlider's Value to a AVPlayer's Current Time. I am trying to use this code …

iphone sdk uislider avplayer
Custom UISlider - Increase "hot spot" size

I have a custom UISlider that is relatively tough for big fingered people to grab hold of and slide due …

objective-c ios uislider
UISlider setMaximumTrackTintColor

I'm trying to dynamically configure the track color on a UISlider. This line of code works perfectly for setting the …

ios objective-c ios7 uislider
about showing continuous slider value in UISlider

Here's what I want to do with UI Slider .... I have a bunch of files with times and I show …

ios uislider
UISlider and UIScrollView

I have a UISlider as part of a view that is loaded into a UIScrollView with paging enabled. I've noticed …

iphone uiscrollview uislider
How to change a UISlider value using a single touch?

I'm developing my first iOS app which contains a UISlider. I know how to get the value when the UISlider …

iphone ios objective-c uislider
UISlider returns two Touch Up Inside events, why does that happen?

I have a slider that I'm using to set a float value somewhere. I connect Value Changed to a method …

iphone cocoa-touch uislider
Detecting touches on a UISlider?

I have a UISlider on screen, and I need to be able to detect when the user stops touching it. (…

objective-c ios xcode cocoa-touch uislider
Increase/decrease brightness of image using UISlider?

I am building an iOS app which is based on image operations. I want to increase and decrease brightness of …

ios swift image-processing uiimageview uislider
Gesture problem: UISwipeGestureRecognizer + UISlider

Got a gesture related problem. I implemented UISwipeGestureRecognizer to get swipe left and right events and that is working fine. …

iphone event-handling uislider uigesturerecognizer gesture-recognition