Block-KVO
Block-KVO copied to clipboard
worth mentioning the use of @keypath in the example
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