Real simple . . . say I create a slider, and I want to bind it to the value of a variable somewhere in my app. How do I do that?
In particular, I downloaded Apple’s Temperature Converter sample code. But if I delete one of the bindings, I can’t see any way to bring it back.
Select the slider in Interface Builder and choose
Tools -> Bindings Inspector. There, selectValueand enter the specifics of the binding.