You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 1, 2019. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: