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
It provides handlers for selecting, reordering, focusing and editing cells and additional functionality.
11
+
### Handlers
12
+
13
+
There are handlers for selecting, reordering, focusing and editing cells.
12
14
13
15
Examples of some of the included handlers:
14
16
@@ -24,7 +26,7 @@ diffableDataSource.displayingHandlers.willDisplay = { itemIdentifier, cell in
24
26
}
25
27
```
26
28
27
-
`TableViewDiffableDataSource` provides handlers for reordering of cells/items like `UICollectionViewDiffableDataSource’s` reordering handlers:
29
+
`TableViewDiffableDataSource` provides handlers for reordering of cells/items like the reordering handlers of `UICollectionViewDiffableDataSource` that Apple provides:
0 commit comments