remove didEndDisplaying

provides problematic behaviour
This commit is contained in:
Maxim Sokolov 2017-06-08 16:17:58 +03:00
parent bd8ac5a28b
commit 898191b0fa
3 changed files with 1 additions and 6 deletions

View File

@ -251,10 +251,6 @@ open class TableDirector: NSObject, UITableViewDataSource, UITableViewDelegate {
}
return indexPath
}
open func tableView(_ tableView: UITableView, didEndDisplaying cell: UITableViewCell, forRowAt indexPath: IndexPath) {
invoke(action: .didEndDisplaying, cell: cell, indexPath: indexPath)
}
// MARK: - Row editing

View File

@ -60,7 +60,6 @@ public enum TableRowActionType {
case deselect
case willSelect
case willDisplay
case didEndDisplaying
case shouldHighlight
case height
case canEdit

View File

@ -2,7 +2,7 @@ Pod::Spec.new do |s|
s.name = 'TableKit'
s.module_name = 'TableKit'
s.version = '2.4.1'
s.version = '2.4.0'
s.homepage = 'https://github.com/maxsokolov/TableKit'
s.summary = 'Type-safe declarative table views with Swift.'