NSSliderCell
The appearance and behavior of an Nsslider object.
Declaration
class NSSliderCellOverview
You can customize an NSSliderCell to a certain degree, using its properties. If this doesn’t give you sufficient flexibility, you can create a subclass. In that subclass, you can override any of the following methods: knobRect(flipped:), drawBar(inside:flipped:), drawKnob(_:), and prefersTrackingUntilMouseUp.
Topics
Managing Cell Behavior
Managing the Slider Type
Displaying the Cell
Managing Cell Appearance
Managing Value Limits
Managing Tick Marks
allowsTickMarkValuesOnlyclosestTickMarkValue(toValue:)indexOfTickMark(at:)numberOfTickMarksrectOfTickMark(at:)tickMarkPositiontickMarkValue(at:)