https://github.com/djs66256/ddkeypathchannel
Synchronize data between different object of different class by keyPath.
https://github.com/djs66256/ddkeypathchannel
channel keypath models synchronization
Last synced: about 1 year ago
JSON representation
Synchronize data between different object of different class by keyPath.
- Host: GitHub
- URL: https://github.com/djs66256/ddkeypathchannel
- Owner: djs66256
- License: mit
- Created: 2017-06-09T18:50:41.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-23T04:40:52.000Z (about 8 years ago)
- Last Synced: 2025-01-01T14:46:21.924Z (about 1 year ago)
- Topics: channel, keypath, models, synchronization
- Language: Objective-C
- Size: 31.3 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DDKeyPathChannel
Synchronize data between different object of different class by keyPath.
## 中文介绍
[全局数据同步](http://djs66256.github.io/2017/04/02/2017-04-09-%E5%AE%A2%E6%88%B7%E7%AB%AF%E5%85%A8%E5%B1%80%E6%95%B0%E6%8D%AE%E5%90%8C%E6%AD%A5%E6%96%B9%E6%A1%88%E4%B8%80/)
# Requirements
* Xcode 8.0+
* iOS 8.0+
# Installation
### CocoaPods
```
pod 'DDKeyPathChannel'
```
### Carthage
```
github 'DDKeyPathChannel'
```
# Getting Started