An open API service indexing awesome lists of open source software.

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.

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