marinofaggiana 5 éve
szülő
commit
74b8184cff
2 módosított fájl, 1 hozzáadás és 2 törlés
  1. 1 1
      iOSClient/Main/Main.storyboard
  2. 0 1
      iOSClient/Viewer/NCViewerPDF.swift

+ 1 - 1
iOSClient/Main/Main.storyboard

@@ -633,7 +633,7 @@
         <scene sceneID="vvl-da-xtI">
             <objects>
                 <navigationController id="k86-ao-8mQ" customClass="NCMasterNavigationController" customModule="Nextcloud" customModuleProvider="target" sceneMemberID="viewController">
-                    <navigationBar key="navigationBar" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" translucent="NO" id="yOS-hc-yM4" customClass="NC">
+                    <navigationBar key="navigationBar" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" translucent="NO" id="yOS-hc-yM4">
                         <rect key="frame" x="0.0" y="44" width="414" height="44"/>
                         <autoresizingMask key="autoresizingMask"/>
                     </navigationBar>

+ 0 - 1
iOSClient/Viewer/NCViewerPDF.swift

@@ -106,5 +106,4 @@ import PDFKit
             self.frame = CGRect(x: 0, y: 0, width: detailViewController.backgroundView.frame.width, height: detailViewController.backgroundView.frame.height)
         }
     }
-
 }