setting image of slider
How can i set an image to a开发者_运维技巧 circular slider, which is an object of NSSlider. I have called setImage: method, but does not work out. What could be the alternative approach to do so.
You'll need to subclass NSSliderCell and override its drawing. See Control and Cell Programming Topics for Cocoa.
精彩评论