From 063880879cefef20af726a5eb6e842320f0c7836 Mon Sep 17 00:00:00 2001 From: Hwee-Boon Yar Date: Wed, 4 Apr 2018 23:20:20 +0800 Subject: [PATCH] Remove row separators in Settings tab --- Trust/Settings/ViewControllers/SettingsViewController.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Trust/Settings/ViewControllers/SettingsViewController.swift b/Trust/Settings/ViewControllers/SettingsViewController.swift index 58aa3a5a6..37d02543e 100644 --- a/Trust/Settings/ViewControllers/SettingsViewController.swift +++ b/Trust/Settings/ViewControllers/SettingsViewController.swift @@ -39,6 +39,7 @@ class SettingsViewController: FormViewController { let account = session.account view.backgroundColor = Colors.appBackground + tableView.separatorStyle = .none tableView.backgroundColor = Colors.appBackground form = Section()