Skip to content

Commit 3fd9c2a

Browse files
committed
Demo with multiple sections
1 parent b9efaac commit 3fd9c2a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • Demo/RAMCollectionViewFlemishBondLayoutDemo/RAMCollectionViewFlemishBondLayoutDemo

Demo/RAMCollectionViewFlemishBondLayoutDemo/RAMCollectionViewFlemishBondLayoutDemo/RAMViewController.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ - (void)setup
7272
#pragma mark - UICollectionViewDataSource
7373
- (NSInteger)numberOfSectionsInCollectionView:(UICollectionView *)collectionView
7474
{
75-
return 1;
75+
return 2;
7676
}
7777

7878
- (NSInteger)collectionView:(UICollectionView *)collectionView numberOfItemsInSection:(NSInteger)section

0 commit comments

Comments
 (0)