NCMore.storyboard 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="17701" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
  3. <device id="retina6_1" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="17703"/>
  7. <capability name="Safe area layout guides" minToolsVersion="9.0"/>
  8. <capability name="System colors in document resources" minToolsVersion="11.0"/>
  9. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  10. </dependencies>
  11. <scenes>
  12. <!--More-->
  13. <scene sceneID="JxW-31-vKm">
  14. <objects>
  15. <viewController storyboardIdentifier="NCMore.storyboard" extendedLayoutIncludesOpaqueBars="YES" id="Gk6-VA-bU1" customClass="NCMore" customModule="Nextcloud" customModuleProvider="target" sceneMemberID="viewController">
  16. <view key="view" contentMode="scaleToFill" id="mlb-3W-jqa">
  17. <rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
  18. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  19. <subviews>
  20. <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="grouped" rowHeight="50" sectionHeaderHeight="18" sectionFooterHeight="18" translatesAutoresizingMaskIntoConstraints="NO" id="vQk-TA-f9i">
  21. <rect key="frame" x="0.0" y="0.0" width="414" height="780"/>
  22. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  23. <inset key="separatorInset" minX="56" minY="0.0" maxX="0.0" maxY="0.0"/>
  24. <view key="tableFooterView" contentMode="scaleToFill" id="5bU-gg-892">
  25. <rect key="frame" x="0.0" y="123.5" width="414" height="44"/>
  26. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  27. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  28. </view>
  29. <prototypes>
  30. <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" reuseIdentifier="Cell" rowHeight="50" id="qwS-lS-XzK" customClass="CCCellMore" customModule="Nextcloud" customModuleProvider="target">
  31. <rect key="frame" x="0.0" y="55.5" width="414" height="50"/>
  32. <autoresizingMask key="autoresizingMask"/>
  33. <tableViewCellContentView key="contentView" multipleTouchEnabled="YES" contentMode="center" tableViewCell="qwS-lS-XzK" id="1FG-Yi-cbC">
  34. <rect key="frame" x="0.0" y="0.0" width="414" height="50"/>
  35. <autoresizingMask key="autoresizingMask"/>
  36. <subviews>
  37. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="ybA-XY-jKA">
  38. <rect key="frame" x="20" y="12.5" width="25" height="25"/>
  39. <constraints>
  40. <constraint firstAttribute="height" constant="25" id="97R-Fz-3Om"/>
  41. <constraint firstAttribute="width" constant="25" id="ldi-oV-Yce"/>
  42. </constraints>
  43. </imageView>
  44. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="E8e-56-e81">
  45. <rect key="frame" x="65" y="15" width="329" height="20"/>
  46. <fontDescription key="fontDescription" type="system" pointSize="16"/>
  47. <nil key="textColor"/>
  48. <nil key="highlightedColor"/>
  49. </label>
  50. </subviews>
  51. <constraints>
  52. <constraint firstItem="E8e-56-e81" firstAttribute="centerY" secondItem="1FG-Yi-cbC" secondAttribute="centerY" id="7hX-BA-LAg"/>
  53. <constraint firstItem="E8e-56-e81" firstAttribute="leading" secondItem="ybA-XY-jKA" secondAttribute="trailing" constant="20" id="KY9-RM-FdA"/>
  54. <constraint firstAttribute="leadingMargin" secondItem="ybA-XY-jKA" secondAttribute="leading" id="VBx-FZ-Ld2"/>
  55. <constraint firstItem="ybA-XY-jKA" firstAttribute="centerY" secondItem="1FG-Yi-cbC" secondAttribute="centerY" id="ZLU-lg-ptd"/>
  56. <constraint firstAttribute="trailingMargin" secondItem="E8e-56-e81" secondAttribute="trailing" id="mcH-pH-ru3"/>
  57. </constraints>
  58. </tableViewCellContentView>
  59. <connections>
  60. <outlet property="imageIcon" destination="ybA-XY-jKA" id="YlP-ic-UyR"/>
  61. <outlet property="labelText" destination="E8e-56-e81" id="LB7-UK-1fa"/>
  62. </connections>
  63. </tableViewCell>
  64. </prototypes>
  65. <connections>
  66. <outlet property="dataSource" destination="Gk6-VA-bU1" id="W7T-xk-f7S"/>
  67. <outlet property="delegate" destination="Gk6-VA-bU1" id="ofW-BN-A5x"/>
  68. </connections>
  69. </tableView>
  70. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="4TU-gr-dbP" userLabel="View Quota">
  71. <rect key="frame" x="0.0" y="780" width="414" height="66"/>
  72. <subviews>
  73. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="elX-0f-dn0">
  74. <rect key="frame" x="35" y="8" width="344" height="20"/>
  75. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  76. <constraints>
  77. <constraint firstAttribute="height" constant="20" id="4w7-0l-rmL"/>
  78. </constraints>
  79. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  80. <color key="textColor" white="0.66666666669999997" alpha="1" colorSpace="calibratedWhite"/>
  81. <nil key="highlightedColor"/>
  82. </label>
  83. <progressView opaque="NO" contentMode="scaleToFill" verticalHuggingPriority="750" progress="0.5" translatesAutoresizingMaskIntoConstraints="NO" id="NSn-Xf-dwd">
  84. <rect key="frame" x="35" y="31" width="344" height="4"/>
  85. </progressView>
  86. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="ZH2-NQ-RL0">
  87. <rect key="frame" x="35" y="37" width="344" height="20"/>
  88. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  89. <constraints>
  90. <constraint firstAttribute="height" constant="20" id="cqG-BZ-26w"/>
  91. </constraints>
  92. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  93. <color key="textColor" white="0.66666666669999997" alpha="1" colorSpace="calibratedWhite"/>
  94. <nil key="highlightedColor"/>
  95. </label>
  96. </subviews>
  97. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  98. <constraints>
  99. <constraint firstAttribute="trailing" secondItem="elX-0f-dn0" secondAttribute="trailing" constant="35" id="BpT-pr-ezO"/>
  100. <constraint firstAttribute="trailing" secondItem="ZH2-NQ-RL0" secondAttribute="trailing" constant="35" id="FnW-iy-Zh0"/>
  101. <constraint firstItem="elX-0f-dn0" firstAttribute="top" secondItem="4TU-gr-dbP" secondAttribute="top" constant="8" id="Glp-6T-8Pn"/>
  102. <constraint firstItem="NSn-Xf-dwd" firstAttribute="top" secondItem="elX-0f-dn0" secondAttribute="bottom" constant="3" id="JWB-v2-iRd"/>
  103. <constraint firstItem="NSn-Xf-dwd" firstAttribute="leading" secondItem="4TU-gr-dbP" secondAttribute="leading" constant="35" id="LBI-9V-ggV"/>
  104. <constraint firstItem="elX-0f-dn0" firstAttribute="leading" secondItem="4TU-gr-dbP" secondAttribute="leading" constant="35" id="LPV-M7-L8u"/>
  105. <constraint firstItem="ZH2-NQ-RL0" firstAttribute="top" secondItem="NSn-Xf-dwd" secondAttribute="bottom" constant="2" id="NYA-7B-WTf"/>
  106. <constraint firstItem="ZH2-NQ-RL0" firstAttribute="leading" secondItem="4TU-gr-dbP" secondAttribute="leading" constant="35" id="ZpZ-5r-YIp"/>
  107. <constraint firstAttribute="height" constant="66" id="xWW-QX-DBs"/>
  108. <constraint firstAttribute="trailing" secondItem="NSn-Xf-dwd" secondAttribute="trailing" constant="35" id="ztv-tW-d6s"/>
  109. </constraints>
  110. </view>
  111. </subviews>
  112. <viewLayoutGuide key="safeArea" id="Kgv-Sq-Jzm"/>
  113. <constraints>
  114. <constraint firstItem="4TU-gr-dbP" firstAttribute="leading" secondItem="mlb-3W-jqa" secondAttribute="leading" id="0ym-gy-V6B"/>
  115. <constraint firstItem="4TU-gr-dbP" firstAttribute="top" secondItem="vQk-TA-f9i" secondAttribute="bottom" id="1Sw-wB-7sl"/>
  116. <constraint firstItem="vQk-TA-f9i" firstAttribute="top" secondItem="mlb-3W-jqa" secondAttribute="top" id="24K-1h-rR5"/>
  117. <constraint firstItem="4TU-gr-dbP" firstAttribute="trailing" secondItem="mlb-3W-jqa" secondAttribute="trailing" id="3dZ-nJ-4Cx"/>
  118. <constraint firstItem="vQk-TA-f9i" firstAttribute="leading" secondItem="mlb-3W-jqa" secondAttribute="leading" id="Eex-rm-AtS"/>
  119. <constraint firstItem="vQk-TA-f9i" firstAttribute="trailing" secondItem="mlb-3W-jqa" secondAttribute="trailing" id="H6v-XK-GnB"/>
  120. <constraint firstItem="Kgv-Sq-Jzm" firstAttribute="bottom" secondItem="4TU-gr-dbP" secondAttribute="bottom" constant="16" id="qcO-wc-AFk"/>
  121. </constraints>
  122. </view>
  123. <navigationItem key="navigationItem" id="hrd-f2-tLI"/>
  124. <connections>
  125. <outlet property="labelQuota" destination="elX-0f-dn0" id="dav-PN-Xtk"/>
  126. <outlet property="labelQuotaExternalSite" destination="ZH2-NQ-RL0" id="m36-zD-E5e"/>
  127. <outlet property="progressQuota" destination="NSn-Xf-dwd" id="6t0-b3-67E"/>
  128. <outlet property="tableView" destination="vQk-TA-f9i" id="gaS-91-d8o"/>
  129. <outlet property="viewQuota" destination="4TU-gr-dbP" id="xER-rg-yHv"/>
  130. </connections>
  131. </viewController>
  132. <placeholder placeholderIdentifier="IBFirstResponder" id="Vkt-w7-wKc" userLabel="First Responder" sceneMemberID="firstResponder"/>
  133. </objects>
  134. <point key="canvasLocation" x="9212" y="1207"/>
  135. </scene>
  136. </scenes>
  137. <resources>
  138. <systemColor name="systemBackgroundColor">
  139. <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  140. </systemColor>
  141. </resources>
  142. </document>