Browse Source

new class

marinofaggiana 6 years ago
parent
commit
880ce5319a
1 changed files with 2 additions and 0 deletions
  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()
     }