|
@@ -72,6 +72,8 @@ class NCCreateFormUploadScanDocument: XLFormViewController, NCSelectDelegate, NC
|
|
|
let saveButton : UIBarButtonItem = UIBarButtonItem(title: NSLocalizedString("_save_", comment: ""), style: UIBarButtonItem.Style.plain, target: self, action: #selector(save))
|
|
|
self.navigationItem.rightBarButtonItem = saveButton
|
|
|
|
|
|
+ NCUtility.shared.colorNavigationController(navigationController, backgroundColor: NCBrandColor.shared.systemBackground, titleColor: NCBrandColor.shared.label, tintColor: nil)
|
|
|
+
|
|
|
tableView.separatorStyle = UITableViewCell.SeparatorStyle.none
|
|
|
|
|
|
// self.tableView.sectionHeaderHeight = 10
|