Tunnels list: Remove separator lines in the table view

This commit is contained in:
Roopesh Chander 2018-11-03 10:25:32 +05:30
parent 12900e6af3
commit 929470c693
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)