我想扩大NSSlider类别,使其有一个产出文本。 关于这一点,我想知道:
- my approach of wanting to append a textfield to NSSlider class is completely wrong and against MVC pattern;
- if it is not wrong how should I achieve this? Should I possibly extend NSSlider class with a Category?
事先感谢你