I want to extend NSSlider class to have an output textfield appended to it. In regards to this I wonder if:
- 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?
Thank you in advance