NHSliderLabelStyle

public enum NHSliderLabelStyle : Int

enum for label positions

  • lower and upper labels stick to the left and right of slider

    Declaration

    Swift

    case STICKY
  • lower and upper labels follow position of lower and upper thumbs

    Declaration

    Swift

    case FOLLOW