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) {