-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi all,
I have a UISlider that slides with a range from 0.0 to 1.0.
Out of the box, the slider lets users slide with a really high number of fraction digits, but I only want my users to be able to increment/decrement by .001 for each "tick" up or down of the slider.
Is this possible to set up?
Thank…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Is it possible to set an UISlider as first responder and set its current value to the location of the current touch programatically?
The way my app is set up I have a UIView container that takes up the whole screen. Inside the container I have another UIView offscreen at the bottom edge (I'll call…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi everyone!
My first question on stackoverflow!
I'm using a UISlider in my app but I'd like to use a custom "look-and-feel" for it. I have changed the thumb to my own image but is there a way to change the bar also? I have a bar image I would like to use but can't see how to do this.
I have…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
hello,
i have a UIView UIImageview UIButton and UISlider added as subview to UIView
example:
[view addsubview:uiImageview_obj];
[view addsubview:uiButtonview_obj];
[view addsubview:uiSliderview_obj];
When i zoom the uiimageview_obj, it covers uislider and uibutton also, hence i cannot use uislider…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have added my own thumb to a uiSlider and added a 1px x 1px transparent .png to the tracks (I don't want to see the tracks) (I have also tried setting tracks to nil).
My uiSlider is also rotated to vertical.
The uiSlider sits over a uiScrollView but is not 'attached' to that view. There are numerous…
>>> More