SImple links between UI objects in cocoa
- by user365491
I simply want to link a label to a slider in order for it to display the current value of that slider. This is my first time working with objective-c, and the problem seems far more complicated than in Java or C#. Help would be appreciated.