Skip to content

Instantly share code, notes, and snippets.

@amosgyamfi
Created July 2, 2022 09:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amosgyamfi/4d45d527eb8eecc49c7679600d820e2f to your computer and use it in GitHub Desktop.
Save amosgyamfi/4d45d527eb8eecc49c7679600d820e2f to your computer and use it in GitHub Desktop.
import SwiftUI
import StreamChat
import StreamChatSwiftUI
@main
struct SwiftUIChatDemoApp: App {
@UIApplicationDelegateAdaptor(AppDelegate.self) var appDelegate
var body: some Scene {
WindowGroup {
// Customizing the Channel List Header
ChatChannelListScreen(title: "Nordea Chat")
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment