Add vertical scroll indicator to conversation view.

// FREEBIE
pull/1/head
Matthew Chen 7 years ago
parent 9395fe0584
commit ed350f8ea6

@ -469,7 +469,7 @@ typedef NS_ENUM(NSInteger, MessagesRangeSizeMode) {
self.collectionView.layoutDelegate = self;
self.collectionView.delegate = self;
self.collectionView.dataSource = self;
self.collectionView.showsVerticalScrollIndicator = NO;
self.collectionView.showsVerticalScrollIndicator = YES;
self.collectionView.showsHorizontalScrollIndicator = NO;
self.collectionView.backgroundColor = [UIColor whiteColor];
[self.view addSubview:self.collectionView];

Loading…
Cancel
Save