Main.storyboard 44 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="17156" 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="17125"/>
  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. <!--Split View Controller-->
  13. <scene sceneID="B1o-fj-nYn">
  14. <objects>
  15. <splitViewController id="4IE-mo-rkp" customClass="NCSplitViewController" customModule="Nextcloud" customModuleProvider="target" sceneMemberID="viewController">
  16. <extendedEdge key="edgesForExtendedLayout"/>
  17. <connections>
  18. <segue destination="mtc-lf-PRo" kind="relationship" relationship="detailViewController" id="W5b-lw-8O1"/>
  19. <segue destination="k86-ao-8mQ" kind="relationship" relationship="masterViewController" id="JcJ-dS-r1m"/>
  20. </connections>
  21. </splitViewController>
  22. <placeholder placeholderIdentifier="IBFirstResponder" id="6BR-HM-b4e" userLabel="First Responder" sceneMemberID="firstResponder"/>
  23. </objects>
  24. <point key="canvasLocation" x="4457" y="-709"/>
  25. </scene>
  26. <!--Settings-->
  27. <scene sceneID="8L1-Aq-u4E">
  28. <objects>
  29. <viewController extendedLayoutIncludesOpaqueBars="YES" automaticallyAdjustsScrollViewInsets="NO" id="amx-XG-NId" customClass="CCSettings" sceneMemberID="viewController">
  30. <view key="view" clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="qPP-0c-bH9">
  31. <rect key="frame" x="0.0" y="0.0" width="414" height="842"/>
  32. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  33. <subviews>
  34. <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">
  35. <rect key="frame" x="0.0" y="0.0" width="414" height="808"/>
  36. <color key="backgroundColor" red="0.93725490196078431" green="0.93725490196078431" blue="0.95686274509803926" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  37. </tableView>
  38. </subviews>
  39. <viewLayoutGuide key="safeArea" id="UsN-KI-3bQ"/>
  40. <color key="backgroundColor" red="0.93725490196078431" green="0.93725490196078431" blue="0.95686274509803926" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  41. <constraints>
  42. <constraint firstItem="RbN-9l-HP2" firstAttribute="top" secondItem="UsN-KI-3bQ" secondAttribute="top" id="PQF-xh-bxZ"/>
  43. <constraint firstItem="RbN-9l-HP2" firstAttribute="leading" secondItem="UsN-KI-3bQ" secondAttribute="leading" id="exJ-dx-QyW"/>
  44. <constraint firstItem="UsN-KI-3bQ" firstAttribute="bottom" secondItem="RbN-9l-HP2" secondAttribute="bottom" id="gMy-ww-Gd1"/>
  45. <constraint firstItem="UsN-KI-3bQ" firstAttribute="trailing" secondItem="RbN-9l-HP2" secondAttribute="trailing" id="oal-6v-evn"/>
  46. </constraints>
  47. </view>
  48. <extendedEdge key="edgesForExtendedLayout" bottom="YES"/>
  49. <navigationItem key="navigationItem" id="1CO-Ie-Aaj"/>
  50. <connections>
  51. <segue destination="eZl-ut-xpC" kind="presentation" identifier="AcknowledgementsSegue" modalPresentationStyle="formSheet" id="J9C-Ex-Q6i"/>
  52. </connections>
  53. </viewController>
  54. <placeholder placeholderIdentifier="IBFirstResponder" id="wVn-RD-GD2" userLabel="First Responder" sceneMemberID="firstResponder"/>
  55. </objects>
  56. <point key="canvasLocation" x="10545" y="1217"/>
  57. </scene>
  58. <!--NCMedia.storyboard-->
  59. <scene sceneID="udp-lL-CYh">
  60. <objects>
  61. <viewControllerPlaceholder storyboardName="NCMedia" referencedIdentifier="NCMedia.storyboard" id="kO6-hz-Gsq" sceneMemberID="viewController">
  62. <navigationItem key="navigationItem" id="3mJ-L2-Cmt"/>
  63. </viewControllerPlaceholder>
  64. <placeholder placeholderIdentifier="IBFirstResponder" id="6gG-SV-Hvv" userLabel="First Responder" sceneMemberID="firstResponder"/>
  65. </objects>
  66. <point key="canvasLocation" x="8572" y="887"/>
  67. </scene>
  68. <!--Acknowledgements-->
  69. <scene sceneID="h9y-Lj-jxB">
  70. <objects>
  71. <viewController extendedLayoutIncludesOpaqueBars="YES" id="Wu3-ow-y4h" customClass="Acknowledgements" sceneMemberID="viewController">
  72. <view key="view" opaque="NO" contentMode="scaleToFill" id="HYE-hK-m2I">
  73. <rect key="frame" x="0.0" y="0.0" width="414" height="786"/>
  74. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  75. <subviews>
  76. <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">
  77. <rect key="frame" x="7" y="0.0" width="400" height="786"/>
  78. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  79. <attributedString key="attributedText">
  80. <fragment content="Copyright (C)">
  81. <attributes>
  82. <font key="NSFont" size="14" name="HelveticaNeue"/>
  83. <paragraphStyle key="NSParagraphStyle" alignment="left" lineBreakMode="wordWrapping" baseWritingDirection="natural"/>
  84. </attributes>
  85. </fragment>
  86. </attributedString>
  87. <textInputTraits key="textInputTraits" autocapitalizationType="sentences"/>
  88. <connections>
  89. <outlet property="delegate" destination="Wu3-ow-y4h" id="RHw-TA-1yQ"/>
  90. </connections>
  91. </textView>
  92. </subviews>
  93. <viewLayoutGuide key="safeArea" id="vFx-Qx-nx8"/>
  94. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  95. <constraints>
  96. <constraint firstItem="vYq-of-LmL" firstAttribute="leading" secondItem="HYE-hK-m2I" secondAttribute="leadingMargin" constant="-13" id="RHX-O3-otO"/>
  97. <constraint firstItem="vYq-of-LmL" firstAttribute="top" secondItem="vFx-Qx-nx8" secondAttribute="top" id="SwN-pK-RVe"/>
  98. <constraint firstAttribute="trailingMargin" secondItem="vYq-of-LmL" secondAttribute="trailing" constant="-13" id="iao-EZ-391"/>
  99. <constraint firstItem="vFx-Qx-nx8" firstAttribute="bottom" secondItem="vYq-of-LmL" secondAttribute="bottom" id="rjG-Mo-psH"/>
  100. </constraints>
  101. </view>
  102. <extendedEdge key="edgesForExtendedLayout" bottom="YES"/>
  103. <navigationItem key="navigationItem" id="NXp-TT-qTB"/>
  104. <connections>
  105. <outlet property="txtTermini" destination="vYq-of-LmL" id="hA3-bm-4ke"/>
  106. <outlet property="view" destination="HYE-hK-m2I" id="lTc-Ug-HO0"/>
  107. </connections>
  108. </viewController>
  109. <placeholder placeholderIdentifier="IBFirstResponder" id="TUv-7S-62D" userLabel="First Responder" sceneMemberID="firstResponder"/>
  110. </objects>
  111. <point key="canvasLocation" x="12154" y="1217"/>
  112. </scene>
  113. <!--Navigation Controller-->
  114. <scene sceneID="eDq-6m-h8d">
  115. <objects>
  116. <navigationController extendedLayoutIncludesOpaqueBars="YES" automaticallyAdjustsScrollViewInsets="NO" id="eZl-ut-xpC" sceneMemberID="viewController">
  117. <extendedEdge key="edgesForExtendedLayout" bottom="YES"/>
  118. <toolbarItems/>
  119. <navigationBar key="navigationBar" contentMode="scaleToFill" id="rJe-3o-bpZ">
  120. <rect key="frame" x="0.0" y="0.0" width="414" height="56"/>
  121. <autoresizingMask key="autoresizingMask"/>
  122. </navigationBar>
  123. <nil name="viewControllers"/>
  124. <connections>
  125. <segue destination="Wu3-ow-y4h" kind="relationship" relationship="rootViewController" id="Xpr-tm-bWy"/>
  126. </connections>
  127. </navigationController>
  128. <placeholder placeholderIdentifier="IBFirstResponder" id="38M-dR-dlY" userLabel="First Responder" sceneMemberID="firstResponder"/>
  129. </objects>
  130. <point key="canvasLocation" x="11403" y="1217"/>
  131. </scene>
  132. <!--Tab Bar Controller-->
  133. <scene sceneID="gY3-Ur-rTC">
  134. <objects>
  135. <tabBarController extendedLayoutIncludesOpaqueBars="YES" automaticallyAdjustsScrollViewInsets="NO" id="FkP-Lh-8zt" sceneMemberID="viewController">
  136. <toolbarItems/>
  137. <navigationItem key="navigationItem" id="ozb-fg-0GE">
  138. <barButtonItem key="backBarButtonItem" title="Back" id="oUu-2v-gUF"/>
  139. </navigationItem>
  140. <tabBar key="tabBar" contentMode="scaleToFill" id="72f-jP-cei" customClass="NCMainTabBar" customModule="Nextcloud" customModuleProvider="target">
  141. <rect key="frame" x="0.0" y="0.0" width="1000" height="1000"/>
  142. <autoresizingMask key="autoresizingMask"/>
  143. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  144. </tabBar>
  145. <connections>
  146. <segue destination="bSZ-tE-FEj" kind="relationship" relationship="viewControllers" id="qbu-nX-qCk"/>
  147. <segue destination="hwM-4d-Afb" kind="relationship" relationship="viewControllers" id="tds-0Q-7Zf"/>
  148. <segue destination="Cc7-4O-z6Q" kind="relationship" relationship="viewControllers" id="YKg-LH-tor"/>
  149. <segue destination="Npr-vu-PSD" kind="relationship" relationship="viewControllers" id="XeU-GF-etm"/>
  150. <segue destination="1Z8-Bx-Dqo" kind="relationship" relationship="viewControllers" id="z6l-ei-IMY"/>
  151. </connections>
  152. </tabBarController>
  153. <placeholder placeholderIdentifier="IBFirstResponder" id="d2B-Yg-rp2" userLabel="First Responder" sceneMemberID="firstResponder"/>
  154. </objects>
  155. <point key="canvasLocation" x="7073" y="-709"/>
  156. </scene>
  157. <!--Detail View Controller-->
  158. <scene sceneID="zJM-E9-jgK">
  159. <objects>
  160. <viewController storyboardIdentifier="CCDetailVC" extendedLayoutIncludesOpaqueBars="YES" id="zg6-hy-EbU" customClass="NCDetailViewController" customModule="Nextcloud" customModuleProvider="target" sceneMemberID="viewController">
  161. <view key="view" tag="900" contentMode="scaleToFill" id="cUA-lB-tGG">
  162. <rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
  163. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  164. <subviews>
  165. <imageView tag="999" contentMode="center" horizontalHuggingPriority="251" verticalHuggingPriority="251" preservesSuperviewLayoutMargins="YES" image="logo" translatesAutoresizingMaskIntoConstraints="NO" id="zlU-MP-ZVs">
  166. <rect key="frame" x="0.0" y="88" width="414" height="808"/>
  167. </imageView>
  168. </subviews>
  169. <viewLayoutGuide key="safeArea" id="3ph-Od-2hO"/>
  170. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  171. <constraints>
  172. <constraint firstAttribute="trailing" secondItem="zlU-MP-ZVs" secondAttribute="trailing" id="GuY-bH-GIn"/>
  173. <constraint firstAttribute="bottom" secondItem="zlU-MP-ZVs" secondAttribute="bottom" id="hvN-HY-D9V"/>
  174. <constraint firstItem="zlU-MP-ZVs" firstAttribute="leading" secondItem="3ph-Od-2hO" secondAttribute="leading" id="sVy-C6-hu1"/>
  175. <constraint firstItem="zlU-MP-ZVs" firstAttribute="top" secondItem="3ph-Od-2hO" secondAttribute="top" id="tUS-Af-SE7"/>
  176. </constraints>
  177. </view>
  178. <navigationItem key="navigationItem" id="cJm-UN-Dvj" userLabel="Detail"/>
  179. <connections>
  180. <outlet property="backgroundView" destination="zlU-MP-ZVs" id="yVd-Vz-gsJ"/>
  181. </connections>
  182. </viewController>
  183. <placeholder placeholderIdentifier="IBFirstResponder" id="IJ0-oL-QKv" userLabel="First Responder" sceneMemberID="firstResponder"/>
  184. </objects>
  185. <point key="canvasLocation" x="5749.275362318841" y="2406.6964285714284"/>
  186. </scene>
  187. <!--Detail Navigation Controller-->
  188. <scene sceneID="Xur-XN-mjy">
  189. <objects>
  190. <navigationController storyboardIdentifier="CCDetailNC" extendedLayoutIncludesOpaqueBars="YES" automaticallyAdjustsScrollViewInsets="NO" id="mtc-lf-PRo" customClass="NCDetailNavigationController" customModule="Nextcloud" customModuleProvider="target" sceneMemberID="viewController">
  191. <toolbarItems/>
  192. <navigationBar key="navigationBar" contentMode="scaleToFill" id="vxw-dW-rgx">
  193. <rect key="frame" x="0.0" y="44" width="414" height="44"/>
  194. <autoresizingMask key="autoresizingMask"/>
  195. </navigationBar>
  196. <nil name="viewControllers"/>
  197. <connections>
  198. <segue destination="zg6-hy-EbU" kind="relationship" relationship="rootViewController" id="qIX-Hw-L2i"/>
  199. </connections>
  200. </navigationController>
  201. <placeholder placeholderIdentifier="IBFirstResponder" id="1l7-Aj-XxZ" userLabel="First Responder" sceneMemberID="firstResponder"/>
  202. </objects>
  203. <point key="canvasLocation" x="4546" y="2407"/>
  204. </scene>
  205. <!--File-->
  206. <scene sceneID="dMv-43-hWy">
  207. <objects>
  208. <navigationController extendedLayoutIncludesOpaqueBars="YES" automaticallyAdjustsScrollViewInsets="NO" id="bSZ-tE-FEj" sceneMemberID="viewController">
  209. <tabBarItem key="tabBarItem" title="File" id="Zxv-aS-HGF"/>
  210. <toolbarItems/>
  211. <navigationBar key="navigationBar" contentMode="scaleToFill" largeTitles="YES" id="cj6-rT-wnB">
  212. <rect key="frame" x="0.0" y="44" width="414" height="96"/>
  213. <autoresizingMask key="autoresizingMask"/>
  214. </navigationBar>
  215. <nil name="viewControllers"/>
  216. <connections>
  217. <segue destination="fdj-aV-gGf" kind="relationship" relationship="rootViewController" id="mIO-J3-3uM"/>
  218. </connections>
  219. </navigationController>
  220. <placeholder placeholderIdentifier="IBFirstResponder" id="k95-tV-JJx" userLabel="First Responder" sceneMemberID="firstResponder"/>
  221. </objects>
  222. <point key="canvasLocation" x="5215" y="327"/>
  223. </scene>
  224. <!--Favorites-->
  225. <scene sceneID="YSr-JF-a0V">
  226. <objects>
  227. <navigationController extendedLayoutIncludesOpaqueBars="YES" automaticallyAdjustsScrollViewInsets="NO" id="hwM-4d-Afb" sceneMemberID="viewController">
  228. <tabBarItem key="tabBarItem" title="Favorites" id="o09-67-hwf"/>
  229. <toolbarItems/>
  230. <navigationBar key="navigationBar" contentMode="scaleToFill" largeTitles="YES" id="MJw-Bn-5le">
  231. <rect key="frame" x="0.0" y="44" width="414" height="96"/>
  232. <autoresizingMask key="autoresizingMask"/>
  233. </navigationBar>
  234. <nil name="viewControllers"/>
  235. <connections>
  236. <segue destination="NEf-S4-8q5" kind="relationship" relationship="rootViewController" id="TP4-dw-ZwP"/>
  237. </connections>
  238. </navigationController>
  239. <placeholder placeholderIdentifier="IBFirstResponder" id="NME-vT-pfd" userLabel="First Responder" sceneMemberID="firstResponder"/>
  240. </objects>
  241. <point key="canvasLocation" x="5857" y="327"/>
  242. </scene>
  243. <!--Media-->
  244. <scene sceneID="IuY-Iu-oAm">
  245. <objects>
  246. <navigationController extendedLayoutIncludesOpaqueBars="YES" automaticallyAdjustsScrollViewInsets="NO" id="Npr-vu-PSD" userLabel="Media" sceneMemberID="viewController">
  247. <tabBarItem key="tabBarItem" title="Media" id="5cw-bP-7It"/>
  248. <toolbarItems/>
  249. <navigationBar key="navigationBar" contentMode="scaleToFill" largeTitles="YES" id="ixg-Pw-TNO">
  250. <rect key="frame" x="0.0" y="44" width="414" height="96"/>
  251. <autoresizingMask key="autoresizingMask"/>
  252. </navigationBar>
  253. <nil name="viewControllers"/>
  254. <connections>
  255. <segue destination="kO6-hz-Gsq" kind="relationship" relationship="rootViewController" id="9zw-1n-Dhk"/>
  256. </connections>
  257. </navigationController>
  258. <placeholder placeholderIdentifier="IBFirstResponder" id="cZf-pk-3Bd" userLabel="First Responder" sceneMemberID="firstResponder"/>
  259. </objects>
  260. <point key="canvasLocation" x="8572" y="327"/>
  261. </scene>
  262. <!--Navigation Controller-->
  263. <scene sceneID="cip-AF-Ks2">
  264. <objects>
  265. <navigationController extendedLayoutIncludesOpaqueBars="YES" automaticallyAdjustsScrollViewInsets="NO" id="Cc7-4O-z6Q" sceneMemberID="viewController">
  266. <tabBarItem key="tabBarItem" enabled="NO" title="" image="tabBarPlus" id="vIy-cM-ojV"/>
  267. <toolbarItems/>
  268. <navigationBar key="navigationBar" contentMode="scaleToFill" largeTitles="YES" id="jCU-so-Np6">
  269. <rect key="frame" x="0.0" y="44" width="414" height="96"/>
  270. <autoresizingMask key="autoresizingMask"/>
  271. </navigationBar>
  272. <nil name="viewControllers"/>
  273. </navigationController>
  274. <placeholder placeholderIdentifier="IBFirstResponder" id="ohd-Sv-ssv" userLabel="First Responder" sceneMemberID="firstResponder"/>
  275. </objects>
  276. <point key="canvasLocation" x="7935" y="327"/>
  277. </scene>
  278. <!--More-->
  279. <scene sceneID="4RE-f1-SKU">
  280. <objects>
  281. <navigationController extendedLayoutIncludesOpaqueBars="YES" automaticallyAdjustsScrollViewInsets="NO" id="1Z8-Bx-Dqo" sceneMemberID="viewController">
  282. <tabBarItem key="tabBarItem" title="More" id="U4f-qS-cgh"/>
  283. <toolbarItems/>
  284. <navigationBar key="navigationBar" contentMode="scaleToFill" largeTitles="YES" id="yVo-p8-ApS">
  285. <rect key="frame" x="0.0" y="44" width="414" height="96"/>
  286. <autoresizingMask key="autoresizingMask"/>
  287. </navigationBar>
  288. <nil name="viewControllers"/>
  289. <connections>
  290. <segue destination="amx-XG-NId" kind="show" identifier="segueSettings" id="iJw-qx-dwJ"/>
  291. <segue destination="7jW-Ey-7M7" kind="show" identifier="segueShares" id="EzC-w0-JAm"/>
  292. <segue destination="WTp-0D-Gpe" kind="show" identifier="segueTrash" id="bPq-YD-SUy"/>
  293. <segue destination="biz-Qc-WHi" kind="show" identifier="segueOffline" id="Pdi-HO-f4O"/>
  294. <segue destination="Frr-j9-xav" kind="relationship" relationship="rootViewController" id="1rp-YB-fT4"/>
  295. <segue destination="2JP-H5-EI3" kind="show" identifier="segueActivity" id="aVb-Aj-gSf"/>
  296. <segue destination="yit-8P-Oea" kind="show" identifier="segueNotification" id="JSA-8l-ixD"/>
  297. <segue destination="2L6-L3-iRl" kind="show" identifier="segueTransfers" id="oIQ-Yx-Gmt"/>
  298. <segue destination="zzk-gS-FKl" kind="show" identifier="segueRecent" id="Snj-Bw-Ce2"/>
  299. </connections>
  300. </navigationController>
  301. <placeholder placeholderIdentifier="IBFirstResponder" id="D7n-Z1-9wU" userLabel="First Responder" sceneMemberID="firstResponder"/>
  302. </objects>
  303. <point key="canvasLocation" x="9212" y="326"/>
  304. </scene>
  305. <!--NCTrash.storyboard-->
  306. <scene sceneID="361-ZH-Lss">
  307. <objects>
  308. <viewControllerPlaceholder storyboardIdentifier="NCTrash.storyboard" storyboardName="NCTrash" referencedIdentifier="NCTrash.storyboard" id="WTp-0D-Gpe" sceneMemberID="viewController">
  309. <navigationItem key="navigationItem" id="mjj-Fc-L6W"/>
  310. </viewControllerPlaceholder>
  311. <placeholder placeholderIdentifier="IBFirstResponder" id="WGZ-c6-AXe" userLabel="First Responder" sceneMemberID="firstResponder"/>
  312. </objects>
  313. <point key="canvasLocation" x="10836" y="35"/>
  314. </scene>
  315. <!--NCOffline.storyboard-->
  316. <scene sceneID="mwv-1V-aJg">
  317. <objects>
  318. <viewControllerPlaceholder storyboardIdentifier="NCOnDevice.storyboard" storyboardName="NCOffline" referencedIdentifier="NCOffline.storyboard" id="biz-Qc-WHi" sceneMemberID="viewController">
  319. <navigationItem key="navigationItem" id="rfB-6v-cRv"/>
  320. </viewControllerPlaceholder>
  321. <placeholder placeholderIdentifier="IBFirstResponder" id="d9n-lT-FK4" userLabel="First Responder" sceneMemberID="firstResponder"/>
  322. </objects>
  323. <point key="canvasLocation" x="10841" y="135"/>
  324. </scene>
  325. <!--NCActivity.storyboard-->
  326. <scene sceneID="NqQ-oK-JeC">
  327. <objects>
  328. <viewControllerPlaceholder storyboardName="NCActivity" referencedIdentifier="NCActivity.storyboard" id="2JP-H5-EI3" sceneMemberID="viewController">
  329. <navigationItem key="navigationItem" id="2tm-Tj-UzB"/>
  330. </viewControllerPlaceholder>
  331. <placeholder placeholderIdentifier="IBFirstResponder" id="rXq-Ww-4Zx" userLabel="First Responder" sceneMemberID="firstResponder"/>
  332. </objects>
  333. <point key="canvasLocation" x="10844" y="232"/>
  334. </scene>
  335. <!--NCNotification.storyboard-->
  336. <scene sceneID="1sy-aN-34T">
  337. <objects>
  338. <viewControllerPlaceholder storyboardName="NCNotification" referencedIdentifier="NCNotification.storyboard" id="yit-8P-Oea" sceneMemberID="viewController">
  339. <navigationItem key="navigationItem" id="avL-mw-LlT"/>
  340. </viewControllerPlaceholder>
  341. <placeholder placeholderIdentifier="IBFirstResponder" id="EoH-78-6Yh" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
  342. </objects>
  343. <point key="canvasLocation" x="10862" y="323"/>
  344. </scene>
  345. <!--NCTransfers.storyboard-->
  346. <scene sceneID="IDy-4E-Qqv">
  347. <objects>
  348. <viewControllerPlaceholder storyboardName="NCTransfers" referencedIdentifier="NCTransfers.storyboard" id="2L6-L3-iRl" sceneMemberID="viewController">
  349. <navigationItem key="navigationItem" id="rgn-gS-Fb2"/>
  350. </viewControllerPlaceholder>
  351. <placeholder placeholderIdentifier="IBFirstResponder" id="X5c-xg-peQ" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
  352. </objects>
  353. <point key="canvasLocation" x="10841" y="408"/>
  354. </scene>
  355. <!--NCRecent.storyboard-->
  356. <scene sceneID="nO2-dy-n7J">
  357. <objects>
  358. <viewControllerPlaceholder storyboardName="NCRecent" referencedIdentifier="NCRecent.storyboard" id="zzk-gS-FKl" sceneMemberID="viewController">
  359. <navigationItem key="navigationItem" id="9Kb-01-l1b"/>
  360. </viewControllerPlaceholder>
  361. <placeholder placeholderIdentifier="IBFirstResponder" id="rsS-r1-oFg" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
  362. </objects>
  363. <point key="canvasLocation" x="10831" y="502"/>
  364. </scene>
  365. <!--Shares-->
  366. <scene sceneID="GFd-66-qSy">
  367. <objects>
  368. <viewController storyboardIdentifier="NCShares" extendedLayoutIncludesOpaqueBars="YES" id="7jW-Ey-7M7" customClass="NCShares" sceneMemberID="viewController">
  369. <view key="view" contentMode="scaleToFill" id="y16-gC-0XR">
  370. <rect key="frame" x="0.0" y="0.0" width="414" height="842"/>
  371. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  372. <subviews>
  373. <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">
  374. <rect key="frame" x="0.0" y="0.0" width="414" height="842"/>
  375. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" widthSizable="YES" flexibleMaxX="YES" flexibleMinY="YES" heightSizable="YES" flexibleMaxY="YES"/>
  376. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  377. <connections>
  378. <outlet property="dataSource" destination="7jW-Ey-7M7" id="Dxh-fm-TJt"/>
  379. <outlet property="delegate" destination="7jW-Ey-7M7" id="Bhb-WF-K9M"/>
  380. </connections>
  381. </tableView>
  382. </subviews>
  383. <viewLayoutGuide key="safeArea" id="2pW-5T-ywS"/>
  384. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  385. </view>
  386. <navigationItem key="navigationItem" id="Xn3-AA-DIm"/>
  387. <connections>
  388. <outlet property="tableView" destination="UXi-wu-3m5" id="msO-8g-crr"/>
  389. </connections>
  390. </viewController>
  391. <placeholder placeholderIdentifier="IBFirstResponder" id="Z5g-OF-6jh" userLabel="First Responder" sceneMemberID="firstResponder"/>
  392. </objects>
  393. <point key="canvasLocation" x="9900" y="1217"/>
  394. </scene>
  395. <!--NCFiles.storyboard-->
  396. <scene sceneID="xwl-IR-lkD">
  397. <objects>
  398. <viewControllerPlaceholder storyboardName="NCFiles" referencedIdentifier="NCFiles.storyboard" id="fdj-aV-gGf" sceneMemberID="viewController">
  399. <navigationItem key="navigationItem" id="Jvo-0f-hQ4"/>
  400. </viewControllerPlaceholder>
  401. <placeholder placeholderIdentifier="IBFirstResponder" id="Vst-OD-Y5z" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
  402. </objects>
  403. <point key="canvasLocation" x="5214" y="899"/>
  404. </scene>
  405. <!--NCFavorite.storyboard-->
  406. <scene sceneID="zqD-Jj-h2w">
  407. <objects>
  408. <viewControllerPlaceholder storyboardName="NCFavorite" referencedIdentifier="NCFavorite.storyboard" id="NEf-S4-8q5" sceneMemberID="viewController">
  409. <navigationItem key="navigationItem" id="dts-Zz-Gfr"/>
  410. </viewControllerPlaceholder>
  411. <placeholder placeholderIdentifier="IBFirstResponder" id="gnf-oc-B60" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
  412. </objects>
  413. <point key="canvasLocation" x="5857" y="899"/>
  414. </scene>
  415. <!--More-->
  416. <scene sceneID="50a-pn-1yx">
  417. <objects>
  418. <viewController extendedLayoutIncludesOpaqueBars="YES" id="Frr-j9-xav" customClass="CCMore" customModule="Nextcloud" customModuleProvider="target" sceneMemberID="viewController">
  419. <view key="view" contentMode="scaleToFill" id="hLP-ql-OiA">
  420. <rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
  421. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  422. <subviews>
  423. <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="grouped" rowHeight="50" sectionHeaderHeight="18" sectionFooterHeight="18" translatesAutoresizingMaskIntoConstraints="NO" id="aKC-5k-tLM">
  424. <rect key="frame" x="0.0" y="88" width="414" height="643"/>
  425. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  426. <inset key="separatorInset" minX="56" minY="0.0" maxX="0.0" maxY="0.0"/>
  427. <view key="tableFooterView" contentMode="scaleToFill" id="xPg-6F-Qcc">
  428. <rect key="frame" x="0.0" y="123.5" width="414" height="44"/>
  429. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  430. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  431. </view>
  432. <prototypes>
  433. <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" reuseIdentifier="Cell" rowHeight="50" id="V1G-2M-Q0I" customClass="CCCellMore" customModule="Nextcloud" customModuleProvider="target">
  434. <rect key="frame" x="0.0" y="55.5" width="414" height="50"/>
  435. <autoresizingMask key="autoresizingMask"/>
  436. <tableViewCellContentView key="contentView" multipleTouchEnabled="YES" contentMode="center" tableViewCell="V1G-2M-Q0I" id="mMB-QG-hoe">
  437. <rect key="frame" x="0.0" y="0.0" width="414" height="50"/>
  438. <autoresizingMask key="autoresizingMask"/>
  439. <subviews>
  440. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="6dd-uC-EQT">
  441. <rect key="frame" x="20" y="10" width="30" height="30"/>
  442. <constraints>
  443. <constraint firstAttribute="width" constant="30" id="Jg6-vD-zNJ"/>
  444. <constraint firstAttribute="height" constant="30" id="KbT-nO-u8E"/>
  445. </constraints>
  446. </imageView>
  447. <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">
  448. <rect key="frame" x="68" y="15" width="326" height="20"/>
  449. <fontDescription key="fontDescription" type="system" pointSize="16"/>
  450. <nil key="textColor"/>
  451. <nil key="highlightedColor"/>
  452. </label>
  453. </subviews>
  454. <constraints>
  455. <constraint firstItem="6dd-uC-EQT" firstAttribute="centerY" secondItem="mMB-QG-hoe" secondAttribute="centerY" id="NPR-w8-iBl"/>
  456. <constraint firstItem="Jgw-HO-Z7g" firstAttribute="centerY" secondItem="mMB-QG-hoe" secondAttribute="centerY" id="a99-4Z-U3l"/>
  457. <constraint firstAttribute="leadingMargin" secondItem="6dd-uC-EQT" secondAttribute="leading" id="gvy-5o-Tjj"/>
  458. <constraint firstItem="Jgw-HO-Z7g" firstAttribute="leading" secondItem="mMB-QG-hoe" secondAttribute="leadingMargin" constant="48" id="p2C-hH-tlI"/>
  459. <constraint firstAttribute="trailingMargin" secondItem="Jgw-HO-Z7g" secondAttribute="trailing" id="txS-1N-OyJ"/>
  460. </constraints>
  461. </tableViewCellContentView>
  462. <connections>
  463. <outlet property="imageIcon" destination="6dd-uC-EQT" id="qA4-nr-Bhn"/>
  464. <outlet property="labelText" destination="Jgw-HO-Z7g" id="a6C-Zj-NIz"/>
  465. </connections>
  466. </tableViewCell>
  467. </prototypes>
  468. <connections>
  469. <outlet property="dataSource" destination="Frr-j9-xav" id="Gw2-Sg-BAb"/>
  470. <outlet property="delegate" destination="Frr-j9-xav" id="46E-kI-GUB"/>
  471. </connections>
  472. </tableView>
  473. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="J2k-UZ-XQQ" userLabel="View Quota">
  474. <rect key="frame" x="0.0" y="731" width="414" height="66"/>
  475. <subviews>
  476. <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">
  477. <rect key="frame" x="35" y="8" width="344" height="20"/>
  478. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  479. <constraints>
  480. <constraint firstAttribute="height" constant="20" id="o78-Yq-dPq"/>
  481. </constraints>
  482. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  483. <color key="textColor" white="0.66666666669999997" alpha="1" colorSpace="calibratedWhite"/>
  484. <nil key="highlightedColor"/>
  485. </label>
  486. <progressView opaque="NO" contentMode="scaleToFill" verticalHuggingPriority="750" progress="0.5" translatesAutoresizingMaskIntoConstraints="NO" id="uGf-Fa-QQ3">
  487. <rect key="frame" x="35" y="31" width="344" height="4"/>
  488. </progressView>
  489. <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">
  490. <rect key="frame" x="35" y="37" width="344" height="20"/>
  491. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  492. <constraints>
  493. <constraint firstAttribute="height" constant="20" id="B11-kS-b2d"/>
  494. </constraints>
  495. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  496. <color key="textColor" white="0.66666666669999997" alpha="1" colorSpace="calibratedWhite"/>
  497. <nil key="highlightedColor"/>
  498. </label>
  499. </subviews>
  500. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  501. <constraints>
  502. <constraint firstAttribute="height" constant="66" id="Cch-sg-vfH"/>
  503. <constraint firstItem="uGf-Fa-QQ3" firstAttribute="top" secondItem="DAP-np-Q1J" secondAttribute="bottom" constant="3" id="DmS-I9-ex2"/>
  504. <constraint firstItem="vfl-ZC-XFd" firstAttribute="leading" secondItem="J2k-UZ-XQQ" secondAttribute="leading" constant="35" id="F1b-zE-5hN"/>
  505. <constraint firstAttribute="trailing" secondItem="DAP-np-Q1J" secondAttribute="trailing" constant="35" id="KIR-Gg-7ty"/>
  506. <constraint firstItem="DAP-np-Q1J" firstAttribute="leading" secondItem="J2k-UZ-XQQ" secondAttribute="leading" constant="35" id="MWW-b2-p9J"/>
  507. <constraint firstItem="vfl-ZC-XFd" firstAttribute="top" secondItem="uGf-Fa-QQ3" secondAttribute="bottom" constant="2" id="Tbu-4L-brV"/>
  508. <constraint firstItem="DAP-np-Q1J" firstAttribute="top" secondItem="J2k-UZ-XQQ" secondAttribute="top" constant="8" id="jKE-pS-hcH"/>
  509. <constraint firstAttribute="trailing" secondItem="vfl-ZC-XFd" secondAttribute="trailing" constant="35" id="q1x-Mf-7lg"/>
  510. <constraint firstAttribute="trailing" secondItem="uGf-Fa-QQ3" secondAttribute="trailing" constant="35" id="toK-Xd-ifL"/>
  511. <constraint firstItem="uGf-Fa-QQ3" firstAttribute="leading" secondItem="J2k-UZ-XQQ" secondAttribute="leading" constant="35" id="w2K-Il-yFz"/>
  512. </constraints>
  513. </view>
  514. </subviews>
  515. <viewLayoutGuide key="safeArea" id="2rd-9k-q51"/>
  516. <constraints>
  517. <constraint firstItem="aKC-5k-tLM" firstAttribute="trailing" secondItem="hLP-ql-OiA" secondAttribute="trailing" id="09d-e0-Lbe"/>
  518. <constraint firstItem="aKC-5k-tLM" firstAttribute="leading" secondItem="hLP-ql-OiA" secondAttribute="leading" id="VDo-ak-TEq"/>
  519. <constraint firstItem="2rd-9k-q51" firstAttribute="bottom" secondItem="J2k-UZ-XQQ" secondAttribute="bottom" constant="16" id="bRS-IM-13l"/>
  520. <constraint firstItem="aKC-5k-tLM" firstAttribute="top" secondItem="2rd-9k-q51" secondAttribute="top" id="hWq-1x-oDU"/>
  521. <constraint firstItem="J2k-UZ-XQQ" firstAttribute="trailing" secondItem="hLP-ql-OiA" secondAttribute="trailing" id="i8w-Kx-CNe"/>
  522. <constraint firstItem="J2k-UZ-XQQ" firstAttribute="leading" secondItem="hLP-ql-OiA" secondAttribute="leading" id="j44-Hn-Qa3"/>
  523. <constraint firstItem="J2k-UZ-XQQ" firstAttribute="top" secondItem="aKC-5k-tLM" secondAttribute="bottom" id="zy7-iS-wLE"/>
  524. </constraints>
  525. </view>
  526. <navigationItem key="navigationItem" id="UOD-r3-Kgi"/>
  527. <connections>
  528. <outlet property="labelQuota" destination="DAP-np-Q1J" id="d1L-oC-pxP"/>
  529. <outlet property="labelQuotaExternalSite" destination="vfl-ZC-XFd" id="Zdx-nY-00O"/>
  530. <outlet property="progressQuota" destination="uGf-Fa-QQ3" id="cAN-mW-Ckd"/>
  531. <outlet property="tableView" destination="aKC-5k-tLM" id="XrN-XG-w8l"/>
  532. <outlet property="viewQuota" destination="J2k-UZ-XQQ" id="I2M-eR-p56"/>
  533. </connections>
  534. </viewController>
  535. <placeholder placeholderIdentifier="IBFirstResponder" id="aLH-sy-tiz" userLabel="First Responder" sceneMemberID="firstResponder"/>
  536. </objects>
  537. <point key="canvasLocation" x="9212" y="1216.9950738916257"/>
  538. </scene>
  539. <!--Master Navigation Controller-->
  540. <scene sceneID="vvl-da-xtI">
  541. <objects>
  542. <navigationController id="k86-ao-8mQ" customClass="NCMasterNavigationController" customModule="Nextcloud" customModuleProvider="target" sceneMemberID="viewController">
  543. <navigationBar key="navigationBar" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" translucent="NO" id="yOS-hc-yM4">
  544. <rect key="frame" x="0.0" y="44" width="414" height="44"/>
  545. <autoresizingMask key="autoresizingMask"/>
  546. </navigationBar>
  547. <connections>
  548. <segue destination="FkP-Lh-8zt" kind="relationship" relationship="rootViewController" id="X0W-jo-GrL"/>
  549. </connections>
  550. </navigationController>
  551. <placeholder placeholderIdentifier="IBFirstResponder" id="Uq6-72-639" sceneMemberID="firstResponder"/>
  552. </objects>
  553. <point key="canvasLocation" x="5670" y="-709"/>
  554. </scene>
  555. </scenes>
  556. <designables>
  557. <designable name="72f-jP-cei">
  558. <size key="intrinsicContentSize" width="-1" height="83"/>
  559. </designable>
  560. </designables>
  561. <resources>
  562. <image name="logo" width="223" height="157.5"/>
  563. <image name="tabBarPlus" width="80" height="80"/>
  564. <systemColor name="systemBackgroundColor">
  565. <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  566. </systemColor>
  567. </resources>
  568. </document>