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
cell<T: UITableViewCell>(_ type: T.Type, for itemID: SPDiffableItem.Identifier) -> T? {}
161
+
```
162
+
144
163
### Mediator
145
164
146
165
Some methods in diffable data source can't ovveride without custom data source. It solved with mediator delegate. It simple. Next example for table. Set delegate `SPTableDiffableMediator`, all method optional:
@@ -283,7 +302,6 @@ Here provided cells:
283
302
284
303
Provided only models, becouse for most items using list registration and no need specific cell class.
285
304
286
-
-`SPDiffableCollectionActionableItem` actionable item for collection view.
287
305
- `SPDiffableSideBarItem` menu item in side bar. Support accessories and actions.
288
306
- `SPDiffableSideBarButton` button item in side bar. Color of title similar to tint.
289
307
- `SPDiffableSideBarHeader` header model for side bar item.
0 commit comments