remove configure action
This commit is contained in:
parent
1ed3db1cb1
commit
3e4f7d81ff
|
|
@ -40,11 +40,7 @@ class MainController: UIViewController {
|
|||
|
||||
row1
|
||||
.addAction(TableRowAction(.shouldHighlight) { (data) -> Bool in
|
||||
|
||||
data.cell
|
||||
data.item
|
||||
data.path
|
||||
|
||||
|
||||
print("1")
|
||||
|
||||
return false
|
||||
|
|
|
|||
|
|
@ -26,7 +26,6 @@ public enum TableRowActionType {
|
|||
case select
|
||||
case deselect
|
||||
case willSelect
|
||||
case configure
|
||||
case willDisplay
|
||||
case shouldHighlight
|
||||
case height
|
||||
|
|
|
|||
Loading…
Reference in New Issue