From: Roopesh Chander Date: Sun, 10 Mar 2019 07:31:59 +0000 (+0530) Subject: on-demand: iOS: Disable selection in SSID detail table view X-Git-Tag: 0.0.20190319-1~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a334c25affc11a3e00311b7e18bc82ed0ebb088a;p=thirdparty%2Fwireguard-apple.git on-demand: iOS: Disable selection in SSID detail table view Signed-off-by: Roopesh Chander --- 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) }