Skip to content

Commit

Permalink
Move SyncManager
Browse files Browse the repository at this point in the history
  • Loading branch information
famous90 authored Feb 8, 2019
1 parent 1457435 commit d6ed7ba
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,3 @@ among your users.
## Access to Version 2

You can check out `v2` branch instead of `master` branch to download version 2 samples.

## SyncManager
`SyncManager` is a support add-on for [SendBird SDK](https://github.com/smilefam/sendbird-ios-framework). Major benefits of `SyncManager` are,

* Local cache integrated: store channel/message data in local storage for fast view loading.
* Event-driven data handling: subscribe channel/message event like `insert`, `update`, `remove` at a single spot in order to apply data event to view.

Check out [iOS Sample with SyncManager](https://github.com/smilefam/SendBird-iOS-LocalCache-Sample) which is same as [iOS Sample](https://github.com/smilefam/SendBird-iOS) with `SyncManager` integrated.
For more information about `SyncManager`, please refer to [SyncManager README](https://github.com/smilefam/SendBird-iOS-LocalCache-Sample/blob/master/README.md).

0 comments on commit d6ed7ba

Please sign in to comment.