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:
hamzaozturk
2018-10-08 16:50:46 +03:00
parent fa08526d09
commit d62d9b4407
2 changed files with 2 additions and 13 deletions
@@ -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 {