Skip to content

Commit 5ed5c7f

Browse files
authored
add keyboardDismissMode = .interactive
1 parent 2978a59 commit 5ed5c7f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/SimpleUIList/TableViewController.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ public final class TableViewController<Cell: View, ItemType: Identifiable>: UIVi
3737
tableView.dataSource = self
3838
tableView.separatorStyle = .none
3939
tableView.backgroundColor = .clear
40+
tableView.keyboardDismissMode = .interactive
4041
tableView.register(cellClass: HostingTableViewCell<Cell>.self)
4142
if reversedEnabled {
4243
tableView.transform = CGAffineTransform(scaleX: 1, y: -1)

0 commit comments

Comments
 (0)