|
@@ -29,8 +29,9 @@ public class FourthTabViewController: UIViewController, UITableViewDelegate, UIT
|
|
|
|
|
|
tableView.delegate = self
|
|
|
tableView.dataSource = self
|
|
|
- tableView.layoutMargins = .init(top: 0, left: 0, bottom: 0, right: 0)
|
|
|
- tableView.separatorColor = .gray
|
|
|
+ tableView.layoutMargins = .init(top: 0, left: 5, bottom: 0, right: 5)
|
|
|
+// tableView.separatorColor = .gray
|
|
|
+ tableView.separatorStyle = .none
|
|
|
|
|
|
self.navigationController?.navigationBar.topItem?.title = "Settings".localized();
|
|
|
|