Skip to content

Commit 6f9217a

Browse files
Update README.md
1 parent 26b0cdf commit 6f9217a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ collectionView.register(MyCell.classForCoder(), forCellWithReuseIdentifier: "MyC
9999
// Header
100100
collectionView.register(MyHeaderView.classForCoder(), forSupplementaryViewOfKind: UICollectionView.elementKindSectionHeader, withReuseIdentifier: "MyHeaderReuseIdentifier")
101101

102-
//Footer
102+
// Footer
103103
collectionView.register(MyFooterView.classForCoder(), forSupplementaryViewOfKind: UICollectionView.elementKindSectionHeader, withReuseIdentifier: "MyFooterReuseIdentifier")
104104
```
105105

0 commit comments

Comments
 (0)