marinofaggiana 4 年之前
父节点
当前提交
0765088198
共有 1 个文件被更改,包括 4 次插入0 次删除
  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) {