Main.storyboard 50 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="16097" 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="16087"/>
  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 View Controller-->
  12. <scene sceneID="B1o-fj-nYn">
  13. <objects>
  14. <splitViewController id="4IE-mo-rkp" customClass="NCSplitViewController" customModule="Nextcloud" customModuleProvider="target" 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="k86-ao-8mQ" kind="relationship" relationship="masterViewController" id="JcJ-dS-r1m"/>
  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 extendedLayoutIncludesOpaqueBars="YES" 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" bottom="YES"/>
  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 extendedLayoutIncludesOpaqueBars="YES" 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" bottom="YES"/>
  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 extendedLayoutIncludesOpaqueBars="YES" automaticallyAdjustsScrollViewInsets="NO" id="eZl-ut-xpC" sceneMemberID="viewController">
  116. <extendedEdge key="edgesForExtendedLayout" bottom="YES"/>
  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 extendedLayoutIncludesOpaqueBars="YES" 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" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  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 View Controller-->
  157. <scene sceneID="zJM-E9-jgK">
  158. <objects>
  159. <viewController storyboardIdentifier="CCDetailVC" extendedLayoutIncludesOpaqueBars="YES" id="zg6-hy-EbU" customClass="NCDetailViewController" customModule="Nextcloud" customModuleProvider="target" 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 tag="999" contentMode="center" horizontalHuggingPriority="251" verticalHuggingPriority="251" preservesSuperviewLayoutMargins="YES" image="logo" translatesAutoresizingMaskIntoConstraints="NO" id="zlU-MP-ZVs">
  165. <rect key="frame" x="0.0" y="88" width="414" height="808"/>
  166. </imageView>
  167. </subviews>
  168. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  169. <constraints>
  170. <constraint firstAttribute="trailing" secondItem="zlU-MP-ZVs" secondAttribute="trailing" id="GuY-bH-GIn"/>
  171. <constraint firstAttribute="bottom" secondItem="zlU-MP-ZVs" secondAttribute="bottom" id="hvN-HY-D9V"/>
  172. <constraint firstItem="zlU-MP-ZVs" firstAttribute="leading" secondItem="3ph-Od-2hO" secondAttribute="leading" id="sVy-C6-hu1"/>
  173. <constraint firstItem="zlU-MP-ZVs" firstAttribute="top" secondItem="3ph-Od-2hO" secondAttribute="top" id="tUS-Af-SE7"/>
  174. </constraints>
  175. <viewLayoutGuide key="safeArea" id="3ph-Od-2hO"/>
  176. </view>
  177. <navigationItem key="navigationItem" id="cJm-UN-Dvj" userLabel="Detail"/>
  178. <connections>
  179. <outlet property="backgroundView" destination="zlU-MP-ZVs" id="yVd-Vz-gsJ"/>
  180. </connections>
  181. </viewController>
  182. <placeholder placeholderIdentifier="IBFirstResponder" id="IJ0-oL-QKv" userLabel="First Responder" sceneMemberID="firstResponder"/>
  183. </objects>
  184. <point key="canvasLocation" x="5749.275362318841" y="2406.6964285714284"/>
  185. </scene>
  186. <!--Detail Navigation Controller-->
  187. <scene sceneID="Xur-XN-mjy">
  188. <objects>
  189. <navigationController storyboardIdentifier="CCDetailNC" extendedLayoutIncludesOpaqueBars="YES" automaticallyAdjustsScrollViewInsets="NO" id="mtc-lf-PRo" customClass="NCDetailNavigationController" customModule="Nextcloud" customModuleProvider="target" sceneMemberID="viewController">
  190. <toolbarItems/>
  191. <navigationBar key="navigationBar" contentMode="scaleToFill" id="vxw-dW-rgx">
  192. <rect key="frame" x="0.0" y="44" width="414" height="44"/>
  193. <autoresizingMask key="autoresizingMask"/>
  194. </navigationBar>
  195. <nil name="viewControllers"/>
  196. <connections>
  197. <segue destination="zg6-hy-EbU" kind="relationship" relationship="rootViewController" id="qIX-Hw-L2i"/>
  198. </connections>
  199. </navigationController>
  200. <placeholder placeholderIdentifier="IBFirstResponder" id="1l7-Aj-XxZ" userLabel="First Responder" sceneMemberID="firstResponder"/>
  201. </objects>
  202. <point key="canvasLocation" x="4546" y="2407"/>
  203. </scene>
  204. <!--File-->
  205. <scene sceneID="dMv-43-hWy">
  206. <objects>
  207. <navigationController extendedLayoutIncludesOpaqueBars="YES" automaticallyAdjustsScrollViewInsets="NO" id="bSZ-tE-FEj" sceneMemberID="viewController">
  208. <tabBarItem key="tabBarItem" title="File" id="Zxv-aS-HGF"/>
  209. <toolbarItems/>
  210. <navigationBar key="navigationBar" contentMode="scaleToFill" translucent="NO" largeTitles="YES" id="cj6-rT-wnB">
  211. <rect key="frame" x="0.0" y="44" width="414" height="96"/>
  212. <autoresizingMask key="autoresizingMask"/>
  213. </navigationBar>
  214. <nil name="viewControllers"/>
  215. <connections>
  216. <segue destination="Qyv-Eo-LeA" kind="relationship" relationship="rootViewController" id="Y3c-wh-B5R"/>
  217. </connections>
  218. </navigationController>
  219. <placeholder placeholderIdentifier="IBFirstResponder" id="k95-tV-JJx" userLabel="First Responder" sceneMemberID="firstResponder"/>
  220. </objects>
  221. <point key="canvasLocation" x="5215" y="327"/>
  222. </scene>
  223. <!--Favorites-->
  224. <scene sceneID="YSr-JF-a0V">
  225. <objects>
  226. <navigationController extendedLayoutIncludesOpaqueBars="YES" automaticallyAdjustsScrollViewInsets="NO" id="hwM-4d-Afb" sceneMemberID="viewController">
  227. <tabBarItem key="tabBarItem" title="Favorites" id="o09-67-hwf"/>
  228. <toolbarItems/>
  229. <navigationBar key="navigationBar" contentMode="scaleToFill" id="MJw-Bn-5le">
  230. <rect key="frame" x="0.0" y="44" width="414" height="44"/>
  231. <autoresizingMask key="autoresizingMask"/>
  232. </navigationBar>
  233. <nil name="viewControllers"/>
  234. <connections>
  235. <segue destination="6uw-SF-2Qu" kind="relationship" relationship="rootViewController" id="CFg-zI-VEB"/>
  236. </connections>
  237. </navigationController>
  238. <placeholder placeholderIdentifier="IBFirstResponder" id="NME-vT-pfd" userLabel="First Responder" sceneMemberID="firstResponder"/>
  239. </objects>
  240. <point key="canvasLocation" x="5857" y="327"/>
  241. </scene>
  242. <!--Favorites-->
  243. <scene sceneID="33n-4d-goO">
  244. <objects>
  245. <viewController storyboardIdentifier="CCFavorites" id="6uw-SF-2Qu" customClass="CCFavorites" sceneMemberID="viewController">
  246. <view key="view" contentMode="scaleToFill" id="o6l-1S-6dH">
  247. <rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
  248. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  249. <subviews>
  250. <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">
  251. <rect key="frame" x="0.0" y="88" width="414" height="760"/>
  252. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  253. <connections>
  254. <outlet property="dataSource" destination="6uw-SF-2Qu" id="65P-9j-K6G"/>
  255. <outlet property="delegate" destination="6uw-SF-2Qu" id="jGP-Hq-vWN"/>
  256. </connections>
  257. </tableView>
  258. </subviews>
  259. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  260. <constraints>
  261. <constraint firstItem="Zpq-f2-Hyz" firstAttribute="trailing" secondItem="Pes-cJ-S4N" secondAttribute="trailing" id="2Ub-e5-Zy5"/>
  262. <constraint firstItem="Zpq-f2-Hyz" firstAttribute="bottom" secondItem="Pes-cJ-S4N" secondAttribute="bottom" constant="-35" id="7Ae-ij-d61"/>
  263. <constraint firstItem="Pes-cJ-S4N" firstAttribute="top" secondItem="Zpq-f2-Hyz" secondAttribute="top" id="fiN-Qd-fKD"/>
  264. <constraint firstItem="Pes-cJ-S4N" firstAttribute="leading" secondItem="Zpq-f2-Hyz" secondAttribute="leading" id="xJk-eT-GLY"/>
  265. </constraints>
  266. <viewLayoutGuide key="safeArea" id="Zpq-f2-Hyz"/>
  267. </view>
  268. <navigationItem key="navigationItem" id="udr-5M-kHz"/>
  269. <connections>
  270. <outlet property="tableView" destination="Pes-cJ-S4N" id="Fxj-3r-MCL"/>
  271. <segue destination="mtc-lf-PRo" kind="showDetail" identifier="segueDetail" id="45n-bF-9RO"/>
  272. </connections>
  273. </viewController>
  274. <placeholder placeholderIdentifier="IBFirstResponder" id="d5y-uw-vht" userLabel="First Responder" sceneMemberID="firstResponder"/>
  275. </objects>
  276. <point key="canvasLocation" x="5856.521739130435" y="1217.4107142857142"/>
  277. </scene>
  278. <!--Media-->
  279. <scene sceneID="IuY-Iu-oAm">
  280. <objects>
  281. <navigationController extendedLayoutIncludesOpaqueBars="YES" automaticallyAdjustsScrollViewInsets="NO" id="Npr-vu-PSD" userLabel="Media" sceneMemberID="viewController">
  282. <tabBarItem key="tabBarItem" title="Media" id="5cw-bP-7It"/>
  283. <toolbarItems/>
  284. <navigationBar key="navigationBar" contentMode="scaleToFill" id="ixg-Pw-TNO">
  285. <rect key="frame" x="0.0" y="44" width="414" height="44"/>
  286. <autoresizingMask key="autoresizingMask"/>
  287. </navigationBar>
  288. <nil name="viewControllers"/>
  289. <connections>
  290. <segue destination="kO6-hz-Gsq" kind="relationship" relationship="rootViewController" id="9zw-1n-Dhk"/>
  291. </connections>
  292. </navigationController>
  293. <placeholder placeholderIdentifier="IBFirstResponder" id="cZf-pk-3Bd" userLabel="First Responder" sceneMemberID="firstResponder"/>
  294. </objects>
  295. <point key="canvasLocation" x="8572" y="327"/>
  296. </scene>
  297. <!--Navigation Controller-->
  298. <scene sceneID="cip-AF-Ks2">
  299. <objects>
  300. <navigationController extendedLayoutIncludesOpaqueBars="YES" automaticallyAdjustsScrollViewInsets="NO" id="Cc7-4O-z6Q" sceneMemberID="viewController">
  301. <tabBarItem key="tabBarItem" enabled="NO" title="" image="tabBarPlus" id="vIy-cM-ojV"/>
  302. <toolbarItems/>
  303. <navigationBar key="navigationBar" contentMode="scaleToFill" id="jCU-so-Np6">
  304. <rect key="frame" x="0.0" y="44" width="414" height="44"/>
  305. <autoresizingMask key="autoresizingMask"/>
  306. </navigationBar>
  307. <nil name="viewControllers"/>
  308. </navigationController>
  309. <placeholder placeholderIdentifier="IBFirstResponder" id="ohd-Sv-ssv" userLabel="First Responder" sceneMemberID="firstResponder"/>
  310. </objects>
  311. <point key="canvasLocation" x="7935" y="327"/>
  312. </scene>
  313. <!--More-->
  314. <scene sceneID="4RE-f1-SKU">
  315. <objects>
  316. <navigationController extendedLayoutIncludesOpaqueBars="YES" automaticallyAdjustsScrollViewInsets="NO" id="1Z8-Bx-Dqo" sceneMemberID="viewController">
  317. <tabBarItem key="tabBarItem" title="More" id="U4f-qS-cgh"/>
  318. <toolbarItems/>
  319. <navigationBar key="navigationBar" contentMode="scaleToFill" id="yVo-p8-ApS">
  320. <rect key="frame" x="0.0" y="44" width="414" height="44"/>
  321. <autoresizingMask key="autoresizingMask"/>
  322. </navigationBar>
  323. <nil name="viewControllers"/>
  324. <connections>
  325. <segue destination="amx-XG-NId" kind="show" identifier="segueSettings" id="iJw-qx-dwJ"/>
  326. <segue destination="Gtp-25-3Em" kind="show" identifier="segueTransfers" id="OLL-6n-NHS"/>
  327. <segue destination="7jW-Ey-7M7" kind="show" identifier="segueShares" id="EzC-w0-JAm"/>
  328. <segue destination="WTp-0D-Gpe" kind="show" identifier="segueTrash" id="bPq-YD-SUy"/>
  329. <segue destination="biz-Qc-WHi" kind="show" identifier="segueOffline" id="Pdi-HO-f4O"/>
  330. <segue destination="Frr-j9-xav" kind="relationship" relationship="rootViewController" id="1rp-YB-fT4"/>
  331. <segue destination="2JP-H5-EI3" kind="show" identifier="segueActivity" id="aVb-Aj-gSf"/>
  332. <segue destination="yit-8P-Oea" kind="show" identifier="segueNotification" id="JSA-8l-ixD"/>
  333. </connections>
  334. </navigationController>
  335. <placeholder placeholderIdentifier="IBFirstResponder" id="D7n-Z1-9wU" userLabel="First Responder" sceneMemberID="firstResponder"/>
  336. </objects>
  337. <point key="canvasLocation" x="9212" y="326"/>
  338. </scene>
  339. <!--NCTrash.storyboard-->
  340. <scene sceneID="361-ZH-Lss">
  341. <objects>
  342. <viewControllerPlaceholder storyboardIdentifier="NCTrash.storyboard" storyboardName="NCTrash" referencedIdentifier="NCTrash.storyboard" id="WTp-0D-Gpe" sceneMemberID="viewController">
  343. <navigationItem key="navigationItem" id="mjj-Fc-L6W"/>
  344. </viewControllerPlaceholder>
  345. <placeholder placeholderIdentifier="IBFirstResponder" id="WGZ-c6-AXe" userLabel="First Responder" sceneMemberID="firstResponder"/>
  346. </objects>
  347. <point key="canvasLocation" x="10870" y="228"/>
  348. </scene>
  349. <!--NCOffline.storyboard-->
  350. <scene sceneID="mwv-1V-aJg">
  351. <objects>
  352. <viewControllerPlaceholder storyboardIdentifier="NCOnDevice.storyboard" storyboardName="NCOffline" referencedIdentifier="NCOffline.storyboard" id="biz-Qc-WHi" sceneMemberID="viewController">
  353. <navigationItem key="navigationItem" id="rfB-6v-cRv"/>
  354. </viewControllerPlaceholder>
  355. <placeholder placeholderIdentifier="IBFirstResponder" id="d9n-lT-FK4" userLabel="First Responder" sceneMemberID="firstResponder"/>
  356. </objects>
  357. <point key="canvasLocation" x="10876" y="327"/>
  358. </scene>
  359. <!--NCActivity.storyboard-->
  360. <scene sceneID="NqQ-oK-JeC">
  361. <objects>
  362. <viewControllerPlaceholder storyboardName="NCActivity" referencedIdentifier="NCActivity.storyboard" id="2JP-H5-EI3" sceneMemberID="viewController">
  363. <navigationItem key="navigationItem" id="2tm-Tj-UzB"/>
  364. </viewControllerPlaceholder>
  365. <placeholder placeholderIdentifier="IBFirstResponder" id="rXq-Ww-4Zx" userLabel="First Responder" sceneMemberID="firstResponder"/>
  366. </objects>
  367. <point key="canvasLocation" x="10878" y="425"/>
  368. </scene>
  369. <!--NCNotification.storyboard-->
  370. <scene sceneID="1sy-aN-34T">
  371. <objects>
  372. <viewControllerPlaceholder storyboardName="NCNotification" referencedIdentifier="NCNotification.storyboard" id="yit-8P-Oea" sceneMemberID="viewController">
  373. <navigationItem key="navigationItem" id="avL-mw-LlT"/>
  374. </viewControllerPlaceholder>
  375. <placeholder placeholderIdentifier="IBFirstResponder" id="EoH-78-6Yh" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
  376. </objects>
  377. <point key="canvasLocation" x="10896" y="516"/>
  378. </scene>
  379. <!--Transfers-->
  380. <scene sceneID="UaS-db-kwR">
  381. <objects>
  382. <viewController storyboardIdentifier="CCTransfers" extendedLayoutIncludesOpaqueBars="YES" id="Gtp-25-3Em" customClass="CCTransfers" sceneMemberID="viewController">
  383. <view key="view" contentMode="scaleToFill" id="fak-dH-6Vp">
  384. <rect key="frame" x="0.0" y="0.0" width="414" height="842"/>
  385. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  386. <subviews>
  387. <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">
  388. <rect key="frame" x="0.0" y="0.0" width="414" height="842"/>
  389. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" widthSizable="YES" flexibleMaxX="YES" flexibleMinY="YES" heightSizable="YES" flexibleMaxY="YES"/>
  390. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  391. <connections>
  392. <outlet property="dataSource" destination="Gtp-25-3Em" id="bzo-qN-Odm"/>
  393. <outlet property="delegate" destination="Gtp-25-3Em" id="kun-RC-2pT"/>
  394. </connections>
  395. </tableView>
  396. </subviews>
  397. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  398. <viewLayoutGuide key="safeArea" id="jsN-hz-vF5"/>
  399. </view>
  400. <navigationItem key="navigationItem" id="aV2-3j-vnZ"/>
  401. <connections>
  402. <outlet property="tableView" destination="pnc-dQ-cNG" id="YDD-pc-NFL"/>
  403. </connections>
  404. </viewController>
  405. <placeholder placeholderIdentifier="IBFirstResponder" id="zjX-ak-rF5" userLabel="First Responder" sceneMemberID="firstResponder"/>
  406. </objects>
  407. <point key="canvasLocation" x="9847" y="1218"/>
  408. </scene>
  409. <!--Shares-->
  410. <scene sceneID="GFd-66-qSy">
  411. <objects>
  412. <viewController storyboardIdentifier="NCShares" extendedLayoutIncludesOpaqueBars="YES" id="7jW-Ey-7M7" customClass="NCShares" sceneMemberID="viewController">
  413. <view key="view" contentMode="scaleToFill" id="y16-gC-0XR">
  414. <rect key="frame" x="0.0" y="0.0" width="414" height="842"/>
  415. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  416. <subviews>
  417. <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">
  418. <rect key="frame" x="0.0" y="0.0" width="414" height="842"/>
  419. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" widthSizable="YES" flexibleMaxX="YES" flexibleMinY="YES" heightSizable="YES" flexibleMaxY="YES"/>
  420. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  421. <connections>
  422. <outlet property="dataSource" destination="7jW-Ey-7M7" id="Dxh-fm-TJt"/>
  423. <outlet property="delegate" destination="7jW-Ey-7M7" id="Bhb-WF-K9M"/>
  424. </connections>
  425. </tableView>
  426. </subviews>
  427. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  428. <viewLayoutGuide key="safeArea" id="2pW-5T-ywS"/>
  429. </view>
  430. <navigationItem key="navigationItem" id="Xn3-AA-DIm"/>
  431. <connections>
  432. <outlet property="tableView" destination="UXi-wu-3m5" id="msO-8g-crr"/>
  433. </connections>
  434. </viewController>
  435. <placeholder placeholderIdentifier="IBFirstResponder" id="Z5g-OF-6jh" userLabel="First Responder" sceneMemberID="firstResponder"/>
  436. </objects>
  437. <point key="canvasLocation" x="10484" y="1218"/>
  438. </scene>
  439. <!--Main-->
  440. <scene sceneID="tgH-1R-Pha">
  441. <objects>
  442. <viewController storyboardIdentifier="CCMain" extendedLayoutIncludesOpaqueBars="YES" id="Qyv-Eo-LeA" customClass="CCMain" sceneMemberID="viewController">
  443. <view key="view" contentMode="scaleToFill" id="QRE-ju-M4I">
  444. <rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
  445. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  446. <subviews>
  447. <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">
  448. <rect key="frame" x="0.0" y="140" width="414" height="708"/>
  449. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  450. <connections>
  451. <outlet property="dataSource" destination="Qyv-Eo-LeA" id="8v3-Et-JVZ"/>
  452. <outlet property="delegate" destination="Qyv-Eo-LeA" id="CeL-Eu-Cur"/>
  453. </connections>
  454. </tableView>
  455. </subviews>
  456. <constraints>
  457. <constraint firstItem="dC6-NQ-0Td" firstAttribute="leading" secondItem="Sqy-z1-MI5" secondAttribute="leading" id="AAp-Xf-P1c"/>
  458. <constraint firstItem="dC6-NQ-0Td" firstAttribute="top" secondItem="Sqy-z1-MI5" secondAttribute="top" id="BrC-GS-MSF"/>
  459. <constraint firstItem="Sqy-z1-MI5" firstAttribute="trailing" secondItem="dC6-NQ-0Td" secondAttribute="trailing" id="DBL-Bo-AUz"/>
  460. <constraint firstItem="Sqy-z1-MI5" firstAttribute="bottom" secondItem="dC6-NQ-0Td" secondAttribute="bottom" constant="-35" id="d6p-eB-e8X"/>
  461. </constraints>
  462. <viewLayoutGuide key="safeArea" id="Sqy-z1-MI5"/>
  463. </view>
  464. <navigationItem key="navigationItem" largeTitleDisplayMode="always" id="2BC-Vb-dXh"/>
  465. <connections>
  466. <outlet property="tableView" destination="dC6-NQ-0Td" id="hew-Gn-bWh"/>
  467. <segue destination="mtc-lf-PRo" kind="showDetail" identifier="segueDetail" id="2Qm-A6-CfB"/>
  468. </connections>
  469. </viewController>
  470. <placeholder placeholderIdentifier="IBFirstResponder" id="stJ-Yx-rVh" userLabel="First Responder" sceneMemberID="firstResponder"/>
  471. </objects>
  472. <point key="canvasLocation" x="5213.04347826087" y="1216.7410714285713"/>
  473. </scene>
  474. <!--More-->
  475. <scene sceneID="50a-pn-1yx">
  476. <objects>
  477. <viewController extendedLayoutIncludesOpaqueBars="YES" id="Frr-j9-xav" customClass="CCMore" customModule="Nextcloud" customModuleProvider="target" sceneMemberID="viewController">
  478. <view key="view" contentMode="scaleToFill" id="hLP-ql-OiA">
  479. <rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
  480. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  481. <subviews>
  482. <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="grouped" rowHeight="50" sectionHeaderHeight="18" sectionFooterHeight="18" translatesAutoresizingMaskIntoConstraints="NO" id="aKC-5k-tLM">
  483. <rect key="frame" x="0.0" y="88" width="414" height="643"/>
  484. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  485. <inset key="separatorInset" minX="56" minY="0.0" maxX="0.0" maxY="0.0"/>
  486. <view key="tableFooterView" contentMode="scaleToFill" id="xPg-6F-Qcc">
  487. <rect key="frame" x="0.0" y="123.5" width="414" height="44"/>
  488. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  489. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  490. </view>
  491. <prototypes>
  492. <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" reuseIdentifier="Cell" rowHeight="50" id="V1G-2M-Q0I" customClass="CCCellMore" customModule="Nextcloud" customModuleProvider="target">
  493. <rect key="frame" x="0.0" y="55.5" width="414" height="50"/>
  494. <autoresizingMask key="autoresizingMask"/>
  495. <tableViewCellContentView key="contentView" multipleTouchEnabled="YES" contentMode="center" tableViewCell="V1G-2M-Q0I" id="mMB-QG-hoe">
  496. <rect key="frame" x="0.0" y="0.0" width="414" height="50"/>
  497. <autoresizingMask key="autoresizingMask"/>
  498. <subviews>
  499. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="6dd-uC-EQT">
  500. <rect key="frame" x="20" y="10" width="30" height="30"/>
  501. <constraints>
  502. <constraint firstAttribute="width" constant="30" id="Jg6-vD-zNJ"/>
  503. <constraint firstAttribute="height" constant="30" id="KbT-nO-u8E"/>
  504. </constraints>
  505. </imageView>
  506. <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">
  507. <rect key="frame" x="68" y="15" width="326" height="20"/>
  508. <fontDescription key="fontDescription" type="system" pointSize="16"/>
  509. <nil key="textColor"/>
  510. <nil key="highlightedColor"/>
  511. </label>
  512. </subviews>
  513. <constraints>
  514. <constraint firstItem="6dd-uC-EQT" firstAttribute="centerY" secondItem="mMB-QG-hoe" secondAttribute="centerY" id="NPR-w8-iBl"/>
  515. <constraint firstItem="Jgw-HO-Z7g" firstAttribute="centerY" secondItem="mMB-QG-hoe" secondAttribute="centerY" id="a99-4Z-U3l"/>
  516. <constraint firstAttribute="leadingMargin" secondItem="6dd-uC-EQT" secondAttribute="leading" id="gvy-5o-Tjj"/>
  517. <constraint firstItem="Jgw-HO-Z7g" firstAttribute="leading" secondItem="mMB-QG-hoe" secondAttribute="leadingMargin" constant="48" id="p2C-hH-tlI"/>
  518. <constraint firstAttribute="trailingMargin" secondItem="Jgw-HO-Z7g" secondAttribute="trailing" id="txS-1N-OyJ"/>
  519. </constraints>
  520. </tableViewCellContentView>
  521. <connections>
  522. <outlet property="imageIcon" destination="6dd-uC-EQT" id="qA4-nr-Bhn"/>
  523. <outlet property="labelText" destination="Jgw-HO-Z7g" id="a6C-Zj-NIz"/>
  524. </connections>
  525. </tableViewCell>
  526. </prototypes>
  527. <connections>
  528. <outlet property="dataSource" destination="Frr-j9-xav" id="Gw2-Sg-BAb"/>
  529. <outlet property="delegate" destination="Frr-j9-xav" id="46E-kI-GUB"/>
  530. </connections>
  531. </tableView>
  532. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="J2k-UZ-XQQ" userLabel="View Quota">
  533. <rect key="frame" x="0.0" y="731" width="414" height="66"/>
  534. <subviews>
  535. <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">
  536. <rect key="frame" x="35" y="8" width="344" height="20"/>
  537. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  538. <constraints>
  539. <constraint firstAttribute="height" constant="20" id="o78-Yq-dPq"/>
  540. </constraints>
  541. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  542. <color key="textColor" white="0.66666666669999997" alpha="1" colorSpace="calibratedWhite"/>
  543. <nil key="highlightedColor"/>
  544. </label>
  545. <progressView opaque="NO" contentMode="scaleToFill" verticalHuggingPriority="750" progress="0.5" translatesAutoresizingMaskIntoConstraints="NO" id="uGf-Fa-QQ3">
  546. <rect key="frame" x="35" y="31" width="344" height="2"/>
  547. </progressView>
  548. <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">
  549. <rect key="frame" x="35" y="35" width="344" height="20"/>
  550. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  551. <constraints>
  552. <constraint firstAttribute="height" constant="20" id="B11-kS-b2d"/>
  553. </constraints>
  554. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  555. <color key="textColor" white="0.66666666669999997" alpha="1" colorSpace="calibratedWhite"/>
  556. <nil key="highlightedColor"/>
  557. </label>
  558. </subviews>
  559. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  560. <constraints>
  561. <constraint firstAttribute="height" constant="66" id="Cch-sg-vfH"/>
  562. <constraint firstItem="uGf-Fa-QQ3" firstAttribute="top" secondItem="DAP-np-Q1J" secondAttribute="bottom" constant="3" id="DmS-I9-ex2"/>
  563. <constraint firstItem="vfl-ZC-XFd" firstAttribute="leading" secondItem="J2k-UZ-XQQ" secondAttribute="leading" constant="35" id="F1b-zE-5hN"/>
  564. <constraint firstAttribute="trailing" secondItem="DAP-np-Q1J" secondAttribute="trailing" constant="35" id="KIR-Gg-7ty"/>
  565. <constraint firstItem="DAP-np-Q1J" firstAttribute="leading" secondItem="J2k-UZ-XQQ" secondAttribute="leading" constant="35" id="MWW-b2-p9J"/>
  566. <constraint firstItem="vfl-ZC-XFd" firstAttribute="top" secondItem="uGf-Fa-QQ3" secondAttribute="bottom" constant="2" id="Tbu-4L-brV"/>
  567. <constraint firstItem="DAP-np-Q1J" firstAttribute="top" secondItem="J2k-UZ-XQQ" secondAttribute="top" constant="8" id="jKE-pS-hcH"/>
  568. <constraint firstAttribute="trailing" secondItem="vfl-ZC-XFd" secondAttribute="trailing" constant="35" id="q1x-Mf-7lg"/>
  569. <constraint firstAttribute="trailing" secondItem="uGf-Fa-QQ3" secondAttribute="trailing" constant="35" id="toK-Xd-ifL"/>
  570. <constraint firstItem="uGf-Fa-QQ3" firstAttribute="leading" secondItem="J2k-UZ-XQQ" secondAttribute="leading" constant="35" id="w2K-Il-yFz"/>
  571. </constraints>
  572. </view>
  573. </subviews>
  574. <constraints>
  575. <constraint firstItem="aKC-5k-tLM" firstAttribute="trailing" secondItem="hLP-ql-OiA" secondAttribute="trailing" id="09d-e0-Lbe"/>
  576. <constraint firstItem="aKC-5k-tLM" firstAttribute="leading" secondItem="hLP-ql-OiA" secondAttribute="leading" id="VDo-ak-TEq"/>
  577. <constraint firstItem="2rd-9k-q51" firstAttribute="bottom" secondItem="J2k-UZ-XQQ" secondAttribute="bottom" constant="16" id="bRS-IM-13l"/>
  578. <constraint firstItem="aKC-5k-tLM" firstAttribute="top" secondItem="2rd-9k-q51" secondAttribute="top" id="hWq-1x-oDU"/>
  579. <constraint firstItem="J2k-UZ-XQQ" firstAttribute="trailing" secondItem="hLP-ql-OiA" secondAttribute="trailing" id="i8w-Kx-CNe"/>
  580. <constraint firstItem="J2k-UZ-XQQ" firstAttribute="leading" secondItem="hLP-ql-OiA" secondAttribute="leading" id="j44-Hn-Qa3"/>
  581. <constraint firstItem="J2k-UZ-XQQ" firstAttribute="top" secondItem="aKC-5k-tLM" secondAttribute="bottom" id="zy7-iS-wLE"/>
  582. </constraints>
  583. <viewLayoutGuide key="safeArea" id="2rd-9k-q51"/>
  584. </view>
  585. <navigationItem key="navigationItem" id="UOD-r3-Kgi"/>
  586. <connections>
  587. <outlet property="labelQuota" destination="DAP-np-Q1J" id="d1L-oC-pxP"/>
  588. <outlet property="labelQuotaExternalSite" destination="vfl-ZC-XFd" id="Zdx-nY-00O"/>
  589. <outlet property="progressQuota" destination="uGf-Fa-QQ3" id="cAN-mW-Ckd"/>
  590. <outlet property="tableView" destination="aKC-5k-tLM" id="XrN-XG-w8l"/>
  591. <outlet property="viewQuota" destination="J2k-UZ-XQQ" id="I2M-eR-p56"/>
  592. </connections>
  593. </viewController>
  594. <placeholder placeholderIdentifier="IBFirstResponder" id="aLH-sy-tiz" userLabel="First Responder" sceneMemberID="firstResponder"/>
  595. </objects>
  596. <point key="canvasLocation" x="9212" y="1216.9950738916257"/>
  597. </scene>
  598. <!--Master Navigation Controller-->
  599. <scene sceneID="vvl-da-xtI">
  600. <objects>
  601. <navigationController id="k86-ao-8mQ" customClass="NCMasterNavigationController" customModule="Nextcloud" customModuleProvider="target" sceneMemberID="viewController">
  602. <navigationBar key="navigationBar" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" translucent="NO" id="yOS-hc-yM4">
  603. <rect key="frame" x="0.0" y="44" width="414" height="44"/>
  604. <autoresizingMask key="autoresizingMask"/>
  605. </navigationBar>
  606. <connections>
  607. <segue destination="FkP-Lh-8zt" kind="relationship" relationship="rootViewController" id="X0W-jo-GrL"/>
  608. </connections>
  609. </navigationController>
  610. <placeholder placeholderIdentifier="IBFirstResponder" id="Uq6-72-639" sceneMemberID="firstResponder"/>
  611. </objects>
  612. <point key="canvasLocation" x="5670" y="-709"/>
  613. </scene>
  614. </scenes>
  615. <inferredMetricsTieBreakers>
  616. <segue reference="2Qm-A6-CfB"/>
  617. </inferredMetricsTieBreakers>
  618. <resources>
  619. <image name="logo" width="223" height="157.5"/>
  620. <image name="tabBarPlus" width="80" height="80"/>
  621. </resources>
  622. </document>