@@ -72,9 +72,6 @@
self.tableView.emptyDataSetDelegate = self;
self.tableView.emptyDataSetSource = self;
self.tableView.delegate = self;
- if (@available(iOS 11, *)) {
- self.tableView.contentInsetAdjustmentBehavior = UIScrollViewContentInsetAdjustmentNever;
- }
// calculate _serverUrl
if (!_serverUrl)
@@ -140,9 +140,6 @@
self.tableView.tableFooterView = [UIView new];
self.tableView.separatorColor = [NCBrandColor sharedInstance].seperator;
self.searchController.delegate = self;
@@ -55,7 +55,7 @@ class CCMore: UIViewController, UITableViewDelegate, UITableViewDataSource, CCLo
tableView.separatorColor = NCBrandColor.sharedInstance.seperator
if #available(iOS 11.0, *) {
- tableView.contentInsetAdjustmentBehavior = .never
+ //tableView.contentInsetAdjustmentBehavior = .never
}
themingBackground.image = UIImage.init(named: "themingBackground")