Main.storyboard 61 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="12118" systemVersion="16E195" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="4IE-mo-rkp">
  3. <device id="retina4_7" orientation="portrait">
  4. <adaptation id="fullscreen"/>
  5. </device>
  6. <dependencies>
  7. <deployment identifier="iOS"/>
  8. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="12086"/>
  9. <capability name="Constraints to layout margins" minToolsVersion="6.0"/>
  10. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  11. </dependencies>
  12. <scenes>
  13. <!--Split-->
  14. <scene sceneID="B1o-fj-nYn">
  15. <objects>
  16. <splitViewController id="4IE-mo-rkp" customClass="CCSplit" sceneMemberID="viewController">
  17. <extendedEdge key="edgesForExtendedLayout"/>
  18. <connections>
  19. <segue destination="mtc-lf-PRo" kind="relationship" relationship="detailViewController" id="W5b-lw-8O1"/>
  20. <segue destination="FkP-Lh-8zt" kind="relationship" relationship="masterViewController" id="XFR-ol-usq"/>
  21. </connections>
  22. </splitViewController>
  23. <placeholder placeholderIdentifier="IBFirstResponder" id="6BR-HM-b4e" userLabel="First Responder" sceneMemberID="firstResponder"/>
  24. </objects>
  25. <point key="canvasLocation" x="4457" y="-709"/>
  26. </scene>
  27. <!--Settings-->
  28. <scene sceneID="8L1-Aq-u4E">
  29. <objects>
  30. <viewController automaticallyAdjustsScrollViewInsets="NO" id="amx-XG-NId" customClass="CCSettings" sceneMemberID="viewController">
  31. <layoutGuides>
  32. <viewControllerLayoutGuide type="top" id="NjY-Ao-agJ"/>
  33. <viewControllerLayoutGuide type="bottom" id="EGW-gb-08A"/>
  34. </layoutGuides>
  35. <view key="view" clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="qPP-0c-bH9">
  36. <rect key="frame" x="0.0" y="64" width="375" height="554"/>
  37. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  38. <subviews>
  39. <tableView clipsSubviews="YES" contentMode="scaleToFill" fixedFrame="YES" alwaysBounceVertical="YES" dataMode="prototypes" style="grouped" separatorStyle="default" rowHeight="44" sectionHeaderHeight="10" sectionFooterHeight="10" translatesAutoresizingMaskIntoConstraints="NO" id="RbN-9l-HP2">
  40. <rect key="frame" x="0.0" y="0.0" width="375" height="554"/>
  41. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  42. <color key="backgroundColor" red="0.93725490196078431" green="0.93725490196078431" blue="0.95686274509803926" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  43. </tableView>
  44. </subviews>
  45. <color key="backgroundColor" red="0.93725490196078431" green="0.93725490196078431" blue="0.95686274509803926" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  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. <segue destination="EIj-cr-7fd" kind="show" identifier="CCManageAccountSegue" id="u0T-X2-SEH"/>
  52. <segue destination="DEi-yz-wEj" kind="show" identifier="CCManageCameraUploadSegue" id="Aij-5E-cNN"/>
  53. <segue destination="sOS-YU-Cbr" kind="show" identifier="CCManageOptimizationsSegue" id="JoS-OK-Poe"/>
  54. <segue destination="gTd-HL-PVY" kind="show" identifier="CCManageSynchronizationsSegue" id="MsD-Ag-XH5"/>
  55. <segue destination="HU7-az-TgV" kind="show" identifier="CCManageHelpSegue" id="bfB-KM-85a"/>
  56. <segue destination="Zc0-jh-3hD" kind="show" identifier="CCManageCryptoCloudSegue" id="BZx-hA-Ydj"/>
  57. </connections>
  58. </viewController>
  59. <placeholder placeholderIdentifier="IBFirstResponder" id="wVn-RD-GD2" userLabel="First Responder" sceneMemberID="firstResponder"/>
  60. </objects>
  61. <point key="canvasLocation" x="11260" y="1218"/>
  62. </scene>
  63. <!--More-->
  64. <scene sceneID="Mdr-ch-zRI">
  65. <objects>
  66. <viewController extendedLayoutIncludesOpaqueBars="YES" id="9DM-ts-oJu" customClass="CCMore" customModule="Nextcloud" customModuleProvider="target" sceneMemberID="viewController">
  67. <layoutGuides>
  68. <viewControllerLayoutGuide type="top" id="myb-PI-7vm"/>
  69. <viewControllerLayoutGuide type="bottom" id="vKf-mG-hvt"/>
  70. </layoutGuides>
  71. <view key="view" contentMode="scaleToFill" id="XtC-Je-LUc">
  72. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  73. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  74. <subviews>
  75. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="nextcloudBackground" translatesAutoresizingMaskIntoConstraints="NO" id="cxb-Vw-8zb">
  76. <rect key="frame" x="0.0" y="0.0" width="375" height="100"/>
  77. <constraints>
  78. <constraint firstAttribute="height" constant="100" id="mmt-Ka-rkQ"/>
  79. </constraints>
  80. </imageView>
  81. <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="grouped" separatorStyle="none" rowHeight="50" sectionHeaderHeight="1" sectionFooterHeight="1" translatesAutoresizingMaskIntoConstraints="NO" id="Xym-IM-aqh">
  82. <rect key="frame" x="0.0" y="100" width="375" height="476"/>
  83. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  84. <prototypes>
  85. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" reuseIdentifier="Cell" rowHeight="50" id="zQQ-52-W9I" customClass="CCCellMore" customModule="Nextcloud" customModuleProvider="target">
  86. <rect key="frame" x="0.0" y="56" width="375" height="50"/>
  87. <autoresizingMask key="autoresizingMask"/>
  88. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="zQQ-52-W9I" id="Zho-os-HYj">
  89. <rect key="frame" x="0.0" y="0.0" width="375" height="50"/>
  90. <autoresizingMask key="autoresizingMask"/>
  91. <subviews>
  92. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="center" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="RZt-EQ-32U">
  93. <rect key="frame" x="8" y="4.5" width="40" height="40"/>
  94. <constraints>
  95. <constraint firstAttribute="width" constant="40" id="GYs-fR-sFZ"/>
  96. <constraint firstAttribute="height" constant="40" id="Wrt-BX-70e"/>
  97. </constraints>
  98. </imageView>
  99. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="idt-Tt-9A9">
  100. <rect key="frame" x="56" y="14.5" width="311" height="20"/>
  101. <fontDescription key="fontDescription" type="system" pointSize="16"/>
  102. <nil key="textColor"/>
  103. <nil key="highlightedColor"/>
  104. </label>
  105. </subviews>
  106. <constraints>
  107. <constraint firstAttribute="leadingMargin" secondItem="RZt-EQ-32U" secondAttribute="leading" id="fph-ua-Vg7"/>
  108. <constraint firstAttribute="trailingMargin" secondItem="idt-Tt-9A9" secondAttribute="trailing" id="iZn-Cp-TaL"/>
  109. <constraint firstItem="idt-Tt-9A9" firstAttribute="centerY" secondItem="Zho-os-HYj" secondAttribute="centerY" id="sXO-Ap-7WF"/>
  110. <constraint firstItem="RZt-EQ-32U" firstAttribute="centerY" secondItem="Zho-os-HYj" secondAttribute="centerY" id="vfg-W2-KG4"/>
  111. <constraint firstItem="idt-Tt-9A9" firstAttribute="leading" secondItem="Zho-os-HYj" secondAttribute="leadingMargin" constant="48" id="wOF-pM-QzV"/>
  112. </constraints>
  113. </tableViewCellContentView>
  114. <connections>
  115. <outlet property="imageIcon" destination="RZt-EQ-32U" id="dZO-MZ-YJp"/>
  116. <outlet property="labelText" destination="idt-Tt-9A9" id="Xgv-C7-jBr"/>
  117. </connections>
  118. </tableViewCell>
  119. </prototypes>
  120. <connections>
  121. <outlet property="dataSource" destination="9DM-ts-oJu" id="30F-1v-Nuf"/>
  122. <outlet property="delegate" destination="9DM-ts-oJu" id="ePC-4O-7ui"/>
  123. </connections>
  124. </tableView>
  125. <progressView opaque="NO" contentMode="scaleToFill" verticalHuggingPriority="750" progress="0.5" translatesAutoresizingMaskIntoConstraints="NO" id="HgC-Ub-Dtb">
  126. <rect key="frame" x="16" y="586" width="343" height="2"/>
  127. </progressView>
  128. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="WdB-hd-mrv">
  129. <rect key="frame" x="16" y="594" width="343" height="17"/>
  130. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  131. <color key="textColor" white="0.66666666666666663" alpha="1" colorSpace="calibratedWhite"/>
  132. <nil key="highlightedColor"/>
  133. </label>
  134. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="avatar" translatesAutoresizingMaskIntoConstraints="NO" id="DWx-1W-vs0" customClass="SwiftyAvatar" customModule="Nextcloud" customModuleProvider="target">
  135. <rect key="frame" x="16" y="23" width="50" height="50"/>
  136. <constraints>
  137. <constraint firstAttribute="width" constant="50" id="QAM-AU-L76"/>
  138. <constraint firstAttribute="height" constant="50" id="Quc-kC-yu5"/>
  139. </constraints>
  140. <userDefinedRuntimeAttributes>
  141. <userDefinedRuntimeAttribute type="number" keyPath="borderWidth">
  142. <real key="value" value="1"/>
  143. </userDefinedRuntimeAttribute>
  144. <userDefinedRuntimeAttribute type="color" keyPath="borderColor">
  145. <color key="value" white="1" alpha="1" colorSpace="calibratedWhite"/>
  146. </userDefinedRuntimeAttribute>
  147. </userDefinedRuntimeAttributes>
  148. </imageView>
  149. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="BiW-NW-hVZ">
  150. <rect key="frame" x="79" y="37" width="280" height="21"/>
  151. <autoresizingMask key="autoresizingMask" flexibleMaxY="YES"/>
  152. <fontDescription key="fontDescription" type="system" pointSize="16"/>
  153. <color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  154. <nil key="highlightedColor"/>
  155. </label>
  156. </subviews>
  157. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
  158. <constraints>
  159. <constraint firstItem="cxb-Vw-8zb" firstAttribute="top" secondItem="XtC-Je-LUc" secondAttribute="topMargin" id="2z9-1h-2dU"/>
  160. <constraint firstItem="WdB-hd-mrv" firstAttribute="leading" secondItem="XtC-Je-LUc" secondAttribute="leadingMargin" id="9ET-QC-35O"/>
  161. <constraint firstAttribute="trailing" secondItem="cxb-Vw-8zb" secondAttribute="trailing" id="AjJ-cB-0xu"/>
  162. <constraint firstItem="cxb-Vw-8zb" firstAttribute="leading" secondItem="DWx-1W-vs0" secondAttribute="trailing" constant="-66" id="CzV-Na-OWE"/>
  163. <constraint firstItem="Xym-IM-aqh" firstAttribute="leading" secondItem="cxb-Vw-8zb" secondAttribute="leading" id="DKF-Y7-cmv"/>
  164. <constraint firstItem="WdB-hd-mrv" firstAttribute="trailing" secondItem="XtC-Je-LUc" secondAttribute="trailingMargin" id="FPW-TD-fS8"/>
  165. <constraint firstAttribute="leadingMargin" secondItem="HgC-Ub-Dtb" secondAttribute="leading" id="HZo-wI-3Vc"/>
  166. <constraint firstItem="WdB-hd-mrv" firstAttribute="top" secondItem="HgC-Ub-Dtb" secondAttribute="bottom" constant="6" id="J6a-bU-rSQ"/>
  167. <constraint firstItem="Xym-IM-aqh" firstAttribute="trailing" secondItem="cxb-Vw-8zb" secondAttribute="trailing" id="SNN-Jv-Ezx"/>
  168. <constraint firstAttribute="trailingMargin" secondItem="HgC-Ub-Dtb" secondAttribute="trailing" id="UCm-fo-XLY"/>
  169. <constraint firstItem="DWx-1W-vs0" firstAttribute="top" secondItem="cxb-Vw-8zb" secondAttribute="bottom" constant="-77" id="Y9a-sW-ahN"/>
  170. <constraint firstItem="HgC-Ub-Dtb" firstAttribute="top" secondItem="Xym-IM-aqh" secondAttribute="bottom" constant="10" id="bcj-pp-ogX"/>
  171. <constraint firstItem="Xym-IM-aqh" firstAttribute="top" secondItem="cxb-Vw-8zb" secondAttribute="bottom" id="gtG-qs-qFg"/>
  172. <constraint firstAttribute="bottom" secondItem="Xym-IM-aqh" secondAttribute="bottom" constant="91" id="iky-9q-uu8"/>
  173. <constraint firstItem="cxb-Vw-8zb" firstAttribute="leading" secondItem="XtC-Je-LUc" secondAttribute="leading" id="qyg-dI-shE"/>
  174. </constraints>
  175. </view>
  176. <navigationItem key="navigationItem" id="170-MG-QpZ"/>
  177. <connections>
  178. <outlet property="imageAvatar" destination="DWx-1W-vs0" id="WMr-Kl-RUr"/>
  179. <outlet property="imageLogo" destination="cxb-Vw-8zb" id="U9H-30-zBN"/>
  180. <outlet property="labelQuota" destination="WdB-hd-mrv" id="Ozy-WV-w5O"/>
  181. <outlet property="labelUsername" destination="BiW-NW-hVZ" id="0nF-vI-MBZ"/>
  182. <outlet property="progressQuota" destination="HgC-Ub-Dtb" id="mpA-O3-SpS"/>
  183. <outlet property="tableView" destination="Xym-IM-aqh" id="Esm-wN-pr1"/>
  184. </connections>
  185. </viewController>
  186. <placeholder placeholderIdentifier="IBFirstResponder" id="D6O-WR-IEL" userLabel="First Responder" sceneMemberID="firstResponder"/>
  187. </objects>
  188. <point key="canvasLocation" x="9212" y="1217.5412293853074"/>
  189. </scene>
  190. <!--Offline Container-->
  191. <scene sceneID="AYB-62-j4s">
  192. <objects>
  193. <viewController id="rwz-Z7-lr8" customClass="CCOfflineContainer" sceneMemberID="viewController">
  194. <layoutGuides>
  195. <viewControllerLayoutGuide type="top" id="dzn-ww-83z"/>
  196. <viewControllerLayoutGuide type="bottom" id="tXj-pi-tXG"/>
  197. </layoutGuides>
  198. <view key="view" contentMode="scaleToFill" id="HtS-Rb-W2J">
  199. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  200. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  201. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  202. </view>
  203. <navigationItem key="navigationItem" id="2FU-76-z2B"/>
  204. </viewController>
  205. <placeholder placeholderIdentifier="IBFirstResponder" id="fXh-VU-vqk" userLabel="First Responder" sceneMemberID="firstResponder"/>
  206. </objects>
  207. <point key="canvasLocation" x="5857" y="1218"/>
  208. </scene>
  209. <!--Page View Controller-->
  210. <scene sceneID="UZ5-5e-kso">
  211. <objects>
  212. <pageViewController storyboardIdentifier="OfflinePageViewController" autoresizesArchivedViewToFullSize="NO" transitionStyle="scroll" navigationOrientation="horizontal" spineLocation="none" id="ryN-QC-jWF" sceneMemberID="viewController"/>
  213. <placeholder placeholderIdentifier="IBFirstResponder" id="gHN-MZ-CSY" userLabel="First Responder" sceneMemberID="firstResponder"/>
  214. </objects>
  215. <point key="canvasLocation" x="6487" y="1218"/>
  216. </scene>
  217. <!--Photos Camera Upload-->
  218. <scene sceneID="kWr-RF-gdq">
  219. <objects>
  220. <collectionViewController extendedLayoutIncludesOpaqueBars="YES" id="1Ca-6H-d29" customClass="CCPhotosCameraUpload" sceneMemberID="viewController">
  221. <collectionView key="view" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" dataMode="prototypes" id="zkC-IW-U7O">
  222. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  223. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  224. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  225. <collectionViewFlowLayout key="collectionViewLayout" minimumLineSpacing="3" minimumInteritemSpacing="1" id="Ode-Gf-Nqo">
  226. <size key="itemSize" width="75" height="75"/>
  227. <size key="headerReferenceSize" width="10" height="20"/>
  228. <size key="footerReferenceSize" width="10" height="20"/>
  229. <inset key="sectionInset" minX="4" minY="4" maxX="4" maxY="4"/>
  230. </collectionViewFlowLayout>
  231. <cells>
  232. <collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" reuseIdentifier="cell" id="ax6-Kq-EOT">
  233. <rect key="frame" x="4" y="24" width="75" height="75"/>
  234. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  235. <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
  236. <rect key="frame" x="0.0" y="0.0" width="75" height="75"/>
  237. <autoresizingMask key="autoresizingMask"/>
  238. <subviews>
  239. <imageView userInteractionEnabled="NO" tag="100" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="wv7-Pl-1S9">
  240. <rect key="frame" x="0.0" y="0.0" width="75" height="75"/>
  241. </imageView>
  242. <visualEffectView hidden="YES" opaque="NO" tag="200" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Vaz-kb-VZC">
  243. <rect key="frame" x="0.0" y="0.0" width="75" height="75"/>
  244. <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" id="zTo-QZ-xyF">
  245. <rect key="frame" x="0.0" y="0.0" width="75" height="75"/>
  246. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  247. </view>
  248. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  249. <blurEffect style="extraLight"/>
  250. </visualEffectView>
  251. <imageView hidden="YES" opaque="NO" userInteractionEnabled="NO" tag="300" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="sj1-BH-NWl">
  252. <rect key="frame" x="25" y="25" width="25" height="25"/>
  253. <constraints>
  254. <constraint firstAttribute="height" constant="25" id="8D0-Br-VLn"/>
  255. <constraint firstAttribute="width" constant="25" id="JTW-Py-sqE"/>
  256. </constraints>
  257. </imageView>
  258. </subviews>
  259. </view>
  260. <constraints>
  261. <constraint firstItem="wv7-Pl-1S9" firstAttribute="leading" secondItem="ax6-Kq-EOT" secondAttribute="leading" id="8Lf-ww-OoY"/>
  262. <constraint firstItem="wv7-Pl-1S9" firstAttribute="bottom" secondItem="Vaz-kb-VZC" secondAttribute="bottom" id="8nn-9h-h8F"/>
  263. <constraint firstItem="sj1-BH-NWl" firstAttribute="centerX" secondItem="zTo-QZ-xyF" secondAttribute="centerX" id="Aou-FC-rhP"/>
  264. <constraint firstItem="wv7-Pl-1S9" firstAttribute="trailing" secondItem="Vaz-kb-VZC" secondAttribute="trailing" id="CGZ-Ir-z0l"/>
  265. <constraint firstItem="wv7-Pl-1S9" firstAttribute="top" secondItem="ax6-Kq-EOT" secondAttribute="top" id="H2J-n2-czF"/>
  266. <constraint firstItem="wv7-Pl-1S9" firstAttribute="leading" secondItem="Vaz-kb-VZC" secondAttribute="leading" id="TKe-Ml-mj4"/>
  267. <constraint firstItem="wv7-Pl-1S9" firstAttribute="top" secondItem="Vaz-kb-VZC" secondAttribute="top" id="V3X-qR-o1I"/>
  268. <constraint firstAttribute="trailing" secondItem="wv7-Pl-1S9" secondAttribute="trailing" id="WRD-6l-xgj"/>
  269. <constraint firstItem="sj1-BH-NWl" firstAttribute="centerY" secondItem="zTo-QZ-xyF" secondAttribute="centerY" id="qDU-Pg-7gS"/>
  270. <constraint firstAttribute="bottom" secondItem="wv7-Pl-1S9" secondAttribute="bottom" id="vwT-T5-hkc"/>
  271. </constraints>
  272. </collectionViewCell>
  273. </cells>
  274. <collectionReusableView key="sectionHeaderView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" reuseIdentifier="header" id="0S8-Db-U0e">
  275. <rect key="frame" x="0.0" y="0.0" width="375" height="20"/>
  276. <autoresizingMask key="autoresizingMask"/>
  277. <subviews>
  278. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" tag="100" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Header" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="55Q-Lx-UkW">
  279. <rect key="frame" x="6" y="3" width="352" height="15"/>
  280. <fontDescription key="fontDescription" type="system" pointSize="12"/>
  281. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  282. <nil key="highlightedColor"/>
  283. </label>
  284. </subviews>
  285. <constraints>
  286. <constraint firstAttribute="trailingMargin" secondItem="55Q-Lx-UkW" secondAttribute="trailing" constant="9" id="5gh-ql-db6"/>
  287. <constraint firstItem="55Q-Lx-UkW" firstAttribute="leading" secondItem="0S8-Db-U0e" secondAttribute="leading" constant="6" id="Ltr-ca-4oa"/>
  288. <constraint firstItem="55Q-Lx-UkW" firstAttribute="centerY" secondItem="0S8-Db-U0e" secondAttribute="centerY" id="p4z-mm-sQP"/>
  289. </constraints>
  290. </collectionReusableView>
  291. <collectionReusableView key="sectionFooterView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" reuseIdentifier="footer" id="jDW-vn-a9W">
  292. <rect key="frame" x="0.0" y="103" width="375" height="20"/>
  293. <autoresizingMask key="autoresizingMask"/>
  294. <subviews>
  295. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" tag="100" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Header" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="HVV-2C-7PP">
  296. <rect key="frame" x="8" y="3" width="359" height="15"/>
  297. <fontDescription key="fontDescription" type="system" pointSize="12"/>
  298. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  299. <nil key="highlightedColor"/>
  300. </label>
  301. </subviews>
  302. <constraints>
  303. <constraint firstItem="HVV-2C-7PP" firstAttribute="leading" secondItem="jDW-vn-a9W" secondAttribute="leadingMargin" id="1Cm-hJ-kcH"/>
  304. <constraint firstItem="HVV-2C-7PP" firstAttribute="height" secondItem="jDW-vn-a9W" secondAttribute="height" constant="-5" id="Jio-JV-jMB"/>
  305. <constraint firstItem="HVV-2C-7PP" firstAttribute="centerY" secondItem="jDW-vn-a9W" secondAttribute="centerY" id="SQf-VK-Db4"/>
  306. <constraint firstItem="HVV-2C-7PP" firstAttribute="width" secondItem="jDW-vn-a9W" secondAttribute="width" constant="-16" id="nQC-oH-6jE"/>
  307. </constraints>
  308. </collectionReusableView>
  309. <connections>
  310. <outlet property="dataSource" destination="1Ca-6H-d29" id="Uzm-Ti-Qig"/>
  311. <outlet property="delegate" destination="1Ca-6H-d29" id="GXw-PZ-AIG"/>
  312. </connections>
  313. </collectionView>
  314. <navigationItem key="navigationItem" id="Ljh-k8-LVi"/>
  315. <connections>
  316. <segue destination="mtc-lf-PRo" kind="showDetail" identifier="segueDetail" id="op6-ow-K8v"/>
  317. </connections>
  318. </collectionViewController>
  319. <placeholder placeholderIdentifier="IBFirstResponder" id="W1h-qt-Bld" userLabel="First Responder" sceneMemberID="firstResponder"/>
  320. </objects>
  321. <point key="canvasLocation" x="8572" y="1218"/>
  322. </scene>
  323. <!--Acknowledgements-->
  324. <scene sceneID="h9y-Lj-jxB">
  325. <objects>
  326. <viewController id="Wu3-ow-y4h" customClass="Acknowledgements" sceneMemberID="viewController">
  327. <layoutGuides>
  328. <viewControllerLayoutGuide type="top" id="zkQ-oZ-pz9"/>
  329. <viewControllerLayoutGuide type="bottom" id="RWM-KX-MWW"/>
  330. </layoutGuides>
  331. <view key="view" opaque="NO" contentMode="scaleToFill" id="HYE-hK-m2I">
  332. <rect key="frame" x="0.0" y="64" width="375" height="603"/>
  333. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  334. <subviews>
  335. <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">
  336. <rect key="frame" x="3" y="0.0" width="369" height="603"/>
  337. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  338. <attributedString key="attributedText">
  339. <fragment content="Copyright (C)">
  340. <attributes>
  341. <font key="NSFont" size="14" name="HelveticaNeue"/>
  342. <paragraphStyle key="NSParagraphStyle" alignment="left" lineBreakMode="wordWrapping" baseWritingDirection="natural"/>
  343. </attributes>
  344. </fragment>
  345. </attributedString>
  346. <textInputTraits key="textInputTraits" autocapitalizationType="sentences"/>
  347. <connections>
  348. <outlet property="delegate" destination="Wu3-ow-y4h" id="RHw-TA-1yQ"/>
  349. </connections>
  350. </textView>
  351. </subviews>
  352. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  353. <constraints>
  354. <constraint firstItem="vYq-of-LmL" firstAttribute="leading" secondItem="HYE-hK-m2I" secondAttribute="leadingMargin" constant="-13" id="RHX-O3-otO"/>
  355. <constraint firstItem="vYq-of-LmL" firstAttribute="top" secondItem="zkQ-oZ-pz9" secondAttribute="bottom" id="SwN-pK-RVe"/>
  356. <constraint firstAttribute="trailingMargin" secondItem="vYq-of-LmL" secondAttribute="trailing" constant="-13" id="iao-EZ-391"/>
  357. <constraint firstItem="RWM-KX-MWW" firstAttribute="top" secondItem="vYq-of-LmL" secondAttribute="bottom" id="rjG-Mo-psH"/>
  358. </constraints>
  359. </view>
  360. <extendedEdge key="edgesForExtendedLayout"/>
  361. <navigationItem key="navigationItem" id="NXp-TT-qTB"/>
  362. <connections>
  363. <outlet property="txtTermini" destination="vYq-of-LmL" id="hA3-bm-4ke"/>
  364. <outlet property="view" destination="HYE-hK-m2I" id="lTc-Ug-HO0"/>
  365. </connections>
  366. </viewController>
  367. <placeholder placeholderIdentifier="IBFirstResponder" id="TUv-7S-62D" userLabel="First Responder" sceneMemberID="firstResponder"/>
  368. </objects>
  369. <point key="canvasLocation" x="11260" y="3024"/>
  370. </scene>
  371. <!--Navigation Controller-->
  372. <scene sceneID="eDq-6m-h8d">
  373. <objects>
  374. <navigationController automaticallyAdjustsScrollViewInsets="NO" id="eZl-ut-xpC" sceneMemberID="viewController">
  375. <extendedEdge key="edgesForExtendedLayout"/>
  376. <toolbarItems/>
  377. <navigationBar key="navigationBar" contentMode="scaleToFill" id="rJe-3o-bpZ">
  378. <rect key="frame" x="0.0" y="0.0" width="320" height="44"/>
  379. <autoresizingMask key="autoresizingMask"/>
  380. </navigationBar>
  381. <nil name="viewControllers"/>
  382. <connections>
  383. <segue destination="Wu3-ow-y4h" kind="relationship" relationship="rootViewController" id="Xpr-tm-bWy"/>
  384. </connections>
  385. </navigationController>
  386. <placeholder placeholderIdentifier="IBFirstResponder" id="38M-dR-dlY" userLabel="First Responder" sceneMemberID="firstResponder"/>
  387. </objects>
  388. <point key="canvasLocation" x="11260" y="2254"/>
  389. </scene>
  390. <!--Manage Account-->
  391. <scene sceneID="OhO-6f-Vhc">
  392. <objects>
  393. <viewController id="EIj-cr-7fd" customClass="CCManageAccount" sceneMemberID="viewController">
  394. <layoutGuides>
  395. <viewControllerLayoutGuide type="top" id="uyJ-km-0gk"/>
  396. <viewControllerLayoutGuide type="bottom" id="hEi-St-jlW"/>
  397. </layoutGuides>
  398. <view key="view" contentMode="scaleToFill" id="dTI-9C-Bf2">
  399. <rect key="frame" x="0.0" y="64" width="375" height="554"/>
  400. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  401. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  402. </view>
  403. <extendedEdge key="edgesForExtendedLayout"/>
  404. <navigationItem key="navigationItem" id="I4M-0q-oPz"/>
  405. </viewController>
  406. <placeholder placeholderIdentifier="IBFirstResponder" id="EDa-LU-0rn" userLabel="First Responder" sceneMemberID="firstResponder"/>
  407. </objects>
  408. <point key="canvasLocation" x="13332" y="2254"/>
  409. </scene>
  410. <!--Manage Crypto Cloud-->
  411. <scene sceneID="cbW-au-eCe">
  412. <objects>
  413. <viewController id="Zc0-jh-3hD" customClass="CCManageCryptoCloud" sceneMemberID="viewController">
  414. <layoutGuides>
  415. <viewControllerLayoutGuide type="top" id="Mj6-7r-ybC"/>
  416. <viewControllerLayoutGuide type="bottom" id="qyW-zc-26J"/>
  417. </layoutGuides>
  418. <view key="view" contentMode="scaleToFill" id="y8W-PN-QtS">
  419. <rect key="frame" x="0.0" y="64" width="375" height="554"/>
  420. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  421. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  422. </view>
  423. <extendedEdge key="edgesForExtendedLayout"/>
  424. <navigationItem key="navigationItem" id="Hhs-Wj-nLB"/>
  425. </viewController>
  426. <placeholder placeholderIdentifier="IBFirstResponder" id="ksn-Ew-8Z0" userLabel="First Responder" sceneMemberID="firstResponder"/>
  427. </objects>
  428. <point key="canvasLocation" x="12631" y="2250"/>
  429. </scene>
  430. <!--Manage Camera Upload-->
  431. <scene sceneID="YAa-hT-VHe">
  432. <objects>
  433. <viewController id="DEi-yz-wEj" customClass="CCManageCameraUpload" sceneMemberID="viewController">
  434. <layoutGuides>
  435. <viewControllerLayoutGuide type="top" id="ROd-mD-0FQ"/>
  436. <viewControllerLayoutGuide type="bottom" id="mUa-nu-y9y"/>
  437. </layoutGuides>
  438. <view key="view" contentMode="scaleToFill" id="WFy-lj-QJi">
  439. <rect key="frame" x="0.0" y="64" width="375" height="554"/>
  440. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  441. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  442. </view>
  443. <extendedEdge key="edgesForExtendedLayout"/>
  444. <navigationItem key="navigationItem" id="y2u-7Z-uGO"/>
  445. </viewController>
  446. <placeholder placeholderIdentifier="IBFirstResponder" id="g5a-uE-sF6" userLabel="First Responder" sceneMemberID="firstResponder"/>
  447. </objects>
  448. <point key="canvasLocation" x="11932" y="2254"/>
  449. </scene>
  450. <!--Manage Optimizations-->
  451. <scene sceneID="dOW-Mw-bEM">
  452. <objects>
  453. <viewController id="sOS-YU-Cbr" customClass="CCManageOptimizations" sceneMemberID="viewController">
  454. <layoutGuides>
  455. <viewControllerLayoutGuide type="top" id="tze-zu-iin"/>
  456. <viewControllerLayoutGuide type="bottom" id="MYl-TL-mVB"/>
  457. </layoutGuides>
  458. <view key="view" contentMode="scaleToFill" id="DkJ-LZ-yPy">
  459. <rect key="frame" x="0.0" y="64" width="375" height="554"/>
  460. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  461. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  462. </view>
  463. <extendedEdge key="edgesForExtendedLayout"/>
  464. <navigationItem key="navigationItem" id="f9e-Aq-ViU"/>
  465. </viewController>
  466. <placeholder placeholderIdentifier="IBFirstResponder" id="0UA-CF-A4C" userLabel="First Responder" sceneMemberID="firstResponder"/>
  467. </objects>
  468. <point key="canvasLocation" x="9895" y="2254"/>
  469. </scene>
  470. <!--Main Tab Bar Controller-->
  471. <scene sceneID="gY3-Ur-rTC">
  472. <objects>
  473. <tabBarController automaticallyAdjustsScrollViewInsets="NO" id="FkP-Lh-8zt" customClass="CCMainTabBarController" customModule="Nextcloud" customModuleProvider="target" sceneMemberID="viewController">
  474. <toolbarItems/>
  475. <navigationItem key="navigationItem" id="ozb-fg-0GE">
  476. <barButtonItem key="backBarButtonItem" title="Back" id="oUu-2v-gUF"/>
  477. </navigationItem>
  478. <tabBar key="tabBar" contentMode="scaleToFill" id="72f-jP-cei">
  479. <rect key="frame" x="0.0" y="0.0" width="1000" height="1000"/>
  480. <autoresizingMask key="autoresizingMask"/>
  481. <color key="backgroundColor" red="0.0" green="0.0" blue="0.0" alpha="0.0" colorSpace="custom" customColorSpace="sRGB"/>
  482. </tabBar>
  483. <connections>
  484. <segue destination="bSZ-tE-FEj" kind="relationship" relationship="viewControllers" id="qbu-nX-qCk"/>
  485. <segue destination="hwM-4d-Afb" kind="relationship" relationship="viewControllers" id="tds-0Q-7Zf"/>
  486. <segue destination="Cc7-4O-z6Q" kind="relationship" relationship="viewControllers" id="YKg-LH-tor"/>
  487. <segue destination="Npr-vu-PSD" kind="relationship" relationship="viewControllers" id="XeU-GF-etm"/>
  488. <segue destination="1Z8-Bx-Dqo" kind="relationship" relationship="viewControllers" id="z6l-ei-IMY"/>
  489. </connections>
  490. </tabBarController>
  491. <placeholder placeholderIdentifier="IBFirstResponder" id="d2B-Yg-rp2" userLabel="First Responder" sceneMemberID="firstResponder"/>
  492. </objects>
  493. <point key="canvasLocation" x="7073" y="-709"/>
  494. </scene>
  495. <!--Detail-->
  496. <scene sceneID="zJM-E9-jgK">
  497. <objects>
  498. <viewController storyboardIdentifier="CCDetailVC" extendedLayoutIncludesOpaqueBars="YES" id="zg6-hy-EbU" customClass="CCDetail" sceneMemberID="viewController">
  499. <layoutGuides>
  500. <viewControllerLayoutGuide type="top" id="k2r-4R-ErO"/>
  501. <viewControllerLayoutGuide type="bottom" id="6Tt-yQ-gC5"/>
  502. </layoutGuides>
  503. <view key="view" contentMode="scaleToFill" id="cUA-lB-tGG">
  504. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  505. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  506. <subviews>
  507. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" preservesSuperviewLayoutMargins="YES" image="cryptocloud_sfondo_iPad" translatesAutoresizingMaskIntoConstraints="NO" id="zlU-MP-ZVs">
  508. <rect key="frame" x="59.5" y="240" width="256" height="187"/>
  509. </imageView>
  510. </subviews>
  511. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  512. <constraints>
  513. <constraint firstItem="zlU-MP-ZVs" firstAttribute="centerY" secondItem="cUA-lB-tGG" secondAttribute="centerY" id="NqJ-e6-LfV"/>
  514. <constraint firstItem="zlU-MP-ZVs" firstAttribute="centerX" secondItem="cUA-lB-tGG" secondAttribute="centerX" id="VG7-UF-Zrf"/>
  515. </constraints>
  516. </view>
  517. <navigationItem key="navigationItem" id="cJm-UN-Dvj" userLabel="Detail"/>
  518. <connections>
  519. <outlet property="imageBackground" destination="zlU-MP-ZVs" id="XRF-iq-qSn"/>
  520. </connections>
  521. </viewController>
  522. <placeholder placeholderIdentifier="IBFirstResponder" id="IJ0-oL-QKv" userLabel="First Responder" sceneMemberID="firstResponder"/>
  523. </objects>
  524. <point key="canvasLocation" x="4596" y="3823"/>
  525. </scene>
  526. <!--Main-->
  527. <scene sceneID="OEe-6n-ARk">
  528. <objects>
  529. <tableViewController storyboardIdentifier="CCMainVC" extendedLayoutIncludesOpaqueBars="YES" id="YJg-Xa-VYf" customClass="CCMain" sceneMemberID="viewController">
  530. <tableView key="view" opaque="NO" clipsSubviews="YES" clearsContextBeforeDrawing="NO" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" allowsSelectionDuringEditing="YES" rowHeight="60" sectionHeaderHeight="22" sectionFooterHeight="22" id="7sT-6b-Pnh">
  531. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  532. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  533. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  534. <sections/>
  535. <connections>
  536. <outlet property="dataSource" destination="YJg-Xa-VYf" id="sz8-sd-5O4"/>
  537. <outlet property="delegate" destination="YJg-Xa-VYf" id="Pwe-im-Vzk"/>
  538. </connections>
  539. </tableView>
  540. <navigationItem key="navigationItem" id="TXe-bF-Uwk"/>
  541. <connections>
  542. <outlet property="searchDisplayController" destination="xcf-VI-FqA" id="nZk-CY-UUL"/>
  543. <segue destination="mtc-lf-PRo" kind="showDetail" identifier="segueDetail" id="YTW-Kz-l02"/>
  544. </connections>
  545. </tableViewController>
  546. <placeholder placeholderIdentifier="IBFirstResponder" id="q78-1k-pga" userLabel="First Responder" sceneMemberID="firstResponder"/>
  547. <searchDisplayController id="xcf-VI-FqA">
  548. <connections>
  549. <outlet property="delegate" destination="YJg-Xa-VYf" id="J25-Dg-BOy"/>
  550. <outlet property="searchContentsController" destination="YJg-Xa-VYf" id="f4n-7F-MTp"/>
  551. <outlet property="searchResultsDataSource" destination="YJg-Xa-VYf" id="Omt-3Z-A1J"/>
  552. <outlet property="searchResultsDelegate" destination="YJg-Xa-VYf" id="r6f-t7-MvO"/>
  553. </connections>
  554. </searchDisplayController>
  555. </objects>
  556. <point key="canvasLocation" x="5214" y="1218"/>
  557. </scene>
  558. <!--Navigation Controller-->
  559. <scene sceneID="Xur-XN-mjy">
  560. <objects>
  561. <navigationController storyboardIdentifier="CCDetailNC" extendedLayoutIncludesOpaqueBars="YES" automaticallyAdjustsScrollViewInsets="NO" id="mtc-lf-PRo" sceneMemberID="viewController">
  562. <toolbarItems/>
  563. <navigationBar key="navigationBar" contentMode="scaleToFill" id="vxw-dW-rgx">
  564. <rect key="frame" x="0.0" y="0.0" width="320" height="44"/>
  565. <autoresizingMask key="autoresizingMask"/>
  566. </navigationBar>
  567. <nil name="viewControllers"/>
  568. <connections>
  569. <segue destination="zg6-hy-EbU" kind="relationship" relationship="rootViewController" id="qIX-Hw-L2i"/>
  570. </connections>
  571. </navigationController>
  572. <placeholder placeholderIdentifier="IBFirstResponder" id="1l7-Aj-XxZ" userLabel="First Responder" sceneMemberID="firstResponder"/>
  573. </objects>
  574. <point key="canvasLocation" x="4596" y="3018"/>
  575. </scene>
  576. <!--File-->
  577. <scene sceneID="dMv-43-hWy">
  578. <objects>
  579. <navigationController storyboardIdentifier="CCMainNC" extendedLayoutIncludesOpaqueBars="YES" automaticallyAdjustsScrollViewInsets="NO" id="bSZ-tE-FEj" customClass="CCControlCenter" sceneMemberID="viewController">
  580. <tabBarItem key="tabBarItem" title="File" image="fileNextcloud" id="Zxv-aS-HGF"/>
  581. <toolbarItems/>
  582. <navigationBar key="navigationBar" contentMode="scaleToFill" id="cj6-rT-wnB">
  583. <rect key="frame" x="0.0" y="0.0" width="320" height="44"/>
  584. <autoresizingMask key="autoresizingMask"/>
  585. </navigationBar>
  586. <nil name="viewControllers"/>
  587. <connections>
  588. <segue destination="YJg-Xa-VYf" kind="relationship" relationship="rootViewController" id="55n-k6-dDK"/>
  589. </connections>
  590. </navigationController>
  591. <placeholder placeholderIdentifier="IBFirstResponder" id="k95-tV-JJx" userLabel="First Responder" sceneMemberID="firstResponder"/>
  592. </objects>
  593. <point key="canvasLocation" x="5215" y="327"/>
  594. </scene>
  595. <!--Favorite-->
  596. <scene sceneID="YSr-JF-a0V">
  597. <objects>
  598. <navigationController extendedLayoutIncludesOpaqueBars="YES" automaticallyAdjustsScrollViewInsets="NO" id="hwM-4d-Afb" sceneMemberID="viewController">
  599. <tabBarItem key="tabBarItem" title="Favorite" image="tabBarFavorite" id="o09-67-hwf"/>
  600. <toolbarItems/>
  601. <navigationBar key="navigationBar" contentMode="scaleToFill" id="MJw-Bn-5le">
  602. <rect key="frame" x="0.0" y="0.0" width="320" height="44"/>
  603. <autoresizingMask key="autoresizingMask"/>
  604. </navigationBar>
  605. <nil name="viewControllers"/>
  606. <connections>
  607. <segue destination="rwz-Z7-lr8" kind="relationship" relationship="rootViewController" id="sp7-ug-USE"/>
  608. </connections>
  609. </navigationController>
  610. <placeholder placeholderIdentifier="IBFirstResponder" id="NME-vT-pfd" userLabel="First Responder" sceneMemberID="firstResponder"/>
  611. </objects>
  612. <point key="canvasLocation" x="5857" y="327"/>
  613. </scene>
  614. <!--Offline Page Content-->
  615. <scene sceneID="33n-4d-goO">
  616. <objects>
  617. <viewController storyboardIdentifier="OfflinePageContent" id="6uw-SF-2Qu" customClass="CCOfflinePageContent" sceneMemberID="viewController">
  618. <layoutGuides>
  619. <viewControllerLayoutGuide type="top" id="kXv-QP-Tlq"/>
  620. <viewControllerLayoutGuide type="bottom" id="Y8a-Ua-b9s"/>
  621. </layoutGuides>
  622. <view key="view" contentMode="scaleToFill" id="o6l-1S-6dH">
  623. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  624. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  625. <subviews>
  626. <tableView clipsSubviews="YES" contentMode="scaleToFill" fixedFrame="YES" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="44" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="Pes-cJ-S4N">
  627. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  628. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" widthSizable="YES" flexibleMaxX="YES" flexibleMinY="YES" heightSizable="YES" flexibleMaxY="YES"/>
  629. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  630. <connections>
  631. <outlet property="dataSource" destination="6uw-SF-2Qu" id="65P-9j-K6G"/>
  632. <outlet property="delegate" destination="6uw-SF-2Qu" id="jGP-Hq-vWN"/>
  633. </connections>
  634. </tableView>
  635. </subviews>
  636. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  637. </view>
  638. <connections>
  639. <outlet property="tableView" destination="Pes-cJ-S4N" id="Fxj-3r-MCL"/>
  640. <segue destination="mtc-lf-PRo" kind="showDetail" identifier="segueDetail" id="45n-bF-9RO"/>
  641. </connections>
  642. </viewController>
  643. <placeholder placeholderIdentifier="IBFirstResponder" id="d5y-uw-vht" userLabel="First Responder" sceneMemberID="firstResponder"/>
  644. </objects>
  645. <point key="canvasLocation" x="7125.6000000000004" y="1217.5412293853074"/>
  646. </scene>
  647. <!--View Controller-->
  648. <scene sceneID="60G-IQ-Axc">
  649. <objects>
  650. <viewController id="5u0-hQ-Qcc" sceneMemberID="viewController">
  651. <layoutGuides>
  652. <viewControllerLayoutGuide type="top" id="ydP-J5-ga0"/>
  653. <viewControllerLayoutGuide type="bottom" id="VEh-cM-lkh"/>
  654. </layoutGuides>
  655. <view key="view" contentMode="scaleToFill" id="vDQ-hO-q2d">
  656. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  657. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  658. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  659. </view>
  660. <navigationItem key="navigationItem" id="DJa-X9-gd4"/>
  661. </viewController>
  662. <placeholder placeholderIdentifier="IBFirstResponder" id="rff-dP-xgt" userLabel="First Responder" sceneMemberID="firstResponder"/>
  663. </objects>
  664. <point key="canvasLocation" x="7934" y="1218"/>
  665. </scene>
  666. <!--Photos-->
  667. <scene sceneID="IuY-Iu-oAm">
  668. <objects>
  669. <navigationController extendedLayoutIncludesOpaqueBars="YES" automaticallyAdjustsScrollViewInsets="NO" id="Npr-vu-PSD" sceneMemberID="viewController">
  670. <tabBarItem key="tabBarItem" title="Photos" image="tabBarPhotos" id="5cw-bP-7It"/>
  671. <toolbarItems/>
  672. <navigationBar key="navigationBar" contentMode="scaleToFill" id="ixg-Pw-TNO">
  673. <rect key="frame" x="0.0" y="0.0" width="320" height="44"/>
  674. <autoresizingMask key="autoresizingMask"/>
  675. </navigationBar>
  676. <nil name="viewControllers"/>
  677. <connections>
  678. <segue destination="1Ca-6H-d29" kind="relationship" relationship="rootViewController" id="z78-Fg-8sL"/>
  679. </connections>
  680. </navigationController>
  681. <placeholder placeholderIdentifier="IBFirstResponder" id="cZf-pk-3Bd" userLabel="First Responder" sceneMemberID="firstResponder"/>
  682. </objects>
  683. <point key="canvasLocation" x="8572" y="327"/>
  684. </scene>
  685. <!--Manage Synchronizations-->
  686. <scene sceneID="rlM-Pz-rta">
  687. <objects>
  688. <viewController id="gTd-HL-PVY" customClass="CCManageSynchronizations" sceneMemberID="viewController">
  689. <layoutGuides>
  690. <viewControllerLayoutGuide type="top" id="9Kq-b8-Bh8"/>
  691. <viewControllerLayoutGuide type="bottom" id="uoD-Vb-rfP"/>
  692. </layoutGuides>
  693. <view key="view" contentMode="scaleToFill" id="cO8-G4-hHt">
  694. <rect key="frame" x="0.0" y="64" width="375" height="554"/>
  695. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  696. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  697. </view>
  698. <extendedEdge key="edgesForExtendedLayout"/>
  699. <navigationItem key="navigationItem" id="XMM-MK-ZBM"/>
  700. </viewController>
  701. <placeholder placeholderIdentifier="IBFirstResponder" id="2YG-G9-yyB" userLabel="First Responder" sceneMemberID="firstResponder"/>
  702. </objects>
  703. <point key="canvasLocation" x="10615" y="2254"/>
  704. </scene>
  705. <!--Manage Help-->
  706. <scene sceneID="Kwp-bi-zU9">
  707. <objects>
  708. <viewController id="HU7-az-TgV" customClass="CCManageHelp" sceneMemberID="viewController">
  709. <layoutGuides>
  710. <viewControllerLayoutGuide type="top" id="q5t-Kt-Dku"/>
  711. <viewControllerLayoutGuide type="bottom" id="wiG-3f-6XF"/>
  712. </layoutGuides>
  713. <view key="view" contentMode="scaleToFill" id="LNE-IV-JjC">
  714. <rect key="frame" x="0.0" y="64" width="375" height="554"/>
  715. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  716. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  717. </view>
  718. <extendedEdge key="edgesForExtendedLayout"/>
  719. <navigationItem key="navigationItem" id="Zzl-Z4-6Qp"/>
  720. </viewController>
  721. <placeholder placeholderIdentifier="IBFirstResponder" id="oeH-9e-IVz" userLabel="First Responder" sceneMemberID="firstResponder"/>
  722. </objects>
  723. <point key="canvasLocation" x="9212" y="2251"/>
  724. </scene>
  725. <!--Navigation Controller-->
  726. <scene sceneID="cip-AF-Ks2">
  727. <objects>
  728. <navigationController automaticallyAdjustsScrollViewInsets="NO" id="Cc7-4O-z6Q" sceneMemberID="viewController">
  729. <tabBarItem key="tabBarItem" enabled="NO" title="" image="Plus" id="vIy-cM-ojV"/>
  730. <toolbarItems/>
  731. <navigationBar key="navigationBar" contentMode="scaleToFill" id="jCU-so-Np6">
  732. <rect key="frame" x="0.0" y="0.0" width="375" height="44"/>
  733. <autoresizingMask key="autoresizingMask"/>
  734. </navigationBar>
  735. <nil name="viewControllers"/>
  736. <connections>
  737. <segue destination="5u0-hQ-Qcc" kind="relationship" relationship="rootViewController" id="XaQ-dk-iGO"/>
  738. </connections>
  739. </navigationController>
  740. <placeholder placeholderIdentifier="IBFirstResponder" id="ohd-Sv-ssv" userLabel="First Responder" sceneMemberID="firstResponder"/>
  741. </objects>
  742. <point key="canvasLocation" x="7935" y="327"/>
  743. </scene>
  744. <!--More-->
  745. <scene sceneID="4RE-f1-SKU">
  746. <objects>
  747. <navigationController automaticallyAdjustsScrollViewInsets="NO" id="1Z8-Bx-Dqo" sceneMemberID="viewController">
  748. <tabBarItem key="tabBarItem" title="More" image="tabBarMore" id="U4f-qS-cgh"/>
  749. <toolbarItems/>
  750. <navigationBar key="navigationBar" contentMode="scaleToFill" id="yVo-p8-ApS">
  751. <rect key="frame" x="0.0" y="0.0" width="375" height="44"/>
  752. <autoresizingMask key="autoresizingMask"/>
  753. </navigationBar>
  754. <nil name="viewControllers"/>
  755. <connections>
  756. <segue destination="9DM-ts-oJu" kind="relationship" relationship="rootViewController" id="KD8-1A-v76"/>
  757. <segue destination="amx-XG-NId" kind="show" identifier="segueSettings" id="iJw-qx-dwJ"/>
  758. </connections>
  759. </navigationController>
  760. <placeholder placeholderIdentifier="IBFirstResponder" id="D7n-Z1-9wU" userLabel="First Responder" sceneMemberID="firstResponder"/>
  761. </objects>
  762. <point key="canvasLocation" x="9212" y="326"/>
  763. </scene>
  764. </scenes>
  765. <resources>
  766. <image name="Plus" width="40" height="40"/>
  767. <image name="avatar" width="25" height="25"/>
  768. <image name="cryptocloud_sfondo_iPad" width="256" height="187"/>
  769. <image name="fileNextcloud" width="25" height="25"/>
  770. <image name="nextcloudBackground" width="960" height="640"/>
  771. <image name="tabBarFavorite" width="25" height="25"/>
  772. <image name="tabBarMore" width="25" height="25"/>
  773. <image name="tabBarPhotos" width="25" height="21"/>
  774. </resources>
  775. <inferredMetricsTieBreakers>
  776. <segue reference="op6-ow-K8v"/>
  777. </inferredMetricsTieBreakers>
  778. </document>