marinofaggiana 4 năm trước cách đây
mục cha
commit
0765088198

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