Chat
Chat copied to clipboard
A SwiftUI Chat UI framework with fully customizable message cells and a built-in media picker
How can I use the default InputView and customize it appearance or functionalities? Can I use inputViewBuilder to achieve it?
I’m currently trying to implement the audio feature using Exyte Chat v2.7.4. I’ve seen and followed the guidance from this issue: https://github.com/exyte/Chat/issues/198, and I updated everything accordingly. However, the audio...
Hi, Is it possible to have a custom loading view while making an api call and waiting for the response. It'd be great if we can provide a custom view...
This is a really a feature request that I'm happy to implement. There is currently no way to show that an attachment is still being uploaded so in progress this...
https://github.com/user-attachments/assets/ba887120-5ae2-411c-81ae-dc2f955266d4 Step to reproduce: 1. enable markdown support ` ChatView.messageUseMarkdown(true)` 2. send a message contains string "https://deepwiki.com/" while send a message contains string "\[deepwiki\](https://deepwiki.com/)" do not blink Environment: * IOS...
Hi, thank you for this library. I'd like to report an issue that happens when rapidly inserting messages. This can be demonstrated by changing the timer interval in the ChatExample...
How to get working example like in Extra preview, when keyboard doesn't dismissed  In the project Example Chat, keyboard dismissed while Context Menu is showing Tested on iPhone Xs...
How can I customise messages from just one user ID while keeping other messages using the built in views? The messageBuilder closure doesn’t seem to let me return a nil...