marinofaggiana 6 年之前
父節點
當前提交
b349d1006a
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      iOSClient/Media/NCMedia.swift

+ 4 - 0
iOSClient/Media/NCMedia.swift

@@ -479,6 +479,10 @@ class NCMedia: UIViewController ,UICollectionViewDataSource, UICollectionViewDel
                 
             } else {
                 
+                // LOADING AT END ...
+                let x1 = collectionView.contentSize.height
+                let x2 = collectionView.bounds.size.height
+                
                 let footer = collectionView.dequeueReusableSupplementaryView(ofKind: kind, withReuseIdentifier: "sectionFooter", for: indexPath) as! NCSectionFooter
                 
                 footer.setTitleLabel(sectionDatasource: sectionDatasource)