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 Mar 5, 2018. It is now read-only.
How to populate existing chat messages already before the chat room view appears, without the scroll animation visible to the user?
I tried the below lines in my BORChatRoom subclass - it works, but the scroll animation animation is still visible to the user:
How to populate existing chat messages already before the chat room view appears, without the scroll animation visible to the user?
I tried the below lines in my BORChatRoom subclass - it works, but the scroll animation animation is still visible to the user:
{
[super viewWillAppear:animated];
[self.chatCollectionViewController scrollToLastMessageAnimated:NO];
}
Maybe you can lead me in the right direction, where to make modifications in your project?
The text was updated successfully, but these errors were encountered: