TooltipSlider

@available(iOS 9.0, *)
@objcMembers
@objc(PESDKTooltipSlider)
open class TooltipSlider : Slider

A TooltipSlider object is a visual control used to select a single value from a continuous range of values. Sliders are always displayed as horizontal bars. An indicator, or thumb, notes the current value of the slider and can be moved by the user to change the setting. A vertical indicator, or neutral point, notes the default, unchanged value of the slider. Additionally a TooltipSlider also presents a tooltip above the thumb image that displays the current selected value while dragging.

  • The tooltip that is displayed above the thumb image.

    Declaration

    Swift

    public let tooltip: SliderTooltip