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

This commit is contained in:
Roopesh Chander 2019-03-10 13:01:59 +05:30 committed by Jason A. Donenfeld
parent 255d53db35
commit bb82004d5c
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)
}