on-demand: iOS: Disable selection in SSID detail table view
Signed-off-by: Roopesh Chander <roop@roopc.net>
This commit is contained in:
parent
f56b2ad968
commit
a334c25aff
|
@ -22,6 +22,7 @@ class SSIDOptionDetailTableViewController: UITableViewController {
|
|||
|
||||
tableView.estimatedRowHeight = 44
|
||||
tableView.rowHeight = UITableView.automaticDimension
|
||||
tableView.allowsSelection = false
|
||||
|
||||
tableView.register(TextCell.self)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue