Skip to content

dannygreg/DGKVOBlocks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#DGKVOBlocks

A simple extension onto NSObject which allows you to observe a key path using a block rather than the, frankly dreadful, KVO API.

##Compatibility

Compatible with ARC, retain/release or garbage collected code.