You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
**RAMCollectionViewFlemishBondLayout** was written by **[Rafael Aguilar](https://twitter.com/rais38)** for **[Crows & Dogs](http://www.crowsanddogs.com)**.
4
4
5
-
`RAMCollectionViewFlemishBondLayout` is a `UICollectionViewLayout` subclass for displaying cells in groups (highlighting one of them) with optional headerand 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.
6
6
7
7
#Screenshots
8
8
@@ -48,7 +48,6 @@ All are optional.
48
48
*`collectionView:layout:estimatedSizeForFooterInSection:`: Asks the delegate for the size of the footer view in the specified section.
0 commit comments