Slider
Slider Attributes Inspector Reference
Value
Minimum
The bottom of the range of values the slider can have.
Access: minimumValue
.
Maximum
The top of the range of values the slider can have.
Access: maximumValue
.
Current
The numeric value of the slider.
Access: value
.
Images
Min Image
The image displayed on the minimum side of the slider.
Access: minimumValueImage
.
Max Image
The image displayed on the maximum side of the slider.
Access: maximumValueImage
.
Appearance
Min Track Tint
The color of the track on the minimum side of the slider.
Access: minimumTrackTintColor
.
Max Track Tint
The color of the track on the maximum side of the slider.
Access: maximumTrackTintColor
.
Thumb Tint
The color of the slider thumb.
Access" thumbTintColor
.
Update Events
Continuous
Whether the slider continuously sends update events as the user moves the thumb.
You can receive updated values on the slider by responding to the value changed event UIControlEventValueChanged
. In continuous updates, the slider sends multiple value changed events as the user moves the thumb. In noncontinuous updates, the slider sends one value changed event when the user releases the thumb.
Selection |
Method |
Argument |
---|---|---|
Unselected |
||
Selected |
Copyright © 2014 Apple Inc. All rights reserved. Terms of Use | Privacy Policy | Updated: 2013-12-16