SendBird iOS Sample UI
SendBird provides the chat API and SDK for your app enabling real-time communication among your users.
- Download Sample UI project from this repository.
- Open the project.
- Build and run it.
- Swift 2.3 ->
swift-2.3-sample
directory inv3-old
branch
You can check out v2
branch instead of master
branch to download version 2 samples.
SyncManager
is a support add-on for SendBird SDK. 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 which is same as iOS Sample with SyncManager
integrated.
For more information about SyncManager
, please refer to SyncManager README.