aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard
diff options
context:
space:
mode:
authorRoopesh Chander <roop@roopc.net>2019-03-10 13:01:59 +0530
committerJason A. Donenfeld <Jason@zx2c4.com>2019-03-18 06:46:56 +0100
commita334c25affc11a3e00311b7e18bc82ed0ebb088a (patch)
treecaac5be8f29d0d87ea1b25854d242efb2d3b8358 /WireGuard
parenton-demand: macOS: Remove unused class PopupRow (diff)
downloadwireguard-apple-a334c25affc11a3e00311b7e18bc82ed0ebb088a.tar.xz
wireguard-apple-a334c25affc11a3e00311b7e18bc82ed0ebb088a.zip
on-demand: iOS: Disable selection in SSID detail table view
Signed-off-by: Roopesh Chander <roop@roopc.net>
Diffstat (limited to 'WireGuard')
-rw-r--r--WireGuard/WireGuard/UI/iOS/ViewController/SSIDOptionDetailTableViewController.swift1
1 files changed, 1 insertions, 0 deletions
diff --git a/WireGuard/WireGuard/UI/iOS/ViewController/SSIDOptionDetailTableViewController.swift b/WireGuard/WireGuard/UI/iOS/ViewController/SSIDOptionDetailTableViewController.swift
index c1e0913..668797e 100644
--- a/WireGuard/WireGuard/UI/iOS/ViewController/SSIDOptionDetailTableViewController.swift
+++ b/WireGuard/WireGuard/UI/iOS/ViewController/SSIDOptionDetailTableViewController.swift
@@ -22,6 +22,7 @@ class SSIDOptionDetailTableViewController: UITableViewController {
tableView.estimatedRowHeight = 44
tableView.rowHeight = UITableView.automaticDimension
+ tableView.allowsSelection = false
tableView.register(TextCell.self)
}