marinofaggiana 6 лет назад
Родитель
Сommit
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)