NCViewerRichWorkspace.storyboard 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="15702" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="eDT-g5-qb3">
  3. <device id="retina6_1" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment version="4352" identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="15704"/>
  7. <capability name="Safe area layout guides" minToolsVersion="9.0"/>
  8. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  9. </dependencies>
  10. <scenes>
  11. <!--Viewer Rich Workspace-->
  12. <scene sceneID="5lu-RQ-5e2">
  13. <objects>
  14. <viewController storyboardIdentifier="NCViewerRichWorkspace" id="6oU-Ar-6R2" customClass="NCViewerRichWorkspace" customModule="Nextcloud" customModuleProvider="target" sceneMemberID="viewController">
  15. <view key="view" contentMode="scaleToFill" id="Hcj-yo-mxA">
  16. <rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
  17. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  18. <subviews>
  19. <textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" editable="NO" textAlignment="natural" translatesAutoresizingMaskIntoConstraints="NO" id="tWU-uH-OcN">
  20. <rect key="frame" x="15" y="88" width="389" height="774"/>
  21. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  22. <color key="textColor" systemColor="labelColor" cocoaTouchSystemColor="darkTextColor"/>
  23. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  24. <textInputTraits key="textInputTraits" autocapitalizationType="sentences"/>
  25. </textView>
  26. </subviews>
  27. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  28. <constraints>
  29. <constraint firstItem="tWU-uH-OcN" firstAttribute="leading" secondItem="Isy-ab-db7" secondAttribute="leading" constant="15" id="U5r-S4-VjQ"/>
  30. <constraint firstItem="tWU-uH-OcN" firstAttribute="top" secondItem="Isy-ab-db7" secondAttribute="top" id="UoK-d1-aHC"/>
  31. <constraint firstItem="Isy-ab-db7" firstAttribute="bottom" secondItem="tWU-uH-OcN" secondAttribute="bottom" id="hKD-qx-JT8"/>
  32. <constraint firstItem="Isy-ab-db7" firstAttribute="trailing" secondItem="tWU-uH-OcN" secondAttribute="trailing" constant="10" id="x1a-WA-AX7"/>
  33. </constraints>
  34. <viewLayoutGuide key="safeArea" id="Isy-ab-db7"/>
  35. </view>
  36. <navigationItem key="navigationItem" id="YSS-NL-35O"/>
  37. <connections>
  38. <outlet property="textView" destination="tWU-uH-OcN" id="41C-KX-15c"/>
  39. </connections>
  40. </viewController>
  41. <placeholder placeholderIdentifier="IBFirstResponder" id="hXn-we-pg4" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
  42. </objects>
  43. <point key="canvasLocation" x="1013.0434782608696" y="23.4375"/>
  44. </scene>
  45. <!--Viewer Rich Workspace Web View-->
  46. <scene sceneID="FAF-zB-yaq">
  47. <objects>
  48. <viewController storyboardIdentifier="NCViewerRichWorkspaceWebView" id="Ces-GG-tAv" customClass="NCViewerRichWorkspaceWebView" customModule="Nextcloud" customModuleProvider="target" sceneMemberID="viewController">
  49. <view key="view" contentMode="scaleToFill" id="T4r-I1-FJU">
  50. <rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
  51. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  52. <subviews>
  53. <wkWebView contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="hsc-I0-5ib">
  54. <rect key="frame" x="0.0" y="44" width="414" height="818"/>
  55. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  56. <wkWebViewConfiguration key="configuration">
  57. <audiovisualMediaTypes key="mediaTypesRequiringUserActionForPlayback" none="YES"/>
  58. <wkPreferences key="preferences"/>
  59. </wkWebViewConfiguration>
  60. </wkWebView>
  61. </subviews>
  62. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  63. <constraints>
  64. <constraint firstItem="2i0-Vr-dr1" firstAttribute="trailing" secondItem="hsc-I0-5ib" secondAttribute="trailing" id="5Os-LM-5Yz"/>
  65. <constraint firstItem="2i0-Vr-dr1" firstAttribute="bottom" secondItem="hsc-I0-5ib" secondAttribute="bottom" id="Hsc-5E-1br"/>
  66. <constraint firstItem="hsc-I0-5ib" firstAttribute="top" secondItem="2i0-Vr-dr1" secondAttribute="top" id="h4D-CW-VTS"/>
  67. <constraint firstItem="hsc-I0-5ib" firstAttribute="leading" secondItem="2i0-Vr-dr1" secondAttribute="leading" id="rtd-Ru-0UY"/>
  68. </constraints>
  69. <viewLayoutGuide key="safeArea" id="2i0-Vr-dr1"/>
  70. </view>
  71. <connections>
  72. <outlet property="webView" destination="hsc-I0-5ib" id="xu8-Ll-srm"/>
  73. <outlet property="webViewBottomConstraint" destination="Hsc-5E-1br" id="Xpx-v3-vZA"/>
  74. </connections>
  75. </viewController>
  76. <placeholder placeholderIdentifier="IBFirstResponder" id="o3L-2f-s1m" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
  77. </objects>
  78. <point key="canvasLocation" x="1943" y="22"/>
  79. </scene>
  80. <!--Navigation Controller-->
  81. <scene sceneID="yfZ-KI-HLn">
  82. <objects>
  83. <navigationController automaticallyAdjustsScrollViewInsets="NO" id="eDT-g5-qb3" sceneMemberID="viewController">
  84. <toolbarItems/>
  85. <navigationBar key="navigationBar" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" id="snn-6x-Fpr">
  86. <rect key="frame" x="0.0" y="44" width="414" height="44"/>
  87. <autoresizingMask key="autoresizingMask"/>
  88. </navigationBar>
  89. <nil name="viewControllers"/>
  90. <connections>
  91. <segue destination="6oU-Ar-6R2" kind="relationship" relationship="rootViewController" id="Mqf-fJ-MEu"/>
  92. </connections>
  93. </navigationController>
  94. <placeholder placeholderIdentifier="IBFirstResponder" id="bIe-TD-iXo" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
  95. </objects>
  96. <point key="canvasLocation" x="102.89855072463769" y="23.4375"/>
  97. </scene>
  98. </scenes>
  99. </document>