Top "Uislider" questions

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

UISlider to control AVAudioPlayer

I'm trying to implement a little function in my app. I am currently playing sounds as AVAudioPlayers and that works …

iphone objective-c avaudioplayer uislider
Implementing steps/snapping UISlider

I am trying to implement some form of snapping or steps with the UISlider. I have written the following code …

iphone uislider
Make UISlider height larger?

I've been searching for a way to make the UISlider progress bar taller, like increasing the height of the slider …

ios objective-c swift cocoa-touch uislider
How to make UISlider default thumb to be smaller like the ones in the iOS control center

I'm working on an app and I have a custom UISlider. However, I'm having some issues on how to make …

swift swift3 uikit uislider
iOS how to make slider stop at discrete points

I would like to make a slider stop at discrete points that represent integers on a timeline. What's the best …

iphone ios slider uislider
Customize UISlider (track image height)

I'm customizing a UISlider. I could set a custom thumb image that is higher than the usual thumb however I …

iphone ios cocoa-touch uislider
jquery ui slider display values

I have a slider with values 1 - 5. it updates a hidden input with the ID of 'days'. $(function() { $("#slider").slider({ …

jquery jquery-ui uislider
How to get the center of the thumb image of UISlider

I'm creating a custom UISlider to test out some interface ideas. Mostly based around making the thumb image larger. I …

iphone cocoa-touch user-interface uislider
How to put UISlider vertical?

I want to put UISlider in vertically. I have no idea about this, so please help me for this.

objective-c iphone math uislider
Javascript slider that scrolls along both dates and times

I've seen some nice examples of jQuery sliders that select date ranges: http://ghusse.github.com/jQRangeSlider/stable/demo/ And …

jquery jquery-ui uislider datetimepicker