Skip to content
This repository has been archived by the owner on Aug 1, 2019. It is now read-only.

Need to show message cell from bottom to top for chat messages. #200

Open
parth51 opened this issue Apr 18, 2018 · 1 comment
Open

Need to show message cell from bottom to top for chat messages. #200

parth51 opened this issue Apr 18, 2018 · 1 comment

Comments

@parth51
Copy link

parth51 commented Apr 18, 2018

In my application, I am trying to give UI like Live chat where the latest message should be shown on the bottom. I am also using Load more functionality to fetch data in group of 20
While first 20 messages shown perfectly from bottom to top using
messangerView.messengerNode.inverted
but when I load more and going to display another past 20 messages on top it's not working & its appends at the bottom.

@parth51 parth51 changed the title Need to show message cell from bottom to left for chat messages. Need to show message cell from bottom to top for chat messages. Apr 18, 2018
@toure20
Copy link

toure20 commented Jul 17, 2018

Actually you can call scrollToLastMessage(animated: false) after loading all needed messages. It works fine in my case

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants