Chatto icon indicating copy to clipboard operation
Chatto copied to clipboard

How to scroll down after loading the initial messages?

Open czater opened this issue 6 years ago • 1 comments

Right now after loading initial messages, my collection view isn't scrolled down but it is on ~center. How can I set it to be scrolled down just after initial messages were loaded?

czater avatar Apr 19 '18 12:04 czater

Look at the sample app. I believe you have to call:

        self.delegate?.chatDataSourceDidUpdate(self)

in your implementation of ChatDataSourceProtocol

nfranke avatar Apr 30 '18 20:04 nfranke