This repository allows you to check the result after completing each step described in the iOS Chat Tutorial.
In order to run this application you need an account on Stream Chat here and a valid user token which you can generate manually from here.
- Clone the repository
- Open the project in Xcode
- Replace
API_KEY
,USER_ID
andUSER_TOKEN
placeholders with your own - Run the project
The sample apps consist of two screens:
DemoChannelList
: Shows the list of available channels.DemoChannelVC
: Shows the selected channel view, which includes the header, message list, and message composer.