marinofaggiana 5 년 전
부모
커밋
13011e360d
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      iOSClient/Viewer/NCViewerImage/NCViewerImageCollectionViewCell.swift

+ 1 - 0
iOSClient/Viewer/NCViewerImage/NCViewerImageCollectionViewCell.swift

@@ -138,6 +138,7 @@ class NCViewerImageCollectionViewCell: UICollectionViewCell {
 }
 
 extension NCViewerImageCollectionViewCell: UIScrollViewDelegate {
+    
     func viewForZooming(in scrollView: UIScrollView) -> UIView? {
         return self.galleryImageView
     }