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
@@ -127,7 +127,7 @@ class RootController: DiffableTableController {
127
127
identifier:Section.customCellProvider.identifier,
128
128
footer:SPDiffableTextHeaderFooter(text:"Also you can add more providers for specific controller, and use default and custom specially for some contorllers."),
129
129
items:[
130
-
SPDiffableTableRow(text:"Custom Cell Provider", accessoryType:.disclosureIndicator, selectionStyle:.default, action:{[weak self] indexPath in
130
+
SPDiffableTableRow(text:"Custom Cell Provider", accessoryType:.disclosureIndicator, selectionStyle:.default, action:{[weak self]model,indexPath in
0 commit comments