Fix the Buttons Example Table View not scroll to top
This commit is contained in:
parent
67decf3572
commit
2f4e7642de
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Reference in New Issue