ryanmasondavies / Bindings

A lightweight iOS library inspired by Cocoa Bindings.
MIT License
20 stars 1 forks source link

Update initial value #1

Closed ryanmasondavies closed 11 years ago

ryanmasondavies commented 11 years ago

When bound to a value, a binding should assign the destination's value to the source's. This ensures that the destination's value will always match the source's, even if no change occurs.