facebookarchive / KVOController

Simple, modern, thread-safe key-value observing for iOS and OS X.
Other
7.34k stars 925 forks source link

keyPath in FBKVONotificationBlock's change dictionary #114

Closed tettoffensive closed 8 years ago

tettoffensive commented 8 years ago

In response to #113, I've moved the keyPath into the change dictionary to maintain backwards compatibility.

nlutsenko commented 8 years ago

Test failure looks valid. I bet is due to the fact that you are doing direct pointer comparison instead of 'isEqual:'

nlutsenko commented 8 years ago

Please fix the try and I'll happily merge it in. Thank you for updating it to this style, it's awesome to have as a contributor.