This repository has been archived by the owner on Mar 3, 2020. It is now read-only.
KVOController now requires Xcode 8.0+
New
- Added key path information to change dictionary of
FBKVONotificationBlock
.
#114 by @tettoffensive
Improved
- Make
observer
property onFBKVOController
nonatomic
.
#105 by @nlutsenko - Replace all usage of OSSpinLock with pthread_mutex.
#109 by @nlutsenko
Fixed
- Add missing documentation and designated initializer declaration on
FBKVOController
.
#106, #110 by @nlutsenko - Fixed compile error when using
FBKVOKeyPath
macro in C++ projects.
#117 by @nandor