소스 검색

remove separator settings

kevin 3 년 전
부모
커밋
2701d9c2ae
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 3 2
      appbuilder-ios/AppBuilder/AppBuilder/FourthTabViewController.swift

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