Slider icon types

The following Slider icon types are available for use in the Objective-C INT_PROPERTY_SLIDER, FLOAT_PROPERTY_SLIDER and DOUBLE_PROPERTY_SLIDER macros, and Swift, Kotlin and Java @IntPropertySlider, @FloatPropertySlider and @DoublePropertySlider annotations.

Slider icon enumerations

Speed

Tortise (minimum) and Hare (maximum) images

Objective-CSwiftJava/Kotlin

APLIconSliderSpeed

.speed

IconSlider.IconSliderSpeed

Capacity

Battery empty (minimum) and Battery full (maximum) images

Objective-CSwiftJava/Kotlin

APLIconSliderCapacity

.capacity

IconSlider.IconSliderCapacity

Numeric

0 (minimum) and 1 (maximum) images

Objective-CSwiftJava/Kotlin

APLIconSliderNumeric

.numeric

IconSlider.IconSliderNumeric

Brightness

Dim (minimum) and Bright (maximum) images

Objective-CSwiftJava/Kotlin

APLIconSliderBrightness

.brightness

IconSlider.IconSliderBrightness

Volume

Low volume (minimum) and High volume (maximum) images

Objective-CSwiftJava/Kotlin

APLIconSliderVolume

.volume

IconSlider.IconSliderVolume

Last updated