I watched this video last night since I subscribed to his videos regarding Bindings. http://www.youtube.com/watch?v=ESk6YLDtGR8
First I just thought Bindings were just connecting your objects in IB with the IBActions and IBOutlets. Opps..
So if I understand it right Bindings are a way to help you reduce the amount of code you need to write by having objects look at other objects, right?
So if I have a button that rolls a random number I can have the result be displayed in a TextField by binding these objects? Or type something in to one TextField and have it display on another automatically?
Thanks
First I just thought Bindings were just connecting your objects in IB with the IBActions and IBOutlets. Opps..
So if I understand it right Bindings are a way to help you reduce the amount of code you need to write by having objects look at other objects, right?
So if I have a button that rolls a random number I can have the result be displayed in a TextField by binding these objects? Or type something in to one TextField and have it display on another automatically?
Thanks