Skip to content
This repository has been archived by the owner on Mar 5, 2018. It is now read-only.

Populate ChatRoom Messages and Scroll To Bottom Without Animation Not Working #3

Open
benmarten opened this issue May 28, 2014 · 0 comments

Comments

@benmarten
Copy link

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:

  • (void)viewWillAppear:(BOOL)animated
    {
    [super viewWillAppear:animated];
    [self.chatCollectionViewController scrollToLastMessageAnimated:NO];
    }

Maybe you can lead me in the right direction, where to make modifications in your project?

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

1 participant