Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jessesquires authored May 20, 2024
1 parent bde9e01 commit 3b0e8ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ Improvements over the libraries above include:
- Mix multiple data types
- Automatic registration for cells and supplementary views
- Automatic diffing for items and sections
- Simply `UICollectionView` and `UICollectionViewCompositionalLayout` at its core.
- No `UITableView`. `UICollectionView` now has a [List Layout](https://developer.apple.com/documentation/uikit/uicollectionviewcompositionallayout/3600951-list).
- Simply `UICollectionView` and `UICollectionViewDiffableDataSource` at its core.
- No `UITableView`. Only `UICollectionView`, which now has a [List Layout](https://developer.apple.com/documentation/uikit/uicollectionviewcompositionallayout/3600951-list).

### What about SwiftUI?

Expand Down

0 comments on commit 3b0e8ca

Please sign in to comment.