on-demand: iOS: Disable selection in SSID detail table view
This commit is contained in:
parent
255d53db35
commit
bb82004d5c
|
@ -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