More perf tweaks for conversation view.

pull/1/head
Matthew Chen 6 years ago
parent 2bf0c55ab0
commit 6bc8f6d3a3

@ -553,6 +553,7 @@ typedef enum : NSUInteger {
self.collectionView.showsVerticalScrollIndicator = YES;
self.collectionView.showsHorizontalScrollIndicator = NO;
self.collectionView.keyboardDismissMode = UIScrollViewKeyboardDismissModeInteractive;
self.collectionView.prefetchingEnabled = NO;
[self.view addSubview:self.collectionView];
[self.collectionView autoPinEdgesToSuperviewEdges];

Loading…
Cancel
Save