Merge pull request #2 from xhzengAIB/master

Fix the Buttons Example Table View not scroll to top
This commit is contained in:
Martin Barreto 2015-01-05 13:27:47 -02:00
commit 4936d52ee4
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];