marinofaggiana 4 years ago
parent
commit
0765088198
1 changed files with 4 additions and 0 deletions
  1. 4 0
      iOSClient/Main/Colleaction Common/NCCollectionViewCommon.swift

+ 4 - 0
iOSClient/Main/Colleaction Common/NCCollectionViewCommon.swift

@@ -592,6 +592,10 @@ class NCCollectionViewCommon: UIViewController, UIGestureRecognizerDelegate, UIS
         return true
     }
     
+    func verticalOffset(forEmptyDataSet scrollView: UIScrollView!) -> CGFloat {
+        return -100
+    }
+    
     // MARK: - SEARCH
     
     func updateSearchResults(for searchController: UISearchController) {