From a334c25affc11a3e00311b7e18bc82ed0ebb088a Mon Sep 17 00:00:00 2001 From: Roopesh Chander Date: Sun, 10 Mar 2019 13:01:59 +0530 Subject: on-demand: iOS: Disable selection in SSID detail table view Signed-off-by: Roopesh Chander --- .../UI/iOS/ViewController/SSIDOptionDetailTableViewController.swift | 1 + 1 file changed, 1 insertion(+) (limited to 'WireGuard/WireGuard/UI/iOS/ViewController/SSIDOptionDetailTableViewController.swift') 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) } -- cgit v1.2.3-59-g8ed1b