stream-chat-swift
stream-chat-swift copied to clipboard
💬 iOS Chat SDK in Swift - Build your own app chat experience for iOS using the official Stream Chat API
## What did you do? I added the Chat as documented in our app within a TabBar. I noticed that whenever the ViewController was loaded once, the unread-states did not...
## What did you do? Send message to other user ## What did you expect to happen? Receiver user message list screen should not jump or auto scroll ## What...
## What did you do? In my app user has over 100 channels with a single user. I'm using the default UI from StreamChatUI. Channels list is paginated. I scroll...
1. Go to ChatChannelVC. 2. Return to ChatChannelListVC. 3. Tap on a row quickly ... tap is often ignored. A second tap would work. Note that I have localStorage enabled....
https://user-images.githubusercontent.com/97132583/154113306-521e72f9-77c7-4f86-875f-9b6be433391d.mp4 ## What did you do? In ChatView, bring up the keyboard. Swipe to navigate back to thread list. Notice that the message list scrollView is scrolling down as you...
## What did you do? Query channels for a user. ## What did you expect to happen? I expect `synchronize()` to not fail. ## What happened instead? ``` Sync failed...
## What did you do? I deleted a channel and want to perform some operation on the deleted channel on the basis 'deletedAt' variable ## What did you expect to...
## What did you do? Connect a user, close the app and wait an hour, then restart the app. `ChatClient.currentUserId` is set correctly from cache, but if I attempt to...
## What did you do? I have implemented channels for requests with accept and reject states. I do not want to get push notifications if i am invited to that...
## What did you do? We found out the channels read count is broken. So the way stream works, a channel has a structure read info, which is held at...