Browse Source

remove separator settings

kevin 3 năm trước cách đây
mục cha
commit
2701d9c2ae

+ 3 - 2
appbuilder-ios/AppBuilder/AppBuilder/FourthTabViewController.swift

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