aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard/UI
diff options
context:
space:
mode:
authorRoopesh Chander <roop@roopc.net>2018-10-17 13:20:20 +0530
committerRoopesh Chander <roop@roopc.net>2018-10-27 15:13:01 +0530
commit8a11333b651a7a0d6fa686c413b4cbbd7b55719c (patch)
tree0ce48aded4e16ee3f771dbeb84403e1ce171cdb5 /WireGuard/WireGuard/UI
parentVPN: Add TunnelsManager to manage the tunnels in the app (diff)
downloadwireguard-apple-8a11333b651a7a0d6fa686c413b4cbbd7b55719c.tar.xz
wireguard-apple-8a11333b651a7a0d6fa686c413b4cbbd7b55719c.zip
Tunnels list: Make the table view style explicit
Signed-off-by: Roopesh Chander <roop@roopc.net>
Diffstat (limited to 'WireGuard/WireGuard/UI')
-rw-r--r--WireGuard/WireGuard/UI/iOS/TunnelsListTableViewController.swift8
1 files changed, 8 insertions, 0 deletions
diff --git a/WireGuard/WireGuard/UI/iOS/TunnelsListTableViewController.swift b/WireGuard/WireGuard/UI/iOS/TunnelsListTableViewController.swift
index f54efae..7900dd2 100644
--- a/WireGuard/WireGuard/UI/iOS/TunnelsListTableViewController.swift
+++ b/WireGuard/WireGuard/UI/iOS/TunnelsListTableViewController.swift
@@ -10,6 +10,14 @@ import UIKit
class TunnelsListTableViewController: UITableViewController {
+ init() {
+ super.init(style: .plain)
+ }
+
+ required init?(coder aDecoder: NSCoder) {
+ fatalError("init(coder:) has not been implemented")
+ }
+
override func viewDidLoad() {
super.viewDidLoad()
self.title = "WireGuard"