eBay/NMessenger

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

Opened this issue · 1 comments

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.

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