mirror of
https://github.com/MessageKit/MessageKit.git
synced 2026-02-06 19:03:19 +00:00
isLastSectionVisible method returns wrong results for the BasicExampleViewController. Moreover, there is an easier method to find the visible section.
It is unnecessary to scroll to the bottom when title view updated.
This commit is contained in:
@@ -180,7 +180,7 @@ final class AdvancedExampleViewController: ChatViewController {
|
||||
// self?.messagesCollectionView.scrollToBottom(animated: true)
|
||||
// }
|
||||
// }
|
||||
messagesCollectionView.scrollToBottom(animated: true)
|
||||
// messagesCollectionView.scrollToBottom(animated: true)
|
||||
}
|
||||
|
||||
private func makeButton(named: String) -> InputBarButtonItem {
|
||||
|
||||
Reference in New Issue
Block a user