Skip to content

Commit 93143c1

Browse files
Update README.md
1 parent 007dc2b commit 93143c1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,10 @@ dataSource.apply(snapshot, animatingDifferences: true, completion: nil)
177177

178178
### init(layout:)
179179

180-
I use a custom initializer for the `FHDiffableCollectionViewController` which is based on an enum. This contains a case for `UICollectionViewFlowLayout`, for `UICollectionViewCompositionalLayout`, for a custom `UICollectionViewLayout` or a default case. The default case creates a compositional layout which is only intended to be used for testing.
180+
The `FHDiffableCollectionViewController` has a custom initializer, which is based on an enum.
181+
This contains a case for `UICollectionViewFlowLayout`, for `UICollectionViewCompositionalLayout`, for a custom `UICollectionViewLayout` or a default case.
182+
183+
>The default case creates a compositional layout, which is only intended to be used for testing.
181184
182185
## License
183186

0 commit comments

Comments
 (0)