mirror of
https://github.com/passepartoutvpn/wireguard-apple.git
synced 2025-02-20 23:02:06 +00:00
Tunnels list: Remove separator lines in the table view
Signed-off-by: Roopesh Chander <roop@roopc.net>
This commit is contained in:
parent
735d542658
commit
ae2ae87bbe
@ -45,6 +45,7 @@ class TunnelsListTableViewController: UIViewController {
|
||||
|
||||
let tableView = UITableView(frame: CGRect.zero, style: .plain)
|
||||
tableView.rowHeight = 60
|
||||
tableView.separatorStyle = .none
|
||||
tableView.register(TunnelsListTableViewCell.self, forCellReuseIdentifier: TunnelsListTableViewCell.id)
|
||||
|
||||
s.view.addSubview(tableView)
|
||||
|
Loading…
Reference in New Issue
Block a user