Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 590 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 590 Bytes

SwiftUI Chat Tutorial Sample

This repository allows you to check the result after completing each step described in the SwiftUI 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.

Quick start

  1. Clone the repository
  2. Open the project in Xcode
  3. Replace API_KEY, USER_ID and USER_TOKEN placeholders with your own
  4. Run the project