We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b968b29 commit 65ae969Copy full SHA for 65ae969
README.md
@@ -165,13 +165,13 @@ An extended `NSCollectionViewDiffableDataSource that provides:
165
166
## TableViewDiffableDataSource
167
168
- Simliar to `CollectionViewDiffableDataSource`.
+ Simliar to `CollectionViewDiffableDataSource.
169
170
## OutlineViewDiffableDataSource
171
172
A diffable data source for `NSOutlineView` simliar to `CollectionViewDiffableDataSource`.
173
174
- Example usage:
+ Example usage of a data source with a `String` as `ItemIdentifierType`:
175
176
```swift
177
let dataSource = OutlineViewDiffableDataSource<String>(outlineView: outlineView, cellRegistration: cellRegistration)
0 commit comments