Fix the Buttons Example Table View not scroll to top

This commit is contained in:
Jack 2015-01-05 21:00:05 +08:00
parent 67decf3572
commit 2f4e7642de
1 changed files with 1 additions and 0 deletions

View File

@ -71,6 +71,7 @@
}
self.buttonBarView.labelFont = [UIFont fontWithName:@"Helvetica-Bold" size:18.0f];
self.buttonBarView.leftRightMargin = 8;
[self.buttonBarView setScrollsToTop:NO];
UICollectionViewFlowLayout * flowLayout = (id)self.buttonBarView.collectionViewLayout;
[flowLayout setScrollDirection:UICollectionViewScrollDirectionHorizontal];
[self.buttonBarView setShowsHorizontalScrollIndicator:NO];