| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| KVOController.framework.zip | 2016-09-15 | 2.7 MB | |
| README.md | 2016-09-15 | 569 Bytes | |
| v1.2.0 source code.tar.gz | 2016-09-15 | 40.3 kB | |
| v1.2.0 source code.zip | 2016-09-15 | 70.3 kB | |
| Totals: 4 Items | 2.9 MB | 2 | |
KVOController now requires Xcode 8.0+
New
- Added key path information to change dictionary of
FBKVONotificationBlock.
[#114] by @tettoffensive
Improved
- Make
observerproperty onFBKVOControllernonatomic. [#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
FBKVOKeyPathmacro in C++ projects. [#117] by @nandor