marinofaggiana 5 gadi atpakaļ
vecāks
revīzija
352d473ae8
1 mainītis faili ar 4 papildinājumiem un 0 dzēšanām
  1. 4 0
      iOSClient/Media/NCMedia.swift

+ 4 - 0
iOSClient/Media/NCMedia.swift

@@ -325,6 +325,10 @@ class NCMedia: UIViewController, DropdownMenuDelegate, DZNEmptyDataSetSource, DZ
     
     // MARK: DZNEmpty
     
+    func verticalOffset(forEmptyDataSet scrollView: UIScrollView!) -> CGFloat {
+        return 0
+    }
+    
     func backgroundColor(forEmptyDataSet scrollView: UIScrollView) -> UIColor? {
         return NCBrandColor.sharedInstance.backgroundView
     }