- (void)viewWillAppear:(BOOL)animated {
[super viewWillAppear:animated];
[self.collectionView scrollToItemAtIndexPath:[NSIndexPath indexPathForItem:lastRow inSection:lastSection] atScrollPosition: UICollectionViewScrollPositionBottom animated:NO];
}