We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08a9ec9 commit e99b127Copy full SHA for e99b127
JSQMessagesViewController/Controllers/JSQMessagesViewController.m
@@ -365,7 +365,7 @@ - (void)scrollToBottomAnimated:(BOOL)animated
365
}
366
367
[self.collectionView scrollToItemAtIndexPath:[NSIndexPath indexPathForItem:items - 1 inSection:0]
368
- atScrollPosition:UICollectionViewScrollPositionBottom
+ atScrollPosition:UICollectionViewScrollPositionTop
369
animated:animated];
370
371
0 commit comments