/stream-chat-swiftui-example

iOS/macOS chat app built with SwiftUI and Stream Chat

Primary LanguageSwift

💬 Stream Chat SwiftUI Example

Screenshot shows a chat between two users running on an iPhone simulator and macOS

📚 Tutorial

This repository contains the completed Xcode project following the How to Build a Chat App with SwiftUI: Part 1 tutorial. You should read it before trying to run this project as it contains it may contain useful information not present in this README.

⚙️ Setup

Configuration

You should place your Stream Chat credentials in AppDelegate.swift.

Dependencies

Dependencies are included, but if you need to make any changes, use CocoaPods in the SwiftUIChat folder:

$ pod install --repo-update

🔗 Helpful Links