Reload data and invalidate layout whenever message view will appear.

// FREEBIE
This commit is contained in:
Matthew Chen 2017-04-04 10:51:32 -04:00
parent 0039f4b697
commit dc78e32bbf
1 changed files with 3 additions and 0 deletions

View File

@ -524,6 +524,9 @@ typedef enum : NSUInteger {
];
[self ensureBlockStateIndicator];
[self.collectionView.collectionViewLayout invalidateLayout];
[self.collectionView reloadData];
}
- (void)setUserHasScrolled:(BOOL)userHasScrolled {