]> git.ipfire.org Git - thirdparty/wireguard-apple.git/commitdiff
on-demand: iOS: Disable selection in SSID detail table view
authorRoopesh Chander <roop@roopc.net>
Sun, 10 Mar 2019 07:31:59 +0000 (13:01 +0530)
committerJason A. Donenfeld <Jason@zx2c4.com>
Mon, 18 Mar 2019 05:46:56 +0000 (06:46 +0100)
Signed-off-by: Roopesh Chander <roop@roopc.net>
WireGuard/WireGuard/UI/iOS/ViewController/SSIDOptionDetailTableViewController.swift

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