on-demand: iOS: Disable selection in SSID detail table view

Signed-off-by: Roopesh Chander <roop@roopc.net>
This commit is contained in:
Roopesh Chander 2019-03-10 13:01:59 +05:30 committed by Jason A. Donenfeld
parent f56b2ad968
commit a334c25aff
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ class SSIDOptionDetailTableViewController: UITableViewController {
tableView.estimatedRowHeight = 44
tableView.rowHeight = UITableView.automaticDimension
tableView.allowsSelection = false
tableView.register(TextCell.self)
}