Tunnels list: Remove separator lines in the table view

Signed-off-by: Roopesh Chander <roop@roopc.net>
This commit is contained in:
Roopesh Chander 2018-11-03 10:25:32 +05:30
parent 735d542658
commit ae2ae87bbe
1 changed files with 1 additions and 0 deletions

View File

@ -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)