marinofaggiana 6 năm trước cách đây
mục cha
commit
b349d1006a
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  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)