diff --git a/Demo/Classes/Presentation/Controllers/MainController.swift b/Demo/Classes/Presentation/Controllers/MainController.swift index b5c4881..bec8ab6 100644 --- a/Demo/Classes/Presentation/Controllers/MainController.swift +++ b/Demo/Classes/Presentation/Controllers/MainController.swift @@ -40,11 +40,7 @@ class MainController: UIViewController { row1 .addAction(TableRowAction(.shouldHighlight) { (data) -> Bool in - - data.cell - data.item - data.path - + print("1") return false diff --git a/Sources/TableRowAction.swift b/Sources/TableRowAction.swift index d4d10b7..cd3f0c6 100644 --- a/Sources/TableRowAction.swift +++ b/Sources/TableRowAction.swift @@ -26,7 +26,6 @@ public enum TableRowActionType { case select case deselect case willSelect - case configure case willDisplay case shouldHighlight case height