Chat icon indicating copy to clipboard operation
Chat copied to clipboard

A SwiftUI Chat UI framework with fully customizable message cells and a built-in media picker

Results 61 Chat issues
Sort by recently updated
recently updated
newest added

![c428816364c6cad3ffb28b5956257f3](https://github.com/user-attachments/assets/cedab1b9-630c-4fe3-a421-1dc9083b126b) Have a good day!

I came across this [request](https://github.com/exyte/Chat/issues/60) and have a very similar question. I don't have multiple users in a chat, only one. But the same question, how can I show a...

Hello, I'd like to send a date picker as a custom message. It works fine but the problem is that date picker only reacts to long press and not tap...

I'm trying to integrate your Chat UI into Monal, an open source XMPP chat app (https://github.com/monal-im/Monal). While doing so, I've noticed, that your data models (`Message`, `User` etc.) are structs...

Hey, I was trying to add persistence using SwiftData for this, but its pretty much impossible without removing the Attachments part of this package. How is this supposed to work?...

My pipeline is failing due to an issue on ChatView.swift file. Message from Azure Pipeline attached. `/Users/Mac/Library/Developer/Xcode/DerivedData/Project-aitscrhvyjucyfalpoeedjqvabid/SourcePackages/checkouts/Chat/Sources/ExyteChat/ChatView/ChatView.swift:260:25: the compiler is unable to type-check this expression in reasonable time; try breaking...

Hello, I was looking at your library and I noticed you rotated the tableview, cells, header: `tableView.transform = CGAffineTransform(rotationAngle: .pi)` `.rotationEffect(Angle(degrees: 180))` Why did you do that ? What was...

Seems extra strange given the giphy integration.

Ideally it wouldn't animate the cells when entering the chat. I also see this animation when I scroll fast. (Look at how the cells animate into place) https://github.com/user-attachments/assets/01305fd1-706a-41d3-a4a5-2e0224431f55

Hi 👋 First off, thank you for your work on ExyteChat—it's a fantastic library! I have a few questions and suggestions:​ **Public Access to Message Cell Subcomponents** Would it be...