|
@@ -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)
|