GetStream / stream-chat-swiftui

SwiftUI Chat SDK ➜ Stream Chat 💬
https://getstream.io/chat/sdk/swiftui/
Other
347 stars 86 forks source link

Updating Channel Name #587

Closed tpdox closed 2 months ago

tpdox commented 2 months ago

Hello,

We have successfully implemented Stream as our messaging backend however we are stuck on creating a control to modify the Channel Name.

Specifically we are following the instructions in the docs here -> https://getstream.io/chat/docs/sdk/ios/swiftui/chat-channel-components/channel-header/

            Text("Edit View")
        }

What does the Edit View screen look like beyond the text in the example? Specifically how do we set the channel name?

martinmitrevski commented 2 months ago

Hi @tpdox,

You can follow this docs to update the channel name: https://getstream.io/chat/docs/ios-swift/channel_update/?language=swift.

Best, Martin