SliderTooltip

@objcMembers
@objc(PESDKSliderTooltip)
open class SliderTooltip : UIView

A SliderTooltip object is a visual element that displays a Slider’s current value above the thumb image while dragging.

  • The background color of the tooltip.

    Declaration

    Swift

    open var tooltipColor: UIColor { get set }
  • The string to display in the tooltip.

    Declaration

    Swift

    open var attributedString: NSAttributedString? { get set }