Browse Source

new view image

marinofaggiana 4 years ago
parent
commit
6eaef3a3ef
1 changed files with 3 additions and 1 deletions
  1. 3 1
      iOSClient/Viewer/NCViewerImage/NCViewerImagePageContainer.swift

+ 3 - 1
iOSClient/Viewer/NCViewerImage/NCViewerImagePageContainer.swift

@@ -198,7 +198,7 @@ class NCViewerImagePageContainer: UIViewController, UIGestureRecognizerDelegate
         }
     }
     
-    //MARK: - Function
+    //MARK: - Delegate Image Zoom
 
     func viewWillAppearImageZoom(viewerImageZoom: NCViewerImageZoom, metadata: tableMetadata) {
         
@@ -213,6 +213,8 @@ class NCViewerImagePageContainer: UIViewController, UIGestureRecognizerDelegate
         }
     }
     
+    //MARK: - Function
+    
     func changeScreenMode(to: ScreenMode) {
         if to == .full {
             navigationController?.setNavigationBarHidden(true, animated: false)