THObserversAndBinders icon indicating copy to clipboard operation
THObserversAndBinders copied to clipboard

Easy, lightweight, object-based key-value observing (KVO) and key-value binding (KVB) for iOS and Mac OS X

Results 2 THObserversAndBinders issues
Sort by recently updated
recently updated
newest added

I was using the release 1.0.0 version in an non-ARC project (via cocoapods, THObserversAndBinders is compiled with ARC) and I found a strange crash. After debugging it turned out that...

I just added lines of code in "changeBlock" to set the value to nil if new value in the change dictionary is null class. Is there a better way?