remove configure action

This commit is contained in:
Max Sokolov 2016-06-13 16:34:57 +03:00
parent 1ed3db1cb1
commit 3e4f7d81ff
2 changed files with 1 additions and 6 deletions

View File

@ -40,11 +40,7 @@ class MainController: UIViewController {
row1
.addAction(TableRowAction(.shouldHighlight) { (data) -> Bool in
data.cell
data.item
data.path
print("1")
return false

View File

@ -26,7 +26,6 @@ public enum TableRowActionType {
case select
case deselect
case willSelect
case configure
case willDisplay
case shouldHighlight
case height