Block-KVO icon indicating copy to clipboard operation
Block-KVO copied to clipboard

Objective-C Key-Value Observing made easier with blocks

Results 3 Block-KVO issues
Sort by recently updated
recently updated
newest added

as `@keypath(object.property)` is a common objective-c preprocessor trick that you used in your example its worth mentioning that this feature is available here.. https://github.com/jspahrsummers/libextobjc/blob/master/extobjc/EXTKeyPathCoding.h#L38

I have a use pattern where I need to observe changes in a property and trigger special housekeeping and UI related code (like animations). I do not, however, want to...