Main.storyboard 52 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631
  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="4IE-mo-rkp">
  3. <device id="retina6_1" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment 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. <!--Split-->
  12. <scene sceneID="B1o-fj-nYn">
  13. <objects>
  14. <splitViewController id="4IE-mo-rkp" customClass="CCSplit" sceneMemberID="viewController">
  15. <extendedEdge key="edgesForExtendedLayout"/>
  16. <connections>
  17. <segue destination="mtc-lf-PRo" kind="relationship" relationship="detailViewController" id="W5b-lw-8O1"/>
  18. <segue destination="FkP-Lh-8zt" kind="relationship" relationship="masterViewController" id="XFR-ol-usq"/>
  19. </connections>
  20. </splitViewController>
  21. <placeholder placeholderIdentifier="IBFirstResponder" id="6BR-HM-b4e" userLabel="First Responder" sceneMemberID="firstResponder"/>
  22. </objects>
  23. <point key="canvasLocation" x="4457" y="-709"/>
  24. </scene>
  25. <!--Settings-->
  26. <scene sceneID="8L1-Aq-u4E">
  27. <objects>
  28. <viewController automaticallyAdjustsScrollViewInsets="NO" id="amx-XG-NId" customClass="CCSettings" sceneMemberID="viewController">
  29. <view key="view" clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="qPP-0c-bH9">
  30. <rect key="frame" x="0.0" y="0.0" width="414" height="842"/>
  31. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  32. <subviews>
  33. <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="grouped" separatorStyle="default" rowHeight="44" sectionHeaderHeight="10" sectionFooterHeight="10" translatesAutoresizingMaskIntoConstraints="NO" id="RbN-9l-HP2">
  34. <rect key="frame" x="0.0" y="0.0" width="414" height="808"/>
  35. <color key="backgroundColor" red="0.93725490196078431" green="0.93725490196078431" blue="0.95686274509803926" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  36. </tableView>
  37. </subviews>
  38. <color key="backgroundColor" red="0.93725490196078431" green="0.93725490196078431" blue="0.95686274509803926" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  39. <constraints>
  40. <constraint firstItem="RbN-9l-HP2" firstAttribute="top" secondItem="UsN-KI-3bQ" secondAttribute="top" id="PQF-xh-bxZ"/>
  41. <constraint firstItem="RbN-9l-HP2" firstAttribute="leading" secondItem="UsN-KI-3bQ" secondAttribute="leading" id="exJ-dx-QyW"/>
  42. <constraint firstItem="UsN-KI-3bQ" firstAttribute="bottom" secondItem="RbN-9l-HP2" secondAttribute="bottom" id="gMy-ww-Gd1"/>
  43. <constraint firstItem="UsN-KI-3bQ" firstAttribute="trailing" secondItem="RbN-9l-HP2" secondAttribute="trailing" id="oal-6v-evn"/>
  44. </constraints>
  45. <viewLayoutGuide key="safeArea" id="UsN-KI-3bQ"/>
  46. </view>
  47. <extendedEdge key="edgesForExtendedLayout"/>
  48. <navigationItem key="navigationItem" id="1CO-Ie-Aaj"/>
  49. <connections>
  50. <segue destination="eZl-ut-xpC" kind="presentation" identifier="AcknowledgementsSegue" modalPresentationStyle="formSheet" id="J9C-Ex-Q6i"/>
  51. </connections>
  52. </viewController>
  53. <placeholder placeholderIdentifier="IBFirstResponder" id="wVn-RD-GD2" userLabel="First Responder" sceneMemberID="firstResponder"/>
  54. </objects>
  55. <point key="canvasLocation" x="11143" y="1217"/>
  56. </scene>
  57. <!--NCMedia.storyboard-->
  58. <scene sceneID="udp-lL-CYh">
  59. <objects>
  60. <viewControllerPlaceholder storyboardName="NCMedia" referencedIdentifier="NCMedia.storyboard" id="kO6-hz-Gsq" sceneMemberID="viewController">
  61. <navigationItem key="navigationItem" id="3mJ-L2-Cmt"/>
  62. </viewControllerPlaceholder>
  63. <placeholder placeholderIdentifier="IBFirstResponder" id="6gG-SV-Hvv" userLabel="First Responder" sceneMemberID="firstResponder"/>
  64. </objects>
  65. <point key="canvasLocation" x="8572" y="887"/>
  66. </scene>
  67. <!--Acknowledgements-->
  68. <scene sceneID="h9y-Lj-jxB">
  69. <objects>
  70. <viewController id="Wu3-ow-y4h" customClass="Acknowledgements" sceneMemberID="viewController">
  71. <view key="view" opaque="NO" contentMode="scaleToFill" id="HYE-hK-m2I">
  72. <rect key="frame" x="0.0" y="0.0" width="414" height="786"/>
  73. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  74. <subviews>
  75. <textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" showsHorizontalScrollIndicator="NO" delaysContentTouches="NO" canCancelContentTouches="NO" bouncesZoom="NO" editable="NO" usesAttributedText="YES" selectable="NO" translatesAutoresizingMaskIntoConstraints="NO" id="vYq-of-LmL">
  76. <rect key="frame" x="7" y="0.0" width="400" height="786"/>
  77. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  78. <attributedString key="attributedText">
  79. <fragment content="Copyright (C)">
  80. <attributes>
  81. <font key="NSFont" size="14" name="HelveticaNeue"/>
  82. <paragraphStyle key="NSParagraphStyle" alignment="left" lineBreakMode="wordWrapping" baseWritingDirection="natural"/>
  83. </attributes>
  84. </fragment>
  85. </attributedString>
  86. <textInputTraits key="textInputTraits" autocapitalizationType="sentences"/>
  87. <connections>
  88. <outlet property="delegate" destination="Wu3-ow-y4h" id="RHw-TA-1yQ"/>
  89. </connections>
  90. </textView>
  91. </subviews>
  92. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  93. <constraints>
  94. <constraint firstItem="vYq-of-LmL" firstAttribute="leading" secondItem="HYE-hK-m2I" secondAttribute="leadingMargin" constant="-13" id="RHX-O3-otO"/>
  95. <constraint firstItem="vYq-of-LmL" firstAttribute="top" secondItem="vFx-Qx-nx8" secondAttribute="top" id="SwN-pK-RVe"/>
  96. <constraint firstAttribute="trailingMargin" secondItem="vYq-of-LmL" secondAttribute="trailing" constant="-13" id="iao-EZ-391"/>
  97. <constraint firstItem="vFx-Qx-nx8" firstAttribute="bottom" secondItem="vYq-of-LmL" secondAttribute="bottom" id="rjG-Mo-psH"/>
  98. </constraints>
  99. <viewLayoutGuide key="safeArea" id="vFx-Qx-nx8"/>
  100. </view>
  101. <extendedEdge key="edgesForExtendedLayout"/>
  102. <navigationItem key="navigationItem" id="NXp-TT-qTB"/>
  103. <connections>
  104. <outlet property="txtTermini" destination="vYq-of-LmL" id="hA3-bm-4ke"/>
  105. <outlet property="view" destination="HYE-hK-m2I" id="lTc-Ug-HO0"/>
  106. </connections>
  107. </viewController>
  108. <placeholder placeholderIdentifier="IBFirstResponder" id="TUv-7S-62D" userLabel="First Responder" sceneMemberID="firstResponder"/>
  109. </objects>
  110. <point key="canvasLocation" x="12847" y="1218"/>
  111. </scene>
  112. <!--Navigation Controller-->
  113. <scene sceneID="eDq-6m-h8d">
  114. <objects>
  115. <navigationController automaticallyAdjustsScrollViewInsets="NO" id="eZl-ut-xpC" sceneMemberID="viewController">
  116. <extendedEdge key="edgesForExtendedLayout"/>
  117. <toolbarItems/>
  118. <navigationBar key="navigationBar" contentMode="scaleToFill" id="rJe-3o-bpZ">
  119. <rect key="frame" x="0.0" y="0.0" width="414" height="56"/>
  120. <autoresizingMask key="autoresizingMask"/>
  121. </navigationBar>
  122. <nil name="viewControllers"/>
  123. <connections>
  124. <segue destination="Wu3-ow-y4h" kind="relationship" relationship="rootViewController" id="Xpr-tm-bWy"/>
  125. </connections>
  126. </navigationController>
  127. <placeholder placeholderIdentifier="IBFirstResponder" id="38M-dR-dlY" userLabel="First Responder" sceneMemberID="firstResponder"/>
  128. </objects>
  129. <point key="canvasLocation" x="12026" y="1218"/>
  130. </scene>
  131. <!--Main Tab Bar Controller-->
  132. <scene sceneID="gY3-Ur-rTC">
  133. <objects>
  134. <tabBarController automaticallyAdjustsScrollViewInsets="NO" id="FkP-Lh-8zt" customClass="CCMainTabBarController" customModule="Nextcloud" customModuleProvider="target" sceneMemberID="viewController">
  135. <toolbarItems/>
  136. <navigationItem key="navigationItem" id="ozb-fg-0GE">
  137. <barButtonItem key="backBarButtonItem" title="Back" id="oUu-2v-gUF"/>
  138. </navigationItem>
  139. <tabBar key="tabBar" contentMode="scaleToFill" id="72f-jP-cei" customClass="NCMainTabBar" customModule="Nextcloud" customModuleProvider="target">
  140. <rect key="frame" x="0.0" y="0.0" width="1000" height="1000"/>
  141. <autoresizingMask key="autoresizingMask"/>
  142. <color key="backgroundColor" red="0.0" green="0.0" blue="0.0" alpha="0.0" colorSpace="custom" customColorSpace="sRGB"/>
  143. </tabBar>
  144. <connections>
  145. <segue destination="bSZ-tE-FEj" kind="relationship" relationship="viewControllers" id="qbu-nX-qCk"/>
  146. <segue destination="hwM-4d-Afb" kind="relationship" relationship="viewControllers" id="tds-0Q-7Zf"/>
  147. <segue destination="Cc7-4O-z6Q" kind="relationship" relationship="viewControllers" id="YKg-LH-tor"/>
  148. <segue destination="Npr-vu-PSD" kind="relationship" relationship="viewControllers" id="XeU-GF-etm"/>
  149. <segue destination="1Z8-Bx-Dqo" kind="relationship" relationship="viewControllers" id="z6l-ei-IMY"/>
  150. </connections>
  151. </tabBarController>
  152. <placeholder placeholderIdentifier="IBFirstResponder" id="d2B-Yg-rp2" userLabel="First Responder" sceneMemberID="firstResponder"/>
  153. </objects>
  154. <point key="canvasLocation" x="7073" y="-709"/>
  155. </scene>
  156. <!--Detail-->
  157. <scene sceneID="zJM-E9-jgK">
  158. <objects>
  159. <viewController storyboardIdentifier="CCDetailVC" extendedLayoutIncludesOpaqueBars="YES" id="zg6-hy-EbU" customClass="CCDetail" sceneMemberID="viewController">
  160. <view key="view" tag="900" contentMode="scaleToFill" id="cUA-lB-tGG">
  161. <rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
  162. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  163. <subviews>
  164. <imageView userInteractionEnabled="NO" tag="999" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" preservesSuperviewLayoutMargins="YES" image="logo" translatesAutoresizingMaskIntoConstraints="NO" id="zlU-MP-ZVs">
  165. <rect key="frame" x="95.5" y="369.5" width="223" height="157.5"/>
  166. </imageView>
  167. </subviews>
  168. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  169. <constraints>
  170. <constraint firstItem="zlU-MP-ZVs" firstAttribute="centerY" secondItem="cUA-lB-tGG" secondAttribute="centerY" id="NqJ-e6-LfV"/>
  171. <constraint firstItem="zlU-MP-ZVs" firstAttribute="centerX" secondItem="3ph-Od-2hO" secondAttribute="centerX" id="VG7-UF-Zrf"/>
  172. </constraints>
  173. <viewLayoutGuide key="safeArea" id="3ph-Od-2hO"/>
  174. </view>
  175. <navigationItem key="navigationItem" id="cJm-UN-Dvj" userLabel="Detail"/>
  176. <connections>
  177. <outlet property="imageBackground" destination="zlU-MP-ZVs" id="XRF-iq-qSn"/>
  178. </connections>
  179. </viewController>
  180. <placeholder placeholderIdentifier="IBFirstResponder" id="IJ0-oL-QKv" userLabel="First Responder" sceneMemberID="firstResponder"/>
  181. </objects>
  182. <point key="canvasLocation" x="5750" y="2407"/>
  183. </scene>
  184. <!--Navigation Controller-->
  185. <scene sceneID="Xur-XN-mjy">
  186. <objects>
  187. <navigationController storyboardIdentifier="CCDetailNC" extendedLayoutIncludesOpaqueBars="YES" automaticallyAdjustsScrollViewInsets="NO" id="mtc-lf-PRo" sceneMemberID="viewController">
  188. <toolbarItems/>
  189. <navigationBar key="navigationBar" contentMode="scaleToFill" id="vxw-dW-rgx">
  190. <rect key="frame" x="0.0" y="44" width="414" height="44"/>
  191. <autoresizingMask key="autoresizingMask"/>
  192. </navigationBar>
  193. <nil name="viewControllers"/>
  194. <connections>
  195. <segue destination="zg6-hy-EbU" kind="relationship" relationship="rootViewController" id="qIX-Hw-L2i"/>
  196. </connections>
  197. </navigationController>
  198. <placeholder placeholderIdentifier="IBFirstResponder" id="1l7-Aj-XxZ" userLabel="First Responder" sceneMemberID="firstResponder"/>
  199. </objects>
  200. <point key="canvasLocation" x="4546" y="2407"/>
  201. </scene>
  202. <!--File-->
  203. <scene sceneID="dMv-43-hWy">
  204. <objects>
  205. <navigationController extendedLayoutIncludesOpaqueBars="YES" automaticallyAdjustsScrollViewInsets="NO" id="bSZ-tE-FEj" sceneMemberID="viewController">
  206. <tabBarItem key="tabBarItem" title="File" id="Zxv-aS-HGF"/>
  207. <toolbarItems/>
  208. <navigationBar key="navigationBar" contentMode="scaleToFill" id="cj6-rT-wnB">
  209. <rect key="frame" x="0.0" y="44" width="414" height="44"/>
  210. <autoresizingMask key="autoresizingMask"/>
  211. </navigationBar>
  212. <nil name="viewControllers"/>
  213. <connections>
  214. <segue destination="Qyv-Eo-LeA" kind="relationship" relationship="rootViewController" id="Y3c-wh-B5R"/>
  215. </connections>
  216. </navigationController>
  217. <placeholder placeholderIdentifier="IBFirstResponder" id="k95-tV-JJx" userLabel="First Responder" sceneMemberID="firstResponder"/>
  218. </objects>
  219. <point key="canvasLocation" x="5215" y="327"/>
  220. </scene>
  221. <!--Favorites-->
  222. <scene sceneID="YSr-JF-a0V">
  223. <objects>
  224. <navigationController extendedLayoutIncludesOpaqueBars="YES" automaticallyAdjustsScrollViewInsets="NO" id="hwM-4d-Afb" sceneMemberID="viewController">
  225. <tabBarItem key="tabBarItem" title="Favorites" id="o09-67-hwf"/>
  226. <toolbarItems/>
  227. <navigationBar key="navigationBar" contentMode="scaleToFill" id="MJw-Bn-5le">
  228. <rect key="frame" x="0.0" y="44" width="414" height="44"/>
  229. <autoresizingMask key="autoresizingMask"/>
  230. </navigationBar>
  231. <nil name="viewControllers"/>
  232. <connections>
  233. <segue destination="6uw-SF-2Qu" kind="relationship" relationship="rootViewController" id="CFg-zI-VEB"/>
  234. </connections>
  235. </navigationController>
  236. <placeholder placeholderIdentifier="IBFirstResponder" id="NME-vT-pfd" userLabel="First Responder" sceneMemberID="firstResponder"/>
  237. </objects>
  238. <point key="canvasLocation" x="5857" y="327"/>
  239. </scene>
  240. <!--Favorites-->
  241. <scene sceneID="33n-4d-goO">
  242. <objects>
  243. <viewController storyboardIdentifier="CCFavorites" id="6uw-SF-2Qu" customClass="CCFavorites" sceneMemberID="viewController">
  244. <view key="view" contentMode="scaleToFill" id="o6l-1S-6dH">
  245. <rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
  246. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  247. <subviews>
  248. <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" showsHorizontalScrollIndicator="NO" showsVerticalScrollIndicator="NO" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="44" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="Pes-cJ-S4N">
  249. <rect key="frame" x="0.0" y="88" width="414" height="725"/>
  250. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  251. <connections>
  252. <outlet property="dataSource" destination="6uw-SF-2Qu" id="65P-9j-K6G"/>
  253. <outlet property="delegate" destination="6uw-SF-2Qu" id="jGP-Hq-vWN"/>
  254. </connections>
  255. </tableView>
  256. </subviews>
  257. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  258. <constraints>
  259. <constraint firstItem="Zpq-f2-Hyz" firstAttribute="trailing" secondItem="Pes-cJ-S4N" secondAttribute="trailing" id="2Ub-e5-Zy5"/>
  260. <constraint firstItem="Zpq-f2-Hyz" firstAttribute="bottom" secondItem="Pes-cJ-S4N" secondAttribute="bottom" id="7Ae-ij-d61"/>
  261. <constraint firstItem="Pes-cJ-S4N" firstAttribute="top" secondItem="Zpq-f2-Hyz" secondAttribute="top" id="fiN-Qd-fKD"/>
  262. <constraint firstItem="Pes-cJ-S4N" firstAttribute="leading" secondItem="Zpq-f2-Hyz" secondAttribute="leading" id="xJk-eT-GLY"/>
  263. </constraints>
  264. <viewLayoutGuide key="safeArea" id="Zpq-f2-Hyz"/>
  265. </view>
  266. <navigationItem key="navigationItem" id="udr-5M-kHz"/>
  267. <connections>
  268. <outlet property="tableView" destination="Pes-cJ-S4N" id="Fxj-3r-MCL"/>
  269. <segue destination="mtc-lf-PRo" kind="showDetail" identifier="segueDetail" id="45n-bF-9RO"/>
  270. </connections>
  271. </viewController>
  272. <placeholder placeholderIdentifier="IBFirstResponder" id="d5y-uw-vht" userLabel="First Responder" sceneMemberID="firstResponder"/>
  273. </objects>
  274. <point key="canvasLocation" x="5856.521739130435" y="1217.4107142857142"/>
  275. </scene>
  276. <!--Media-->
  277. <scene sceneID="IuY-Iu-oAm">
  278. <objects>
  279. <navigationController extendedLayoutIncludesOpaqueBars="YES" automaticallyAdjustsScrollViewInsets="NO" id="Npr-vu-PSD" userLabel="Media" sceneMemberID="viewController">
  280. <tabBarItem key="tabBarItem" title="Media" id="5cw-bP-7It"/>
  281. <toolbarItems/>
  282. <navigationBar key="navigationBar" contentMode="scaleToFill" id="ixg-Pw-TNO">
  283. <rect key="frame" x="0.0" y="44" width="414" height="44"/>
  284. <autoresizingMask key="autoresizingMask"/>
  285. </navigationBar>
  286. <nil name="viewControllers"/>
  287. <connections>
  288. <segue destination="kO6-hz-Gsq" kind="relationship" relationship="rootViewController" id="9zw-1n-Dhk"/>
  289. </connections>
  290. </navigationController>
  291. <placeholder placeholderIdentifier="IBFirstResponder" id="cZf-pk-3Bd" userLabel="First Responder" sceneMemberID="firstResponder"/>
  292. </objects>
  293. <point key="canvasLocation" x="8572" y="327"/>
  294. </scene>
  295. <!--Navigation Controller-->
  296. <scene sceneID="cip-AF-Ks2">
  297. <objects>
  298. <navigationController extendedLayoutIncludesOpaqueBars="YES" automaticallyAdjustsScrollViewInsets="NO" id="Cc7-4O-z6Q" sceneMemberID="viewController">
  299. <tabBarItem key="tabBarItem" enabled="NO" title="" image="tabBarPlus" id="vIy-cM-ojV"/>
  300. <toolbarItems/>
  301. <navigationBar key="navigationBar" contentMode="scaleToFill" id="jCU-so-Np6">
  302. <rect key="frame" x="0.0" y="44" width="414" height="44"/>
  303. <autoresizingMask key="autoresizingMask"/>
  304. </navigationBar>
  305. <nil name="viewControllers"/>
  306. </navigationController>
  307. <placeholder placeholderIdentifier="IBFirstResponder" id="ohd-Sv-ssv" userLabel="First Responder" sceneMemberID="firstResponder"/>
  308. </objects>
  309. <point key="canvasLocation" x="7935" y="327"/>
  310. </scene>
  311. <!--More-->
  312. <scene sceneID="4RE-f1-SKU">
  313. <objects>
  314. <navigationController extendedLayoutIncludesOpaqueBars="YES" automaticallyAdjustsScrollViewInsets="NO" id="1Z8-Bx-Dqo" sceneMemberID="viewController">
  315. <tabBarItem key="tabBarItem" title="More" id="U4f-qS-cgh"/>
  316. <toolbarItems/>
  317. <navigationBar key="navigationBar" contentMode="scaleToFill" id="yVo-p8-ApS">
  318. <rect key="frame" x="0.0" y="44" width="414" height="44"/>
  319. <autoresizingMask key="autoresizingMask"/>
  320. </navigationBar>
  321. <nil name="viewControllers"/>
  322. <connections>
  323. <segue destination="amx-XG-NId" kind="show" identifier="segueSettings" id="iJw-qx-dwJ"/>
  324. <segue destination="Gtp-25-3Em" kind="show" identifier="segueTransfers" id="OLL-6n-NHS"/>
  325. <segue destination="7jW-Ey-7M7" kind="show" identifier="segueShares" id="EzC-w0-JAm"/>
  326. <segue destination="WTp-0D-Gpe" kind="show" identifier="segueTrash" id="bPq-YD-SUy"/>
  327. <segue destination="biz-Qc-WHi" kind="show" identifier="segueOffline" id="Pdi-HO-f4O"/>
  328. <segue destination="Frr-j9-xav" kind="relationship" relationship="rootViewController" id="1rp-YB-fT4"/>
  329. <segue destination="2JP-H5-EI3" kind="show" identifier="segueActivity" id="aVb-Aj-gSf"/>
  330. </connections>
  331. </navigationController>
  332. <placeholder placeholderIdentifier="IBFirstResponder" id="D7n-Z1-9wU" userLabel="First Responder" sceneMemberID="firstResponder"/>
  333. </objects>
  334. <point key="canvasLocation" x="9212" y="326"/>
  335. </scene>
  336. <!--NCTrash.storyboard-->
  337. <scene sceneID="361-ZH-Lss">
  338. <objects>
  339. <viewControllerPlaceholder storyboardIdentifier="NCTrash.storyboard" storyboardName="NCTrash" referencedIdentifier="NCTrash.storyboard" id="WTp-0D-Gpe" sceneMemberID="viewController"/>
  340. <placeholder placeholderIdentifier="IBFirstResponder" id="WGZ-c6-AXe" userLabel="First Responder" sceneMemberID="firstResponder"/>
  341. </objects>
  342. <point key="canvasLocation" x="10870" y="228"/>
  343. </scene>
  344. <!--NCOffline.storyboard-->
  345. <scene sceneID="mwv-1V-aJg">
  346. <objects>
  347. <viewControllerPlaceholder storyboardIdentifier="NCOnDevice.storyboard" storyboardName="NCOffline" referencedIdentifier="NCOffline.storyboard" id="biz-Qc-WHi" sceneMemberID="viewController"/>
  348. <placeholder placeholderIdentifier="IBFirstResponder" id="d9n-lT-FK4" userLabel="First Responder" sceneMemberID="firstResponder"/>
  349. </objects>
  350. <point key="canvasLocation" x="10876" y="327"/>
  351. </scene>
  352. <!--NCActivity.storyboard-->
  353. <scene sceneID="NqQ-oK-JeC">
  354. <objects>
  355. <viewControllerPlaceholder storyboardName="NCActivity" referencedIdentifier="NCActivity.storyboard" id="2JP-H5-EI3" sceneMemberID="viewController"/>
  356. <placeholder placeholderIdentifier="IBFirstResponder" id="rXq-Ww-4Zx" userLabel="First Responder" sceneMemberID="firstResponder"/>
  357. </objects>
  358. <point key="canvasLocation" x="10879" y="424"/>
  359. </scene>
  360. <!--Transfers-->
  361. <scene sceneID="UaS-db-kwR">
  362. <objects>
  363. <viewController storyboardIdentifier="CCTransfers" id="Gtp-25-3Em" customClass="CCTransfers" sceneMemberID="viewController">
  364. <view key="view" contentMode="scaleToFill" id="fak-dH-6Vp">
  365. <rect key="frame" x="0.0" y="0.0" width="414" height="842"/>
  366. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  367. <subviews>
  368. <tableView clipsSubviews="YES" contentMode="scaleToFill" fixedFrame="YES" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="44" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="pnc-dQ-cNG">
  369. <rect key="frame" x="0.0" y="0.0" width="414" height="842"/>
  370. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" widthSizable="YES" flexibleMaxX="YES" flexibleMinY="YES" heightSizable="YES" flexibleMaxY="YES"/>
  371. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  372. <connections>
  373. <outlet property="dataSource" destination="Gtp-25-3Em" id="bzo-qN-Odm"/>
  374. <outlet property="delegate" destination="Gtp-25-3Em" id="kun-RC-2pT"/>
  375. </connections>
  376. </tableView>
  377. </subviews>
  378. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  379. <viewLayoutGuide key="safeArea" id="jsN-hz-vF5"/>
  380. </view>
  381. <connections>
  382. <outlet property="tableView" destination="pnc-dQ-cNG" id="YDD-pc-NFL"/>
  383. </connections>
  384. </viewController>
  385. <placeholder placeholderIdentifier="IBFirstResponder" id="zjX-ak-rF5" userLabel="First Responder" sceneMemberID="firstResponder"/>
  386. </objects>
  387. <point key="canvasLocation" x="9847" y="1218"/>
  388. </scene>
  389. <!--Shares-->
  390. <scene sceneID="GFd-66-qSy">
  391. <objects>
  392. <viewController storyboardIdentifier="NCShares" id="7jW-Ey-7M7" customClass="NCShares" sceneMemberID="viewController">
  393. <view key="view" contentMode="scaleToFill" id="y16-gC-0XR">
  394. <rect key="frame" x="0.0" y="0.0" width="414" height="842"/>
  395. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  396. <subviews>
  397. <tableView clipsSubviews="YES" contentMode="scaleToFill" fixedFrame="YES" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="44" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="UXi-wu-3m5">
  398. <rect key="frame" x="0.0" y="0.0" width="414" height="842"/>
  399. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" widthSizable="YES" flexibleMaxX="YES" flexibleMinY="YES" heightSizable="YES" flexibleMaxY="YES"/>
  400. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  401. <connections>
  402. <outlet property="dataSource" destination="7jW-Ey-7M7" id="Dxh-fm-TJt"/>
  403. <outlet property="delegate" destination="7jW-Ey-7M7" id="Bhb-WF-K9M"/>
  404. </connections>
  405. </tableView>
  406. </subviews>
  407. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  408. <viewLayoutGuide key="safeArea" id="2pW-5T-ywS"/>
  409. </view>
  410. <connections>
  411. <outlet property="tableView" destination="UXi-wu-3m5" id="msO-8g-crr"/>
  412. </connections>
  413. </viewController>
  414. <placeholder placeholderIdentifier="IBFirstResponder" id="Z5g-OF-6jh" userLabel="First Responder" sceneMemberID="firstResponder"/>
  415. </objects>
  416. <point key="canvasLocation" x="10484" y="1218"/>
  417. </scene>
  418. <!--Main-->
  419. <scene sceneID="tgH-1R-Pha">
  420. <objects>
  421. <viewController storyboardIdentifier="CCMain" id="Qyv-Eo-LeA" customClass="CCMain" sceneMemberID="viewController">
  422. <view key="view" contentMode="scaleToFill" id="QRE-ju-M4I">
  423. <rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
  424. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  425. <subviews>
  426. <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" showsHorizontalScrollIndicator="NO" showsVerticalScrollIndicator="NO" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="44" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="dC6-NQ-0Td">
  427. <rect key="frame" x="0.0" y="88" width="414" height="725"/>
  428. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  429. <connections>
  430. <outlet property="dataSource" destination="Qyv-Eo-LeA" id="8v3-Et-JVZ"/>
  431. <outlet property="delegate" destination="Qyv-Eo-LeA" id="CeL-Eu-Cur"/>
  432. </connections>
  433. </tableView>
  434. </subviews>
  435. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  436. <constraints>
  437. <constraint firstItem="dC6-NQ-0Td" firstAttribute="leading" secondItem="Sqy-z1-MI5" secondAttribute="leading" id="AAp-Xf-P1c"/>
  438. <constraint firstItem="Sqy-z1-MI5" firstAttribute="trailing" secondItem="dC6-NQ-0Td" secondAttribute="trailing" id="DBL-Bo-AUz"/>
  439. <constraint firstItem="dC6-NQ-0Td" firstAttribute="top" secondItem="Sqy-z1-MI5" secondAttribute="top" id="Vez-ja-4Jl"/>
  440. <constraint firstItem="Sqy-z1-MI5" firstAttribute="bottom" secondItem="dC6-NQ-0Td" secondAttribute="bottom" id="d6p-eB-e8X"/>
  441. </constraints>
  442. <viewLayoutGuide key="safeArea" id="Sqy-z1-MI5"/>
  443. </view>
  444. <navigationItem key="navigationItem" id="2BC-Vb-dXh"/>
  445. <connections>
  446. <outlet property="tableView" destination="dC6-NQ-0Td" id="hew-Gn-bWh"/>
  447. <segue destination="mtc-lf-PRo" kind="showDetail" identifier="segueDetail" id="2Qm-A6-CfB"/>
  448. </connections>
  449. </viewController>
  450. <placeholder placeholderIdentifier="IBFirstResponder" id="stJ-Yx-rVh" userLabel="First Responder" sceneMemberID="firstResponder"/>
  451. </objects>
  452. <point key="canvasLocation" x="5213.04347826087" y="1216.7410714285713"/>
  453. </scene>
  454. <!--More-->
  455. <scene sceneID="50a-pn-1yx">
  456. <objects>
  457. <viewController id="Frr-j9-xav" customClass="CCMore" customModule="Nextcloud" customModuleProvider="target" sceneMemberID="viewController">
  458. <view key="view" contentMode="scaleToFill" id="hLP-ql-OiA">
  459. <rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
  460. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  461. <subviews>
  462. <imageView userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="qW6-AL-KO3">
  463. <rect key="frame" x="0.0" y="88" width="414" height="100"/>
  464. <constraints>
  465. <constraint firstAttribute="height" constant="100" id="GJt-sN-4QE"/>
  466. </constraints>
  467. </imageView>
  468. <imageView userInteractionEnabled="NO" contentMode="center" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="disclosureIndicator" translatesAutoresizingMaskIntoConstraints="NO" id="Lgd-72-bTD">
  469. <rect key="frame" x="381" y="125" width="24" height="26"/>
  470. <constraints>
  471. <constraint firstAttribute="height" constant="26" id="9SQ-KV-aJa"/>
  472. <constraint firstAttribute="width" constant="24" id="KBe-Dy-an6"/>
  473. </constraints>
  474. </imageView>
  475. <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="grouped" rowHeight="50" sectionHeaderHeight="1" sectionFooterHeight="1" translatesAutoresizingMaskIntoConstraints="NO" id="aKC-5k-tLM">
  476. <rect key="frame" x="0.0" y="188" width="414" height="573"/>
  477. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  478. <prototypes>
  479. <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" reuseIdentifier="Cell" rowHeight="50" id="V1G-2M-Q0I" customClass="CCCellMore" customModule="Nextcloud" customModuleProvider="target">
  480. <rect key="frame" x="0.0" y="55.5" width="414" height="50"/>
  481. <autoresizingMask key="autoresizingMask"/>
  482. <tableViewCellContentView key="contentView" multipleTouchEnabled="YES" contentMode="center" tableViewCell="V1G-2M-Q0I" id="mMB-QG-hoe">
  483. <rect key="frame" x="0.0" y="0.0" width="414" height="50"/>
  484. <autoresizingMask key="autoresizingMask"/>
  485. <subviews>
  486. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="6dd-uC-EQT">
  487. <rect key="frame" x="20" y="10" width="30" height="30"/>
  488. <constraints>
  489. <constraint firstAttribute="width" constant="30" id="Jg6-vD-zNJ"/>
  490. <constraint firstAttribute="height" constant="30" id="KbT-nO-u8E"/>
  491. </constraints>
  492. </imageView>
  493. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Jgw-HO-Z7g">
  494. <rect key="frame" x="68" y="15" width="326" height="20"/>
  495. <fontDescription key="fontDescription" type="system" pointSize="16"/>
  496. <nil key="textColor"/>
  497. <nil key="highlightedColor"/>
  498. </label>
  499. </subviews>
  500. <constraints>
  501. <constraint firstItem="6dd-uC-EQT" firstAttribute="centerY" secondItem="mMB-QG-hoe" secondAttribute="centerY" id="NPR-w8-iBl"/>
  502. <constraint firstItem="Jgw-HO-Z7g" firstAttribute="centerY" secondItem="mMB-QG-hoe" secondAttribute="centerY" id="a99-4Z-U3l"/>
  503. <constraint firstAttribute="leadingMargin" secondItem="6dd-uC-EQT" secondAttribute="leading" id="gvy-5o-Tjj"/>
  504. <constraint firstItem="Jgw-HO-Z7g" firstAttribute="leading" secondItem="mMB-QG-hoe" secondAttribute="leadingMargin" constant="48" id="p2C-hH-tlI"/>
  505. <constraint firstAttribute="trailingMargin" secondItem="Jgw-HO-Z7g" secondAttribute="trailing" id="txS-1N-OyJ"/>
  506. </constraints>
  507. </tableViewCellContentView>
  508. <connections>
  509. <outlet property="imageIcon" destination="6dd-uC-EQT" id="qA4-nr-Bhn"/>
  510. <outlet property="labelText" destination="Jgw-HO-Z7g" id="a6C-Zj-NIz"/>
  511. </connections>
  512. </tableViewCell>
  513. </prototypes>
  514. <connections>
  515. <outlet property="dataSource" destination="Frr-j9-xav" id="Gw2-Sg-BAb"/>
  516. <outlet property="delegate" destination="Frr-j9-xav" id="46E-kI-GUB"/>
  517. </connections>
  518. </tableView>
  519. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="avatar" translatesAutoresizingMaskIntoConstraints="NO" id="oJg-wO-2iv" customClass="NCAvatar" customModule="Nextcloud" customModuleProvider="target">
  520. <rect key="frame" x="15" y="113" width="50" height="50"/>
  521. <constraints>
  522. <constraint firstAttribute="width" constant="50" id="moA-ZW-N2y"/>
  523. <constraint firstAttribute="height" constant="50" id="nQ1-8m-5h7"/>
  524. </constraints>
  525. <userDefinedRuntimeAttributes>
  526. <userDefinedRuntimeAttribute type="number" keyPath="borderWidth">
  527. <real key="value" value="1"/>
  528. </userDefinedRuntimeAttribute>
  529. <userDefinedRuntimeAttribute type="color" keyPath="borderColor">
  530. <color key="value" white="1" alpha="1" colorSpace="calibratedWhite"/>
  531. </userDefinedRuntimeAttribute>
  532. </userDefinedRuntimeAttributes>
  533. </imageView>
  534. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="username" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="aqE-Wq-B1A">
  535. <rect key="frame" x="78" y="128" width="78" height="20"/>
  536. <fontDescription key="fontDescription" type="boldSystem" pointSize="16"/>
  537. <color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  538. <nil key="highlightedColor"/>
  539. </label>
  540. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="J2k-UZ-XQQ" userLabel="View Quota">
  541. <rect key="frame" x="0.0" y="761" width="414" height="52"/>
  542. <subviews>
  543. <progressView opaque="NO" contentMode="scaleToFill" verticalHuggingPriority="750" progress="0.5" translatesAutoresizingMaskIntoConstraints="NO" id="uGf-Fa-QQ3">
  544. <rect key="frame" x="35" y="25" width="344" height="2"/>
  545. </progressView>
  546. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="DAP-np-Q1J">
  547. <rect key="frame" x="35" y="2" width="344" height="20"/>
  548. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  549. <constraints>
  550. <constraint firstAttribute="height" constant="20" id="o78-Yq-dPq"/>
  551. </constraints>
  552. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  553. <color key="textColor" white="0.66666666669999997" alpha="1" colorSpace="calibratedWhite"/>
  554. <nil key="highlightedColor"/>
  555. </label>
  556. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="vfl-ZC-XFd">
  557. <rect key="frame" x="35" y="29" width="344" height="20"/>
  558. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  559. <constraints>
  560. <constraint firstAttribute="height" constant="20" id="B11-kS-b2d"/>
  561. </constraints>
  562. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  563. <color key="textColor" white="0.66666666669999997" alpha="1" colorSpace="calibratedWhite"/>
  564. <nil key="highlightedColor"/>
  565. </label>
  566. </subviews>
  567. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  568. <constraints>
  569. <constraint firstAttribute="height" constant="52" id="Cch-sg-vfH"/>
  570. <constraint firstItem="uGf-Fa-QQ3" firstAttribute="top" secondItem="DAP-np-Q1J" secondAttribute="bottom" constant="3" id="DmS-I9-ex2"/>
  571. <constraint firstItem="vfl-ZC-XFd" firstAttribute="leading" secondItem="J2k-UZ-XQQ" secondAttribute="leading" constant="35" id="F1b-zE-5hN"/>
  572. <constraint firstAttribute="trailing" secondItem="DAP-np-Q1J" secondAttribute="trailing" constant="35" id="KIR-Gg-7ty"/>
  573. <constraint firstItem="DAP-np-Q1J" firstAttribute="leading" secondItem="J2k-UZ-XQQ" secondAttribute="leading" constant="35" id="MWW-b2-p9J"/>
  574. <constraint firstAttribute="bottom" secondItem="vfl-ZC-XFd" secondAttribute="bottom" constant="3" id="O6C-Z4-Byy"/>
  575. <constraint firstItem="uGf-Fa-QQ3" firstAttribute="centerY" secondItem="J2k-UZ-XQQ" secondAttribute="centerY" id="T02-Yc-ehz"/>
  576. <constraint firstItem="DAP-np-Q1J" firstAttribute="top" secondItem="J2k-UZ-XQQ" secondAttribute="top" constant="2" id="jKE-pS-hcH"/>
  577. <constraint firstAttribute="trailing" secondItem="vfl-ZC-XFd" secondAttribute="trailing" constant="35" id="q1x-Mf-7lg"/>
  578. <constraint firstItem="vfl-ZC-XFd" firstAttribute="top" secondItem="uGf-Fa-QQ3" secondAttribute="bottom" constant="2" id="r90-Jw-MOK"/>
  579. <constraint firstAttribute="trailing" secondItem="uGf-Fa-QQ3" secondAttribute="trailing" constant="35" id="toK-Xd-ifL"/>
  580. <constraint firstItem="uGf-Fa-QQ3" firstAttribute="leading" secondItem="J2k-UZ-XQQ" secondAttribute="leading" constant="35" id="w2K-Il-yFz"/>
  581. </constraints>
  582. </view>
  583. </subviews>
  584. <constraints>
  585. <constraint firstItem="aKC-5k-tLM" firstAttribute="trailing" secondItem="hLP-ql-OiA" secondAttribute="trailing" id="09d-e0-Lbe"/>
  586. <constraint firstItem="Lgd-72-bTD" firstAttribute="centerY" secondItem="oJg-wO-2iv" secondAttribute="centerY" id="Aiq-NC-J8Z"/>
  587. <constraint firstItem="oJg-wO-2iv" firstAttribute="centerY" secondItem="qW6-AL-KO3" secondAttribute="centerY" id="HRF-rA-WKN"/>
  588. <constraint firstItem="qW6-AL-KO3" firstAttribute="trailing" secondItem="hLP-ql-OiA" secondAttribute="trailing" id="IHF-zg-7RG"/>
  589. <constraint firstItem="qW6-AL-KO3" firstAttribute="leading" secondItem="hLP-ql-OiA" secondAttribute="leading" id="Nyf-TZ-gLf"/>
  590. <constraint firstItem="aKC-5k-tLM" firstAttribute="leading" secondItem="hLP-ql-OiA" secondAttribute="leading" id="VDo-ak-TEq"/>
  591. <constraint firstItem="2rd-9k-q51" firstAttribute="bottom" secondItem="J2k-UZ-XQQ" secondAttribute="bottom" id="bRS-IM-13l"/>
  592. <constraint firstItem="aqE-Wq-B1A" firstAttribute="centerY" secondItem="oJg-wO-2iv" secondAttribute="centerY" id="dJY-KW-vIJ"/>
  593. <constraint firstItem="aqE-Wq-B1A" firstAttribute="leading" secondItem="oJg-wO-2iv" secondAttribute="trailing" constant="13" id="fPO-DW-Ccp"/>
  594. <constraint firstAttribute="trailingMargin" secondItem="Lgd-72-bTD" secondAttribute="trailing" constant="-11" id="gS9-A6-G0U"/>
  595. <constraint firstItem="aKC-5k-tLM" firstAttribute="top" secondItem="2rd-9k-q51" secondAttribute="top" constant="100" id="hWq-1x-oDU"/>
  596. <constraint firstItem="J2k-UZ-XQQ" firstAttribute="trailing" secondItem="hLP-ql-OiA" secondAttribute="trailing" id="i8w-Kx-CNe"/>
  597. <constraint firstItem="J2k-UZ-XQQ" firstAttribute="leading" secondItem="hLP-ql-OiA" secondAttribute="leading" id="j44-Hn-Qa3"/>
  598. <constraint firstItem="qW6-AL-KO3" firstAttribute="top" secondItem="hLP-ql-OiA" secondAttribute="topMargin" id="lp3-X7-9wg"/>
  599. <constraint firstItem="qW6-AL-KO3" firstAttribute="leading" secondItem="oJg-wO-2iv" secondAttribute="trailing" constant="-65" id="qCO-yk-KNN"/>
  600. <constraint firstItem="J2k-UZ-XQQ" firstAttribute="top" secondItem="aKC-5k-tLM" secondAttribute="bottom" id="zy7-iS-wLE"/>
  601. </constraints>
  602. <viewLayoutGuide key="safeArea" id="2rd-9k-q51"/>
  603. </view>
  604. <navigationItem key="navigationItem" id="UOD-r3-Kgi"/>
  605. <connections>
  606. <outlet property="disclosureIndicator" destination="Lgd-72-bTD" id="nUk-W9-H48"/>
  607. <outlet property="labelQuota" destination="DAP-np-Q1J" id="d1L-oC-pxP"/>
  608. <outlet property="labelQuotaExternalSite" destination="vfl-ZC-XFd" id="Zdx-nY-00O"/>
  609. <outlet property="labelUsername" destination="aqE-Wq-B1A" id="UMl-sE-W5x"/>
  610. <outlet property="progressQuota" destination="uGf-Fa-QQ3" id="cAN-mW-Ckd"/>
  611. <outlet property="tableView" destination="aKC-5k-tLM" id="XrN-XG-w8l"/>
  612. <outlet property="themingAvatar" destination="oJg-wO-2iv" id="Z0Z-Jb-3eG"/>
  613. <outlet property="themingBackground" destination="qW6-AL-KO3" id="JAV-fL-ZXh"/>
  614. <outlet property="viewQuota" destination="J2k-UZ-XQQ" id="I2M-eR-p56"/>
  615. </connections>
  616. </viewController>
  617. <placeholder placeholderIdentifier="IBFirstResponder" id="aLH-sy-tiz" userLabel="First Responder" sceneMemberID="firstResponder"/>
  618. </objects>
  619. <point key="canvasLocation" x="9212" y="1216.9950738916257"/>
  620. </scene>
  621. </scenes>
  622. <resources>
  623. <image name="avatar" width="25" height="25"/>
  624. <image name="disclosureIndicator" width="26" height="28"/>
  625. <image name="logo" width="223" height="157.5"/>
  626. <image name="tabBarPlus" width="80" height="80"/>
  627. </resources>
  628. <inferredMetricsTieBreakers>
  629. <segue reference="2Qm-A6-CfB"/>
  630. </inferredMetricsTieBreakers>
  631. </document>