Serhii

Results 5 comments of Serhii

@sprite2005 thanks for a reference. i've used it and it works for updating messages. however showing/hiding typing indicator became an issue as it crashes an app with `UICollectionView must be...

Can confirm this as well Xcode 14.3, Firebase SDK 10.6.0

i have a similar issue - MessageInputBar reappears after modal presentation

yes. there are three handler functions inside `MessagesViewController` ``` open func collectionView(_: UICollectionView, shouldShowMenuForItemAt indexPath: IndexPath) -> Bool { guard let messagesDataSource = messagesCollectionView.messagesDataSource else { return false } if...

i think the best approach will be to subclass `InputAccessoryView` and assign it's subclass as `inputBarType = .custom(yourInputBar)` in your `MessagesViewController` subclass