Side

public enum Side

The side of the ColorSlider on which to show the preview view.

  • Show the preview to the left of the slider. Valid when the ColorSlider orientation is vertical.

    Declaration

    Swift

    case left
  • Show the preview to the right of the slider. Valid when the ColorSlider orientation is vertical.

    Declaration

    Swift

    case right
  • top

    Show the preview to the top of the slider. Valid when the ColorSlider orientation is horizontal.

    Declaration

    Swift

    case top
  • Show the preview to the bottom of the slider. Valid when the ColorSlider orientation is horizontal.

    Declaration

    Swift

    case bottom