UISlider commonly refers to the UISlider control used in iOS programming, or the jQuery UI Slider plugin.
0
votes
2answers
40 views
How to programmatically move a slider at a set duration using IOS 6?
I have an iPhone application with a UISlider. When my user presses the play button, I want my slider to move from a value of 1, slowly, to a value of 100. The slider slides for the duration of the ...
0
votes
0answers
10 views
UISlider inside UIPageViewController
I have a PageViewController which is initialized like this:
self.pageViewController = [[UIPageViewController alloc] initWithTransitionStyle:UIPageViewControllerTransitionStyleScroll
...
0
votes
2answers
29 views
Can adjust intensity LED before take picture in UIIimagePickerController in iOS
I building app open Camera by using UIImagePickerController but I want before take picture, I can adjust intesity of LED. I think if can add UISlider to UIImagePickerController to adjust intesity LED ...
0
votes
0answers
21 views
iOS - Collapsing Animated UISlider
I want to create a collapsing animated UISlider. Basicly, the slider will the size of the thumbimage until it is touched at which point it expands to full size while it is being changed. After the ...
0
votes
0answers
11 views
Trying to make a UISlider update and move with device Volume
Hi Guy relatively new to all this but im wondering what is the best way to make my UISlider update the device Volume and also move when the hardware buttons are pressed i have looked and looked but ...
0
votes
2answers
23 views
Customizing Both UISliders inside MPMoviePlayerViewController?
Im currently trying to customize several things inside the MPMoviePlayerViewController but I'm having trouble with one of the sliders.
As you can see below, it features 2 sliders, a volume slider, ...
0
votes
1answer
30 views
using a single UIslider as a color picker dont work
I want the user to pick a color using a single uislider to change a background on a label and I know i need to use the colorWithHue :saturation: brightness: alpha function and that the hue is meant to ...
0
votes
1answer
16 views
UILabel Value .56 Make it 56%
I have a label that is controlled for a UISlider. When I get half way with the slider it shows .50. How can I change that .50 to 50%? Thanks so much!
My slider code:
- (IBAction) ...
0
votes
0answers
21 views
Xcode Slider Value Change +.5
As you may see from my code below, when I move my slider, the slider changes the value of the textfield by .1 .1 .1 .1. Meaning if I move a little over to the right the value may be 43.7. Is there a ...
0
votes
2answers
30 views
UISlider thumbImage for a disabled slider
I'm trying to create a UISlider with a custom thumb image. This works fine, but does not work if I disable the slider. Here's my code:
UISlider *slider = [[UISlider ...
0
votes
1answer
23 views
sliderInput in Shiny — how to control the length/width of the slider in shiny?
When i use the sliderInput function in shiny it seems like I am not able to control the width/length of the slider. By default, the slider occupies the entire width of the page (in basicPage mode, not ...
0
votes
2answers
47 views
How to set UISlider' trackImage (using pattern)
I hope to how to set UISlider's trackImage.
My image is this.
I want to use pattern.
But, I cannot find way.
Please tell me hint.
0
votes
1answer
69 views
slider with thumbnail having navigation & previous and next button
Anyone please suggest a slider with carousel thumbnail navigation. Previous and next button for both thumbnail and slider. Googling i get sliders of this type, but both the thumbnail div and slider ...
0
votes
1answer
18 views
Using UISlider to change CALayer values
hoping someone can help out on this one. I'm trying to use a UISlider to change the values in a CA Sublayer. Been working on it for a few days but can't seem to figure it out. Camera is running fine, ...
0
votes
1answer
18 views
Disable UISlider from sliding, but still allow it to receive UIControlEventTouchDown
Is there a way to disable a UISlider from sliding, but to get its UIControlEventTouchDown to fire? One way it could be done I believe is to set the slider start value the same as the end value, but ...
1
vote
1answer
38 views
UISlider thumbImage cannot exit uislider frame
I am trying to create a big thumb UISlider which has the benefit of showing some details about the current progress in a timeline.
However I am having big troubles (even subclassing the UISlider) ...
0
votes
0answers
27 views
Tablesorter Range Slider Values to Header - Initial Values Not Showing
When I use the filter-formatter uiRange function and set valueToHeader to true, no values show initially. If I move one of the sliders then the range of values show. If I set valueToHeader to false, ...
0
votes
1answer
27 views
Prevent UISlider from firing UIControlEventValueChanged event when releasing thumb
When observing the UIControlEventValueChanged event on a UISlider, I noticed that this event is again fired when releasing the thumb. I cannot circumvent this second firing via ...
1
vote
1answer
40 views
Get the current value of UISlider in drawRect: method
I'm trying to move a point drawn in a UIView based on the value of a UISlider. The code below is for a UIView (subview ?) with a custom class (WindowView) on a UIViewController.
WindowView.h
...
0
votes
2answers
98 views
Thumb image in retina not working in UISlider
I am working on UISlider in which i have added a Thumb image (slider_iphone.png 53 X 199) over the slider. But the problem is When i add retina image(slider_iphone@2x.png 106 X 398), the thumb image ...
2
votes
1answer
27 views
Linking stepper to Slider UIObject in C4
I am very new to C4 so please be gentle...
If I want to link a slider value to a label this is done with NSString stringWithFormat... e.g.:
self.mylabel.text = [NSString ...
0
votes
3answers
75 views
UISlider crashes app when adding programmatically to view
I have a custom overlay for camera, it that overlay I have UISlider:
@implementation LWOverlayView
- (id)initWithFrame:(CGRect)frame imagePath:(NSString*) imagepath{
if ((self = [super ...
0
votes
0answers
40 views
Set the background color of a UISegmented Filter Control Slider according to it's current value. Objective C
I found this really cool project on Github which I'm in the development process of using in my app. Here is the link to the Github Project. I found a way to handle the value changed but now I keep on ...
0
votes
1answer
41 views
Fix lagging jQuery UI Slider update values
http://jsfiddle.net/emcniece/7Zj7M/2/
I can't figure out why the slider slide: function() only seems to update to the previous position. The sliders and labels start at the correct locations (1 and ...
0
votes
1answer
48 views
Custom UISlider images not working quite right
With this code:
UISlider *slider = [[UISlider alloc]initWithFrame:sliderFrame];
[slider setThumbImage:[UIImage imageNamed:@"sliderThumb"] forState:UIControlStateNormal];
UIImage ...
0
votes
0answers
9 views
UITableViewcell disable swipe when UISlider value getting changed
I have a tableview in which Edit mode is enabled, so the user can swipe in any direction on a cell to bring up the delete button. However, I have a UISlider, when i am changing the value of the slider ...
0
votes
0answers
47 views
UISlider in UITableViewCell won't work in iOS 5.1
I have strange issue with UISlider it works perfect in iOS 6.0 but in iOS 5.1 it doesn't work. I have used storyboard for the UIViewController and UITableView has 4 kinds of cells. Everything works ...
3
votes
2answers
126 views
How to set volume control using uislider in iphone?
.h file
IBOutlet UISlider *valume;
AVAudioPlayer * player;
-(IBAction)sliderValueChanged:(UISlider *)slider;
.m file
-(IBAction)sliderValueChanged:(UISlider *)slider{
}
how to set volume ...
2
votes
2answers
59 views
How to update UISlider from another singleton class?
I want to update an UISlider according to a notification generated by another singleton class.
sondDuration=audioPlayer.currentItem.asset.duration;
...
0
votes
1answer
45 views
Decreasing UISlider Sensitivity
I'm implementing a UISlider in my app for the user to select from a range of numbers, in this case, run paces (5min/mi-13min/mi). The problem that I'm facing is that the sliders are too sensitive in ...
0
votes
0answers
19 views
UISlider works on iphone 5 but not in iphone 4s or 4
I have a issue , i'm using a UISlider, i have an array of pictures 4 or 5, i have four views , and each one goes up with animation, and
i can't slide in simulator but it works with iphone 5. When i ...
-1
votes
1answer
82 views
iOS controlling a slider value and text label value with a stepper
I already have a slider that controls the output of a text label.
-(IBAction)mySlider:(UISlider *)sender
{
_myTextLabel.text = [NSString stringWithFormat:@"%i", (int) sender.value];
}
However, ...
1
vote
1answer
61 views
How can I get the positions of given values along a UISlider?
I've got an array of arbitrary values along a UISlider--values that I want to use as tick marks/stops using something like this approach but drawn in the slider frame itself. How can I dependably find ...
0
votes
3answers
130 views
Size of default thumb image for iOS slider?
What is the exact size (width, height) of the (default) thumb image for the iOS slider? Is there perhaps some clever way to coax this out of the system (XCode, iOS)?
I tried
int thumbWidth = ...
0
votes
3answers
62 views
UISlider with different colors
I have a slider with min value 0 and max value 5(be any value) , i need to display 5 different colors in the same slider ie 0-1 one color, 1-2 another color and so on. Is this possible . Please help ...
0
votes
0answers
47 views
UISlider tracking zone in iOS 6 \ 5
I want to change the tracking zone of a UISlider from 23 to 300. I want the touch to be recognized 150 px up and down. Searching StackOverflow I've found 2 solutions, None of them is working for me in ...
1
vote
2answers
83 views
why UITextView draws text in bad frame after resizing?
I'm stuck with some kind of magic: when I try to change UITextView frame (in this case with UISlider), text is drawn in some other (smaller) area than frame (resizing multiple times). The funny thing ...
0
votes
1answer
20 views
Resizing jQueryUI widgets
I am relatively new to jquery UI. I am able to understand the functionality and making use of the widgets. However I find the widgets quite large and clunky and would like to resize them. Specifically ...
0
votes
1answer
34 views
AVAudioPlayer Duration Changing
My app uses AVAudioPlayer to play music files. It also has a UISlider to adjust where in the song it is playing back. However, there is an odd bug with the UISlider in that it seems to be changing the ...
0
votes
1answer
56 views
how to move UILabel with slider in vertical
i will like to move my slider together with my thumb image in vertical. However the moving was wrong.
in horizontal it works perfectly but not vertically
- (void)viewDidLoad
{
CGAffineTransform ...
0
votes
2answers
88 views
UISlider customization: how to properly add shadow to custom knob image
I need to place a custom knob image with shadow for UISlider. So far i have a image of 38x38, of which there is a region which defines the shadow of knob.
now while using this image, when i slide ...
0
votes
1answer
181 views
jquery UI Slider bound to select
<p>Cost: $<span id="hddValue"></span></p>
<p>Cost2: $<span id="hddValue2"></span></p>
<select id="hdd">
<option>1000</option>
...
0
votes
2answers
170 views
Customize UISLider to change the color after the thumb is dragged
I have this type of a custom UISlider I have implemented that looks like this:
The peculiarity of it is that you can't drag it to the left of it's initial thumb position.
But when you drag it to ...
0
votes
3answers
78 views
Limit sliding UISlider past certain point
Let's assume a have a UISlider to which I set a certain value. The slider handle then moves to that value, as expected.
Now I want to let the user slide the handle of the slider back and forth, but ...
0
votes
0answers
38 views
UISlider thumb changes when touch drags outside
I am changing the image on a UISlider thumb as follows:
[mySlider setThumbImage:thumbRegular forState:UIControlStateNormal];
[mySlider setThumbImage:thumbActive forState:UIControlStateHighlighted];
...
0
votes
1answer
35 views
UISlider Default
In the storyboard editor, it is possible to set a "current" value for a UISlider. Is there any way to get this value to use as a reset value after the value of the slider has changed? If not, I guess ...
-2
votes
3answers
196 views
Slide UISlider programmatically
I have a UISLider with certain values assigned to its each step. I'm getting those values from another VC and if the value is greater than the beginning of the slider, let's say the value is 50 out of ...
0
votes
0answers
326 views
How do I make the jQuery-UI slider bar update its value while it is animating
Currently I am making a little canvas animation that has a series of frames that need to be selectable using a slider bar, the slider in this regard sort of has similar functionality to a progress bar ...
0
votes
1answer
71 views
Reading the UISlider maximum and minimum values
Is there a way to read the maximum and minimum values of a UISlider that are stated in the attributes inspector of Interface Builder?
I want to use these values as the range for the X coordinates ...
0
votes
2answers
182 views
CGAffineTransform rotation and resize on slider value
I am using Slider to Resize and Rotate-
For the Rotate -
CGAffineTransform transform = editingView.transform;
transform = CGAffineTransformMakeRotation(sliderVal * 2*M_PI / 30);
...





