浏览代码

new class

marinofaggiana 6 年之前
父节点
当前提交
880ce5319a
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      iOSClient/Settings/HCEditProfile.swift

+ 2 - 0
iOSClient/Settings/HCEditProfile.swift

@@ -201,6 +201,8 @@ class HCEditProfile: XLFormViewController {
         self.navigationItem.leftBarButtonItem = UIBarButtonItem(title: NSLocalizedString("_cancel_", comment: ""), style: UIBarButtonItem.Style.plain, target: self, action: #selector(cancel))
        
         self.tableView.separatorStyle = UITableViewCell.SeparatorStyle.none
+        self.tableView.backgroundColor = NCBrandColor.sharedInstance.backgroundView
+        self.tableView.showsVerticalScrollIndicator = false
     
         initializeForm()
     }