uislider Questions
5
Solved
I want to use a vertical UISlider. I have no idea about how, so please help me.
Adornment asked 4/3, 2010 at 5:13
10
Solved
As per my iPad app requirement, i've to show the UISlider vertically.
I'm using iOS7 compiler and deployment target is iOS6.
In the story board I added horizontal UISlider of width 600 pixels. I cr...
Meteoric asked 24/12, 2013 at 9:33
2
Solved
I want to modify a bit the UISlider. To be exact, I want the thumb to have a custom shape (square/rectangle with rounded corners and bottom shadow).
The only answers that I found were something li...
2
I'm playing songs in AVPlayer. I have created a separate view controller for my media player and initialization, and all the methods that I'm using for the player (play, pause, repeat, shuffle) are...
Wheels asked 1/10, 2013 at 3:6
1
Solved
I'm using AVPlayer to play a video. I followed this video tutorial Let's Build That App
I use a UISlider/scrubber to go along with the current frame/time of the video.
I have a video that is 10.4...
5
Solved
I'm trying to position an additional UIView centered above the thumb in a UISlider. To do this, I need the width of the thumb image. In iOS6, this works fine. I can use:
CGFloat thumbWidth = self...
3
Solved
When I add my slider as subview of any view besides self.view it does not work (doesn't slide) but it works fine when it is a subview of self.view. You can see it on the other views besides self.vi...
1
Solved
I want to create custom curvy UISlider as like below screen which is fit to screen.
I checked MTCircularSlider library and also apply of tranform animaton to UISlider control but none of them wo...
3
Solved
I am using a custom UISlider to implement the scrubbing while playing a video in AVPlayer. Trying to figure out the best way to show the current play time and the remaining duration on the respecti...
2
Solved
var songs = MPMediaQuery()
var localSongs = songs.items
songList = NSMutableArray(array: localSongs)
tableView.reloadData()
var song = MPMediaItem(coder: songList[0] as NSCoder)
var currentItem ...
5
Solved
I have a (vertical) UISlider inside a UIScrollview. I'd like to be able to change the value of the slider, and, without lifting my finger, scroll the scrollview left or right.
Desired behavior:
...
Grudging asked 12/6, 2012 at 20:33
6
How to set the slider to clicked position and get the slider value on the clicked location on UISlider in iPhone programming.
i know we can drag the slider to that position but i dont want to do it...
2
Solved
I managed to increase the thumb size of my UISlider with Swift but the touch zone is still too small for my application.
How to programmatically increase the size of the touch zone for a UISlider?...
2
Solved
I am trying to implement a control to show progress of a video and I am using a UISlider with a custom thumb image but the thumb image doesn't start from the beginning and it doesn't go till the en...
3
Solved
I have two sliders and I would like to update the range of one slider based on the movement of the other.
For instance; slider_1 and slider_2 both have a range of 1-10.
When I move slider_1 from p...
Mercurial asked 10/9, 2014 at 18:6
3
I have implemented Vertical Slider in one of my App which extends UISlider. when scrolling is ended/done I am sending commands to the server with the Slider values. Sometimes when I scroll fast up/...
Tola asked 24/3, 2017 at 18:7
4
Solved
I need to change the background of a UISlider, my goal is to create UISlider as the image below:
I tried setBackgroundImage method, but it is like the frame of the slider.
How do I change the b...
0
I want to know the best way to do this:
I have already done adding the marks as UIViews. Example:
let tick = UIView(frame: CGRect(x: xPos, y: (slider.frame.size.height - 10) / 2, width: 2, heig...
2
Solved
I would like to make the custom UISlider,
something like this
|o----------| -> |-----O------| -> |------------〇|
the thumbImage will be small at the minimum value, it will increase the size duri...
Mercaptide asked 27/6, 2012 at 8:12
2
Solved
I have implemented UISlider and I need to adjust track height.
I found this but its not working.
self.slider.trackRect(forBounds: CGRect(x: 0, y: 0, width: 100, height: 100))
7
Solved
I have a UISlider as part of a view that is loaded into a UIScrollView with paging enabled. I've noticed an unexpected behavior. If the user tries to use the slider quickly (i.e. press and move) it...
Hoof asked 5/1, 2011 at 2:21
5
Solved
I've been searching for a way to make the UISlider progress bar taller, like increasing the height of the slider but couldn't find anything. I don't want to use a custom image or anything, just mak...
Cita asked 27/4, 2014 at 6:31
7
Solved
To customize the visual look of a UISlider you can set the thumb and track images. Part of the track images gets stretched to the appropriate with. From the documentation:
A stretchable region s...
Scruff asked 16/4, 2009 at 10:22
3
Solved
The problem is now fixed. This answer shows an audio application based on the working solution.
Initial question
I am new to Swift and trying to create a bank of UISliders to test parameters of a...
7
Solved
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 li...
Spirochaetosis asked 4/3, 2010 at 12:48
© 2022 - 2024 — McMap. All rights reserved.