0

Can any one tell me how to implement custom slider in mac objective C with my own images?( Not for Iphone)

pras
  • 1
  • 2

1 Answers1

0

You need to override and do your own drawing in NSSliderCell.

I linked the documentation up there for you and believe the place for you to start is with the drawKnob method.

Here is a related question (with sample code!) that may help you out.

Community
  • 1
  • 1
Michael Dautermann
  • 88,797
  • 17
  • 166
  • 215