ryanmasondavies / Bindings

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

Do not trigger KVO if no change occurred #2

Closed ryanmasondavies closed 11 years ago

ryanmasondavies commented 11 years ago

KVO events should not trigger an update if no change occurred to the property. This removes endless cycles when using KVO.