Chatto
Chatto copied to clipboard
cellWillBeShown is called for cells behind chat input view
Hi guys, I faced an issue when cellWillBeShown is called for items which are actually are hidden yet because they are behind ChatInputView. I use this method to update read status of messages, but result a bit incorrect because user hasn't seen these messages yet. Could you suggest any solution or workaround for this issue?
Hey @95krasovsky,
You can change the size of the collection view, so it doesn't go under the ChatInputView and adjust scroll indicator insets accordingly.