Skip to content

Commit 4726280

Browse files
committed
Update README
1 parent 3fd9c2a commit 4726280

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
**RAMCollectionViewFlemishBondLayout** was written by **[Rafael Aguilar](https://twitter.com/rais38)** for **[Crows & Dogs](http://www.crowsanddogs.com)**.
44

5-
`RAMCollectionViewFlemishBondLayout` is a `UICollectionViewLayout` subclass for displaying cells in groups (highlighting one of them) with optional header and footer views. Highlighted cell occupy much of the space and the remaining cells occupy space equally. See the example screenshots for what this looks like.
5+
`RAMCollectionViewFlemishBondLayout` is a `UICollectionViewLayout` subclass for displaying cells in groups (highlighting one of them) with optional header/footer views and supported multiple sections. Highlighted cell occupy much of the space and the remaining cells occupy space equally. See the example screenshots for what this looks like.
66

77
#Screenshots
88

@@ -48,7 +48,6 @@ All are optional.
4848
* `collectionView:layout:estimatedSizeForFooterInSection:`: Asks the delegate for the size of the footer view in the specified section.
4949

5050
# Tasks List
51-
* Support for more than 1 section
5251
* Sticky header
5352
* Add Item Spacing
5453

0 commit comments

Comments
 (0)