iOS Developer Library

Developer

iOS 7 Design Resources UIKit User Interface Catalog

Download PDF

Slider

Slider Attributes Inspector Reference

image: ../Art/uislider_attributes_inspector.pdf

Value

image: ../Art/uislider_attributes_inspector_group-value.pdf

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

image: ../Art/uislider_attributes_inspector_group-images.pdf

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

image: ../Art/uislider_attributes_inspector_group-appearance.pdf

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

image: ../Art/uislider_attributes_inspector_group-update_events.pdf

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

image: ../Art/user_interface_checkbox-unselected.pdf Unselected

continuous

NO

image: ../Art/user_interface_checkbox-selected.pdf Selected

continuous

YES