SliderTooltip

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(red: 0.11, green: 0.11, blue: 0.11, alpha: 0.8)
  • The string to display in the tooltip.

    Declaration

    Swift

    open var attributedString: NSAttributedString?