python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Swift -Increase Float Value
I have a UISlider that has min value of 0 and a max value of 1.
When it stops it can be any number such as
3.2990444444444442
In this situation I want to increase the last number to a 3 as in
3.29904...
Lance Samaria
Votes: 0
Answers: 2
CAShapeLayer with different Colors
I have a CAShapeLayer based on this answer that animates along with a UISlider.
It works fine but as the shapeLayer follows along its just 1 red CAGradientLayer color. What I want is the shapeLayer t...
Lance Samaria
Votes: 0
Answers: 1
Swift: Custom Slider (Slide To Unlock style)
I am trying to implement a slider in the known slide to unlock style from older iphones to perform an action inside my swift app. The Slider should change background color and change the text inside w...
Jan L
Votes: 0
Answers: 1
UISlider will not move if two transform are made
I have a UISlider that was implemented through Storyboard. I added a Keypath layer.transform.rotation.z with a value of 1.57 in order to make the UISlider vertical.
I also have a MoveRight UIButton th...
LawlessLLC
Votes: 0
Answers: 0