Skip to content

Commit 604ecbf

Browse files
committed
Disabel delaysContentTouches for table
1 parent c531ef9 commit 604ecbf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Source/SPDiffable/Table/SPDiffableTableView.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ open class SPDiffableTableView: UITableView, UITableViewDelegate {
3939
public init(style: UITableView.Style, cellProviders: [SPTableDiffableDataSource.CellProvider]) {
4040
super.init(frame: .zero, style: style)
4141
diffableDataSource = SPTableDiffableDataSource(tableView: self, cellProviders: cellProviders)
42+
delaysContentTouches = false
4243
}
4344

4445
@available(*, unavailable)

0 commit comments

Comments
 (0)