Main.storyboard 52 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697
  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="384" height="554"/>
  37. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  38. <subviews>
  39. <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">
  40. <rect key="frame" x="0.0" y="-66" width="384" height="620"/>
  41. <color key="backgroundColor" red="0.93725490196078431" green="0.93725490196078431" blue="0.95686274509803926" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  42. </tableView>
  43. </subviews>
  44. <color key="backgroundColor" red="0.93725490196078431" green="0.93725490196078431" blue="0.95686274509803926" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  45. <constraints>
  46. <constraint firstItem="RbN-9l-HP2" firstAttribute="bottom" secondItem="EGW-gb-08A" secondAttribute="top" id="Egr-jv-RF6"/>
  47. <constraint firstAttribute="trailing" secondItem="RbN-9l-HP2" secondAttribute="trailing" id="Jr0-h7-P2a"/>
  48. <constraint firstItem="RbN-9l-HP2" firstAttribute="leading" secondItem="qPP-0c-bH9" secondAttribute="leading" id="QD1-en-dYI"/>
  49. <constraint firstItem="RbN-9l-HP2" firstAttribute="top" secondItem="NjY-Ao-agJ" secondAttribute="bottom" constant="-66" id="pHf-e9-ueA"/>
  50. </constraints>
  51. </view>
  52. <extendedEdge key="edgesForExtendedLayout"/>
  53. <navigationItem key="navigationItem" id="1CO-Ie-Aaj"/>
  54. <connections>
  55. <segue destination="eZl-ut-xpC" kind="presentation" identifier="AcknowledgementsSegue" modalPresentationStyle="formSheet" id="J9C-Ex-Q6i"/>
  56. <segue destination="EIj-cr-7fd" kind="show" identifier="CCManageAccountSegue" id="u0T-X2-SEH"/>
  57. <segue destination="DEi-yz-wEj" kind="show" identifier="CCManageCameraUploadSegue" id="Aij-5E-cNN"/>
  58. <segue destination="sOS-YU-Cbr" kind="show" identifier="CCManageOptimizationsSegue" id="JoS-OK-Poe"/>
  59. <segue destination="gTd-HL-PVY" kind="show" identifier="CCManageSynchronizationsSegue" id="MsD-Ag-XH5"/>
  60. <segue destination="HU7-az-TgV" kind="show" identifier="CCManageHelpSegue" id="bfB-KM-85a"/>
  61. <segue destination="Zc0-jh-3hD" kind="show" identifier="CCManageCryptoCloudSegue" id="BZx-hA-Ydj"/>
  62. </connections>
  63. </viewController>
  64. <placeholder placeholderIdentifier="IBFirstResponder" id="wVn-RD-GD2" userLabel="First Responder" sceneMemberID="firstResponder"/>
  65. </objects>
  66. <point key="canvasLocation" x="9213" y="1218"/>
  67. </scene>
  68. <!--More-->
  69. <scene sceneID="Mdr-ch-zRI">
  70. <objects>
  71. <viewController id="9DM-ts-oJu" customClass="CCMore" sceneMemberID="viewController">
  72. <layoutGuides>
  73. <viewControllerLayoutGuide type="top" id="myb-PI-7vm"/>
  74. <viewControllerLayoutGuide type="bottom" id="vKf-mG-hvt"/>
  75. </layoutGuides>
  76. <view key="view" contentMode="scaleToFill" id="XtC-Je-LUc">
  77. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  78. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  79. <subviews>
  80. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="nextcloudBackground" translatesAutoresizingMaskIntoConstraints="NO" id="cxb-Vw-8zb">
  81. <rect key="frame" x="0.0" y="20" width="375" height="166"/>
  82. </imageView>
  83. <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="44" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="Xym-IM-aqh">
  84. <rect key="frame" x="0.0" y="194" width="375" height="453"/>
  85. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  86. </tableView>
  87. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="DWx-1W-vs0">
  88. <rect key="frame" x="16" y="73" width="60" height="60"/>
  89. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxX="YES" heightSizable="YES" flexibleMaxY="YES"/>
  90. </imageView>
  91. </subviews>
  92. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  93. <constraints>
  94. <constraint firstItem="cxb-Vw-8zb" firstAttribute="top" secondItem="myb-PI-7vm" secondAttribute="bottom" id="4l7-cf-DHE"/>
  95. <constraint firstAttribute="trailing" secondItem="cxb-Vw-8zb" secondAttribute="trailing" id="AjJ-cB-0xu"/>
  96. <constraint firstItem="Xym-IM-aqh" firstAttribute="leading" secondItem="cxb-Vw-8zb" secondAttribute="leading" id="DKF-Y7-cmv"/>
  97. <constraint firstItem="Xym-IM-aqh" firstAttribute="trailing" secondItem="cxb-Vw-8zb" secondAttribute="trailing" id="SNN-Jv-Ezx"/>
  98. <constraint firstItem="Xym-IM-aqh" firstAttribute="top" secondItem="cxb-Vw-8zb" secondAttribute="bottom" constant="8" id="gtG-qs-qFg"/>
  99. <constraint firstAttribute="bottom" secondItem="Xym-IM-aqh" secondAttribute="bottom" constant="20" symbolic="YES" id="iky-9q-uu8"/>
  100. <constraint firstItem="vKf-mG-hvt" firstAttribute="top" secondItem="cxb-Vw-8zb" secondAttribute="bottom" constant="481" id="qZP-h6-sJW"/>
  101. <constraint firstItem="cxb-Vw-8zb" firstAttribute="leading" secondItem="XtC-Je-LUc" secondAttribute="leading" id="qyg-dI-shE"/>
  102. </constraints>
  103. </view>
  104. </viewController>
  105. <placeholder placeholderIdentifier="IBFirstResponder" id="D6O-WR-IEL" userLabel="First Responder" sceneMemberID="firstResponder"/>
  106. </objects>
  107. <point key="canvasLocation" x="9869.6000000000004" y="1217.5412293853074"/>
  108. </scene>
  109. <!--Offline Container-->
  110. <scene sceneID="AYB-62-j4s">
  111. <objects>
  112. <viewController id="rwz-Z7-lr8" customClass="CCOfflineContainer" sceneMemberID="viewController">
  113. <layoutGuides>
  114. <viewControllerLayoutGuide type="top" id="dzn-ww-83z"/>
  115. <viewControllerLayoutGuide type="bottom" id="tXj-pi-tXG"/>
  116. </layoutGuides>
  117. <view key="view" contentMode="scaleToFill" id="HtS-Rb-W2J">
  118. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  119. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  120. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  121. </view>
  122. <navigationItem key="navigationItem" id="2FU-76-z2B"/>
  123. </viewController>
  124. <placeholder placeholderIdentifier="IBFirstResponder" id="fXh-VU-vqk" userLabel="First Responder" sceneMemberID="firstResponder"/>
  125. </objects>
  126. <point key="canvasLocation" x="5857" y="1218"/>
  127. </scene>
  128. <!--Page View Controller-->
  129. <scene sceneID="UZ5-5e-kso">
  130. <objects>
  131. <pageViewController storyboardIdentifier="OfflinePageViewController" autoresizesArchivedViewToFullSize="NO" transitionStyle="scroll" navigationOrientation="horizontal" spineLocation="none" id="ryN-QC-jWF" sceneMemberID="viewController"/>
  132. <placeholder placeholderIdentifier="IBFirstResponder" id="gHN-MZ-CSY" userLabel="First Responder" sceneMemberID="firstResponder"/>
  133. </objects>
  134. <point key="canvasLocation" x="6487" y="1218"/>
  135. </scene>
  136. <!--Photos Camera Upload-->
  137. <scene sceneID="kWr-RF-gdq">
  138. <objects>
  139. <collectionViewController extendedLayoutIncludesOpaqueBars="YES" id="1Ca-6H-d29" customClass="CCPhotosCameraUpload" sceneMemberID="viewController">
  140. <collectionView key="view" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" dataMode="prototypes" id="zkC-IW-U7O">
  141. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  142. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  143. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  144. <collectionViewFlowLayout key="collectionViewLayout" minimumLineSpacing="3" minimumInteritemSpacing="1" id="Ode-Gf-Nqo">
  145. <size key="itemSize" width="75" height="75"/>
  146. <size key="headerReferenceSize" width="10" height="20"/>
  147. <size key="footerReferenceSize" width="10" height="20"/>
  148. <inset key="sectionInset" minX="4" minY="4" maxX="4" maxY="4"/>
  149. </collectionViewFlowLayout>
  150. <cells>
  151. <collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" reuseIdentifier="cell" id="ax6-Kq-EOT">
  152. <rect key="frame" x="4" y="24" width="75" height="75"/>
  153. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  154. <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
  155. <rect key="frame" x="0.0" y="0.0" width="75" height="75"/>
  156. <autoresizingMask key="autoresizingMask"/>
  157. <subviews>
  158. <imageView userInteractionEnabled="NO" tag="100" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="wv7-Pl-1S9">
  159. <rect key="frame" x="0.0" y="0.0" width="75" height="75"/>
  160. </imageView>
  161. <visualEffectView hidden="YES" opaque="NO" tag="200" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Vaz-kb-VZC">
  162. <rect key="frame" x="0.0" y="0.0" width="75" height="75"/>
  163. <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" id="zTo-QZ-xyF">
  164. <rect key="frame" x="0.0" y="0.0" width="75" height="75"/>
  165. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  166. </view>
  167. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  168. <blurEffect style="extraLight"/>
  169. </visualEffectView>
  170. <imageView hidden="YES" opaque="NO" userInteractionEnabled="NO" tag="300" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="sj1-BH-NWl">
  171. <rect key="frame" x="25" y="25" width="25" height="25"/>
  172. <constraints>
  173. <constraint firstAttribute="height" constant="25" id="8D0-Br-VLn"/>
  174. <constraint firstAttribute="width" constant="25" id="JTW-Py-sqE"/>
  175. </constraints>
  176. </imageView>
  177. </subviews>
  178. </view>
  179. <constraints>
  180. <constraint firstItem="wv7-Pl-1S9" firstAttribute="leading" secondItem="ax6-Kq-EOT" secondAttribute="leading" id="8Lf-ww-OoY"/>
  181. <constraint firstItem="wv7-Pl-1S9" firstAttribute="bottom" secondItem="Vaz-kb-VZC" secondAttribute="bottom" id="8nn-9h-h8F"/>
  182. <constraint firstItem="sj1-BH-NWl" firstAttribute="centerX" secondItem="zTo-QZ-xyF" secondAttribute="centerX" id="Aou-FC-rhP"/>
  183. <constraint firstItem="wv7-Pl-1S9" firstAttribute="trailing" secondItem="Vaz-kb-VZC" secondAttribute="trailing" id="CGZ-Ir-z0l"/>
  184. <constraint firstItem="wv7-Pl-1S9" firstAttribute="top" secondItem="ax6-Kq-EOT" secondAttribute="top" id="H2J-n2-czF"/>
  185. <constraint firstItem="wv7-Pl-1S9" firstAttribute="leading" secondItem="Vaz-kb-VZC" secondAttribute="leading" id="TKe-Ml-mj4"/>
  186. <constraint firstItem="wv7-Pl-1S9" firstAttribute="top" secondItem="Vaz-kb-VZC" secondAttribute="top" id="V3X-qR-o1I"/>
  187. <constraint firstAttribute="trailing" secondItem="wv7-Pl-1S9" secondAttribute="trailing" id="WRD-6l-xgj"/>
  188. <constraint firstItem="sj1-BH-NWl" firstAttribute="centerY" secondItem="zTo-QZ-xyF" secondAttribute="centerY" id="qDU-Pg-7gS"/>
  189. <constraint firstAttribute="bottom" secondItem="wv7-Pl-1S9" secondAttribute="bottom" id="vwT-T5-hkc"/>
  190. </constraints>
  191. </collectionViewCell>
  192. </cells>
  193. <collectionReusableView key="sectionHeaderView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" reuseIdentifier="header" id="0S8-Db-U0e">
  194. <rect key="frame" x="0.0" y="0.0" width="375" height="20"/>
  195. <autoresizingMask key="autoresizingMask"/>
  196. <subviews>
  197. <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">
  198. <rect key="frame" x="6" y="3" width="352" height="15"/>
  199. <fontDescription key="fontDescription" type="system" pointSize="12"/>
  200. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  201. <nil key="highlightedColor"/>
  202. </label>
  203. </subviews>
  204. <constraints>
  205. <constraint firstAttribute="trailingMargin" secondItem="55Q-Lx-UkW" secondAttribute="trailing" constant="9" id="5gh-ql-db6"/>
  206. <constraint firstItem="55Q-Lx-UkW" firstAttribute="leading" secondItem="0S8-Db-U0e" secondAttribute="leading" constant="6" id="Ltr-ca-4oa"/>
  207. <constraint firstItem="55Q-Lx-UkW" firstAttribute="centerY" secondItem="0S8-Db-U0e" secondAttribute="centerY" id="p4z-mm-sQP"/>
  208. </constraints>
  209. </collectionReusableView>
  210. <collectionReusableView key="sectionFooterView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" reuseIdentifier="footer" id="jDW-vn-a9W">
  211. <rect key="frame" x="0.0" y="103" width="375" height="20"/>
  212. <autoresizingMask key="autoresizingMask"/>
  213. <subviews>
  214. <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">
  215. <rect key="frame" x="8" y="3" width="359" height="15"/>
  216. <fontDescription key="fontDescription" type="system" pointSize="12"/>
  217. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  218. <nil key="highlightedColor"/>
  219. </label>
  220. </subviews>
  221. <constraints>
  222. <constraint firstItem="HVV-2C-7PP" firstAttribute="leading" secondItem="jDW-vn-a9W" secondAttribute="leadingMargin" id="1Cm-hJ-kcH"/>
  223. <constraint firstItem="HVV-2C-7PP" firstAttribute="height" secondItem="jDW-vn-a9W" secondAttribute="height" constant="-5" id="Jio-JV-jMB"/>
  224. <constraint firstItem="HVV-2C-7PP" firstAttribute="centerY" secondItem="jDW-vn-a9W" secondAttribute="centerY" id="SQf-VK-Db4"/>
  225. <constraint firstItem="HVV-2C-7PP" firstAttribute="width" secondItem="jDW-vn-a9W" secondAttribute="width" constant="-16" id="nQC-oH-6jE"/>
  226. </constraints>
  227. </collectionReusableView>
  228. <connections>
  229. <outlet property="dataSource" destination="1Ca-6H-d29" id="Uzm-Ti-Qig"/>
  230. <outlet property="delegate" destination="1Ca-6H-d29" id="GXw-PZ-AIG"/>
  231. </connections>
  232. </collectionView>
  233. <navigationItem key="navigationItem" id="Ljh-k8-LVi"/>
  234. <connections>
  235. <segue destination="mtc-lf-PRo" kind="showDetail" identifier="segueDetail" id="op6-ow-K8v"/>
  236. </connections>
  237. </collectionViewController>
  238. <placeholder placeholderIdentifier="IBFirstResponder" id="W1h-qt-Bld" userLabel="First Responder" sceneMemberID="firstResponder"/>
  239. </objects>
  240. <point key="canvasLocation" x="8572" y="1218"/>
  241. </scene>
  242. <!--Acknowledgements-->
  243. <scene sceneID="h9y-Lj-jxB">
  244. <objects>
  245. <viewController id="Wu3-ow-y4h" customClass="Acknowledgements" sceneMemberID="viewController">
  246. <layoutGuides>
  247. <viewControllerLayoutGuide type="top" id="zkQ-oZ-pz9"/>
  248. <viewControllerLayoutGuide type="bottom" id="RWM-KX-MWW"/>
  249. </layoutGuides>
  250. <view key="view" opaque="NO" contentMode="scaleToFill" id="HYE-hK-m2I">
  251. <rect key="frame" x="0.0" y="64" width="375" height="603"/>
  252. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  253. <subviews>
  254. <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">
  255. <rect key="frame" x="3" y="0.0" width="369" height="603"/>
  256. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  257. <attributedString key="attributedText">
  258. <fragment content="Copyright (C)">
  259. <attributes>
  260. <font key="NSFont" size="14" name="HelveticaNeue"/>
  261. <paragraphStyle key="NSParagraphStyle" alignment="left" lineBreakMode="wordWrapping" baseWritingDirection="natural"/>
  262. </attributes>
  263. </fragment>
  264. </attributedString>
  265. <textInputTraits key="textInputTraits" autocapitalizationType="sentences"/>
  266. <connections>
  267. <outlet property="delegate" destination="Wu3-ow-y4h" id="RHw-TA-1yQ"/>
  268. </connections>
  269. </textView>
  270. </subviews>
  271. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  272. <constraints>
  273. <constraint firstItem="vYq-of-LmL" firstAttribute="leading" secondItem="HYE-hK-m2I" secondAttribute="leadingMargin" constant="-13" id="RHX-O3-otO"/>
  274. <constraint firstItem="vYq-of-LmL" firstAttribute="top" secondItem="zkQ-oZ-pz9" secondAttribute="bottom" id="SwN-pK-RVe"/>
  275. <constraint firstAttribute="trailingMargin" secondItem="vYq-of-LmL" secondAttribute="trailing" constant="-13" id="iao-EZ-391"/>
  276. <constraint firstItem="RWM-KX-MWW" firstAttribute="top" secondItem="vYq-of-LmL" secondAttribute="bottom" id="rjG-Mo-psH"/>
  277. </constraints>
  278. </view>
  279. <extendedEdge key="edgesForExtendedLayout"/>
  280. <navigationItem key="navigationItem" id="NXp-TT-qTB"/>
  281. <connections>
  282. <outlet property="txtTermini" destination="vYq-of-LmL" id="hA3-bm-4ke"/>
  283. <outlet property="view" destination="HYE-hK-m2I" id="lTc-Ug-HO0"/>
  284. </connections>
  285. </viewController>
  286. <placeholder placeholderIdentifier="IBFirstResponder" id="TUv-7S-62D" userLabel="First Responder" sceneMemberID="firstResponder"/>
  287. </objects>
  288. <point key="canvasLocation" x="11065" y="3823"/>
  289. </scene>
  290. <!--Navigation Controller-->
  291. <scene sceneID="eDq-6m-h8d">
  292. <objects>
  293. <navigationController automaticallyAdjustsScrollViewInsets="NO" id="eZl-ut-xpC" sceneMemberID="viewController">
  294. <extendedEdge key="edgesForExtendedLayout"/>
  295. <toolbarItems/>
  296. <navigationBar key="navigationBar" contentMode="scaleToFill" id="rJe-3o-bpZ">
  297. <rect key="frame" x="0.0" y="0.0" width="320" height="44"/>
  298. <autoresizingMask key="autoresizingMask"/>
  299. </navigationBar>
  300. <nil name="viewControllers"/>
  301. <connections>
  302. <segue destination="Wu3-ow-y4h" kind="relationship" relationship="rootViewController" id="Xpr-tm-bWy"/>
  303. </connections>
  304. </navigationController>
  305. <placeholder placeholderIdentifier="IBFirstResponder" id="38M-dR-dlY" userLabel="First Responder" sceneMemberID="firstResponder"/>
  306. </objects>
  307. <point key="canvasLocation" x="11065" y="3019"/>
  308. </scene>
  309. <!--Manage Account-->
  310. <scene sceneID="OhO-6f-Vhc">
  311. <objects>
  312. <viewController id="EIj-cr-7fd" customClass="CCManageAccount" sceneMemberID="viewController">
  313. <layoutGuides>
  314. <viewControllerLayoutGuide type="top" id="uyJ-km-0gk"/>
  315. <viewControllerLayoutGuide type="bottom" id="hEi-St-jlW"/>
  316. </layoutGuides>
  317. <view key="view" contentMode="scaleToFill" id="dTI-9C-Bf2">
  318. <rect key="frame" x="0.0" y="64" width="384" height="554"/>
  319. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  320. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  321. </view>
  322. <extendedEdge key="edgesForExtendedLayout"/>
  323. <navigationItem key="navigationItem" id="I4M-0q-oPz"/>
  324. </viewController>
  325. <placeholder placeholderIdentifier="IBFirstResponder" id="EDa-LU-0rn" userLabel="First Responder" sceneMemberID="firstResponder"/>
  326. </objects>
  327. <point key="canvasLocation" x="7213" y="3018"/>
  328. </scene>
  329. <!--Manage Crypto Cloud-->
  330. <scene sceneID="cbW-au-eCe">
  331. <objects>
  332. <viewController id="Zc0-jh-3hD" customClass="CCManageCryptoCloud" sceneMemberID="viewController">
  333. <layoutGuides>
  334. <viewControllerLayoutGuide type="top" id="Mj6-7r-ybC"/>
  335. <viewControllerLayoutGuide type="bottom" id="qyW-zc-26J"/>
  336. </layoutGuides>
  337. <view key="view" contentMode="scaleToFill" id="y8W-PN-QtS">
  338. <rect key="frame" x="0.0" y="64" width="384" height="554"/>
  339. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  340. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  341. </view>
  342. <extendedEdge key="edgesForExtendedLayout"/>
  343. <navigationItem key="navigationItem" id="Hhs-Wj-nLB"/>
  344. </viewController>
  345. <placeholder placeholderIdentifier="IBFirstResponder" id="ksn-Ew-8Z0" userLabel="First Responder" sceneMemberID="firstResponder"/>
  346. </objects>
  347. <point key="canvasLocation" x="7858" y="3019"/>
  348. </scene>
  349. <!--Manage Camera Upload-->
  350. <scene sceneID="YAa-hT-VHe">
  351. <objects>
  352. <viewController id="DEi-yz-wEj" customClass="CCManageCameraUpload" sceneMemberID="viewController">
  353. <layoutGuides>
  354. <viewControllerLayoutGuide type="top" id="ROd-mD-0FQ"/>
  355. <viewControllerLayoutGuide type="bottom" id="mUa-nu-y9y"/>
  356. </layoutGuides>
  357. <view key="view" contentMode="scaleToFill" id="WFy-lj-QJi">
  358. <rect key="frame" x="0.0" y="64" width="384" height="554"/>
  359. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  360. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  361. </view>
  362. <extendedEdge key="edgesForExtendedLayout"/>
  363. <navigationItem key="navigationItem" id="y2u-7Z-uGO"/>
  364. </viewController>
  365. <placeholder placeholderIdentifier="IBFirstResponder" id="g5a-uE-sF6" userLabel="First Responder" sceneMemberID="firstResponder"/>
  366. </objects>
  367. <point key="canvasLocation" x="8499" y="3019"/>
  368. </scene>
  369. <!--Manage Optimizations-->
  370. <scene sceneID="dOW-Mw-bEM">
  371. <objects>
  372. <viewController id="sOS-YU-Cbr" customClass="CCManageOptimizations" sceneMemberID="viewController">
  373. <layoutGuides>
  374. <viewControllerLayoutGuide type="top" id="tze-zu-iin"/>
  375. <viewControllerLayoutGuide type="bottom" id="MYl-TL-mVB"/>
  376. </layoutGuides>
  377. <view key="view" contentMode="scaleToFill" id="DkJ-LZ-yPy">
  378. <rect key="frame" x="0.0" y="64" width="384" height="554"/>
  379. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  380. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  381. </view>
  382. <extendedEdge key="edgesForExtendedLayout"/>
  383. <navigationItem key="navigationItem" id="f9e-Aq-ViU"/>
  384. </viewController>
  385. <placeholder placeholderIdentifier="IBFirstResponder" id="0UA-CF-A4C" userLabel="First Responder" sceneMemberID="firstResponder"/>
  386. </objects>
  387. <point key="canvasLocation" x="9778" y="3019"/>
  388. </scene>
  389. <!--Main Tab Bar Controller-->
  390. <scene sceneID="gY3-Ur-rTC">
  391. <objects>
  392. <tabBarController automaticallyAdjustsScrollViewInsets="NO" id="FkP-Lh-8zt" customClass="CCMainTabBarController" customModule="Nextcloud" customModuleProvider="target" sceneMemberID="viewController">
  393. <toolbarItems/>
  394. <navigationItem key="navigationItem" id="ozb-fg-0GE">
  395. <barButtonItem key="backBarButtonItem" title="Back" id="oUu-2v-gUF"/>
  396. </navigationItem>
  397. <tabBar key="tabBar" contentMode="scaleToFill" id="72f-jP-cei">
  398. <rect key="frame" x="0.0" y="0.0" width="1000" height="1000"/>
  399. <autoresizingMask key="autoresizingMask"/>
  400. <color key="backgroundColor" red="0.0" green="0.0" blue="0.0" alpha="0.0" colorSpace="custom" customColorSpace="sRGB"/>
  401. </tabBar>
  402. <connections>
  403. <segue destination="bSZ-tE-FEj" kind="relationship" relationship="viewControllers" id="qbu-nX-qCk"/>
  404. <segue destination="hwM-4d-Afb" kind="relationship" relationship="viewControllers" id="tds-0Q-7Zf"/>
  405. <segue destination="Cc7-4O-z6Q" kind="relationship" relationship="viewControllers" id="YKg-LH-tor"/>
  406. <segue destination="Npr-vu-PSD" kind="relationship" relationship="viewControllers" id="XeU-GF-etm"/>
  407. <segue destination="ftT-7F-lfU" kind="relationship" relationship="viewControllers" id="z8K-RX-gJH"/>
  408. </connections>
  409. </tabBarController>
  410. <placeholder placeholderIdentifier="IBFirstResponder" id="d2B-Yg-rp2" userLabel="First Responder" sceneMemberID="firstResponder"/>
  411. </objects>
  412. <point key="canvasLocation" x="7073" y="-709"/>
  413. </scene>
  414. <!--Detail-->
  415. <scene sceneID="zJM-E9-jgK">
  416. <objects>
  417. <viewController storyboardIdentifier="CCDetailVC" extendedLayoutIncludesOpaqueBars="YES" id="zg6-hy-EbU" customClass="CCDetail" sceneMemberID="viewController">
  418. <layoutGuides>
  419. <viewControllerLayoutGuide type="top" id="k2r-4R-ErO"/>
  420. <viewControllerLayoutGuide type="bottom" id="6Tt-yQ-gC5"/>
  421. </layoutGuides>
  422. <view key="view" contentMode="scaleToFill" id="cUA-lB-tGG">
  423. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  424. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  425. <subviews>
  426. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" preservesSuperviewLayoutMargins="YES" image="cryptocloud_sfondo_iPad" translatesAutoresizingMaskIntoConstraints="NO" id="zlU-MP-ZVs">
  427. <rect key="frame" x="60" y="240" width="256" height="187"/>
  428. </imageView>
  429. </subviews>
  430. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  431. <constraints>
  432. <constraint firstItem="zlU-MP-ZVs" firstAttribute="centerY" secondItem="cUA-lB-tGG" secondAttribute="centerY" id="NqJ-e6-LfV"/>
  433. <constraint firstItem="zlU-MP-ZVs" firstAttribute="centerX" secondItem="cUA-lB-tGG" secondAttribute="centerX" id="VG7-UF-Zrf"/>
  434. </constraints>
  435. </view>
  436. <navigationItem key="navigationItem" id="cJm-UN-Dvj" userLabel="Detail"/>
  437. <connections>
  438. <outlet property="imageBackground" destination="zlU-MP-ZVs" id="XRF-iq-qSn"/>
  439. </connections>
  440. </viewController>
  441. <placeholder placeholderIdentifier="IBFirstResponder" id="IJ0-oL-QKv" userLabel="First Responder" sceneMemberID="firstResponder"/>
  442. </objects>
  443. <point key="canvasLocation" x="4596" y="3823"/>
  444. </scene>
  445. <!--Main-->
  446. <scene sceneID="OEe-6n-ARk">
  447. <objects>
  448. <tableViewController storyboardIdentifier="CCMainVC" extendedLayoutIncludesOpaqueBars="YES" id="YJg-Xa-VYf" customClass="CCMain" sceneMemberID="viewController">
  449. <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">
  450. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  451. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  452. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  453. <sections/>
  454. <connections>
  455. <outlet property="dataSource" destination="YJg-Xa-VYf" id="sz8-sd-5O4"/>
  456. <outlet property="delegate" destination="YJg-Xa-VYf" id="Pwe-im-Vzk"/>
  457. </connections>
  458. </tableView>
  459. <navigationItem key="navigationItem" id="TXe-bF-Uwk"/>
  460. <connections>
  461. <outlet property="searchDisplayController" destination="xcf-VI-FqA" id="nZk-CY-UUL"/>
  462. <segue destination="mtc-lf-PRo" kind="showDetail" identifier="segueDetail" id="YTW-Kz-l02"/>
  463. </connections>
  464. </tableViewController>
  465. <placeholder placeholderIdentifier="IBFirstResponder" id="q78-1k-pga" userLabel="First Responder" sceneMemberID="firstResponder"/>
  466. <searchDisplayController id="xcf-VI-FqA">
  467. <connections>
  468. <outlet property="delegate" destination="YJg-Xa-VYf" id="J25-Dg-BOy"/>
  469. <outlet property="searchContentsController" destination="YJg-Xa-VYf" id="f4n-7F-MTp"/>
  470. <outlet property="searchResultsDataSource" destination="YJg-Xa-VYf" id="Omt-3Z-A1J"/>
  471. <outlet property="searchResultsDelegate" destination="YJg-Xa-VYf" id="r6f-t7-MvO"/>
  472. </connections>
  473. </searchDisplayController>
  474. </objects>
  475. <point key="canvasLocation" x="5214" y="1218"/>
  476. </scene>
  477. <!--Navigation Controller-->
  478. <scene sceneID="Xur-XN-mjy">
  479. <objects>
  480. <navigationController storyboardIdentifier="CCDetailNC" extendedLayoutIncludesOpaqueBars="YES" automaticallyAdjustsScrollViewInsets="NO" id="mtc-lf-PRo" sceneMemberID="viewController">
  481. <toolbarItems/>
  482. <navigationBar key="navigationBar" contentMode="scaleToFill" id="vxw-dW-rgx">
  483. <rect key="frame" x="0.0" y="0.0" width="320" height="44"/>
  484. <autoresizingMask key="autoresizingMask"/>
  485. </navigationBar>
  486. <nil name="viewControllers"/>
  487. <connections>
  488. <segue destination="zg6-hy-EbU" kind="relationship" relationship="rootViewController" id="qIX-Hw-L2i"/>
  489. </connections>
  490. </navigationController>
  491. <placeholder placeholderIdentifier="IBFirstResponder" id="1l7-Aj-XxZ" userLabel="First Responder" sceneMemberID="firstResponder"/>
  492. </objects>
  493. <point key="canvasLocation" x="4596" y="3018"/>
  494. </scene>
  495. <!--File-->
  496. <scene sceneID="dMv-43-hWy">
  497. <objects>
  498. <navigationController storyboardIdentifier="CCMainNC" extendedLayoutIncludesOpaqueBars="YES" automaticallyAdjustsScrollViewInsets="NO" id="bSZ-tE-FEj" customClass="CCControlCenter" sceneMemberID="viewController">
  499. <tabBarItem key="tabBarItem" title="File" image="fileNextcloud" id="Zxv-aS-HGF"/>
  500. <toolbarItems/>
  501. <navigationBar key="navigationBar" contentMode="scaleToFill" id="cj6-rT-wnB">
  502. <rect key="frame" x="0.0" y="0.0" width="320" height="44"/>
  503. <autoresizingMask key="autoresizingMask"/>
  504. </navigationBar>
  505. <nil name="viewControllers"/>
  506. <connections>
  507. <segue destination="YJg-Xa-VYf" kind="relationship" relationship="rootViewController" id="55n-k6-dDK"/>
  508. </connections>
  509. </navigationController>
  510. <placeholder placeholderIdentifier="IBFirstResponder" id="k95-tV-JJx" userLabel="First Responder" sceneMemberID="firstResponder"/>
  511. </objects>
  512. <point key="canvasLocation" x="5215" y="327"/>
  513. </scene>
  514. <!--Favorite-->
  515. <scene sceneID="YSr-JF-a0V">
  516. <objects>
  517. <navigationController extendedLayoutIncludesOpaqueBars="YES" automaticallyAdjustsScrollViewInsets="NO" id="hwM-4d-Afb" sceneMemberID="viewController">
  518. <tabBarItem key="tabBarItem" title="Favorite" image="tabBarFavorite" id="o09-67-hwf"/>
  519. <toolbarItems/>
  520. <navigationBar key="navigationBar" contentMode="scaleToFill" id="MJw-Bn-5le">
  521. <rect key="frame" x="0.0" y="0.0" width="320" height="44"/>
  522. <autoresizingMask key="autoresizingMask"/>
  523. </navigationBar>
  524. <nil name="viewControllers"/>
  525. <connections>
  526. <segue destination="rwz-Z7-lr8" kind="relationship" relationship="rootViewController" id="sp7-ug-USE"/>
  527. </connections>
  528. </navigationController>
  529. <placeholder placeholderIdentifier="IBFirstResponder" id="NME-vT-pfd" userLabel="First Responder" sceneMemberID="firstResponder"/>
  530. </objects>
  531. <point key="canvasLocation" x="5857" y="327"/>
  532. </scene>
  533. <!--Offline Page Content-->
  534. <scene sceneID="33n-4d-goO">
  535. <objects>
  536. <viewController storyboardIdentifier="OfflinePageContent" id="6uw-SF-2Qu" customClass="CCOfflinePageContent" sceneMemberID="viewController">
  537. <layoutGuides>
  538. <viewControllerLayoutGuide type="top" id="kXv-QP-Tlq"/>
  539. <viewControllerLayoutGuide type="bottom" id="Y8a-Ua-b9s"/>
  540. </layoutGuides>
  541. <view key="view" contentMode="scaleToFill" id="o6l-1S-6dH">
  542. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  543. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  544. <subviews>
  545. <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">
  546. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  547. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" widthSizable="YES" flexibleMaxX="YES" flexibleMinY="YES" heightSizable="YES" flexibleMaxY="YES"/>
  548. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  549. <connections>
  550. <outlet property="dataSource" destination="6uw-SF-2Qu" id="65P-9j-K6G"/>
  551. <outlet property="delegate" destination="6uw-SF-2Qu" id="jGP-Hq-vWN"/>
  552. </connections>
  553. </tableView>
  554. </subviews>
  555. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  556. </view>
  557. <connections>
  558. <outlet property="tableView" destination="Pes-cJ-S4N" id="Fxj-3r-MCL"/>
  559. <segue destination="mtc-lf-PRo" kind="showDetail" identifier="segueDetail" id="45n-bF-9RO"/>
  560. </connections>
  561. </viewController>
  562. <placeholder placeholderIdentifier="IBFirstResponder" id="d5y-uw-vht" userLabel="First Responder" sceneMemberID="firstResponder"/>
  563. </objects>
  564. <point key="canvasLocation" x="7125.6000000000004" y="1217.5412293853074"/>
  565. </scene>
  566. <!--View Controller-->
  567. <scene sceneID="60G-IQ-Axc">
  568. <objects>
  569. <viewController id="5u0-hQ-Qcc" sceneMemberID="viewController">
  570. <layoutGuides>
  571. <viewControllerLayoutGuide type="top" id="ydP-J5-ga0"/>
  572. <viewControllerLayoutGuide type="bottom" id="VEh-cM-lkh"/>
  573. </layoutGuides>
  574. <view key="view" contentMode="scaleToFill" id="vDQ-hO-q2d">
  575. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  576. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  577. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  578. </view>
  579. <navigationItem key="navigationItem" id="DJa-X9-gd4"/>
  580. </viewController>
  581. <placeholder placeholderIdentifier="IBFirstResponder" id="rff-dP-xgt" userLabel="First Responder" sceneMemberID="firstResponder"/>
  582. </objects>
  583. <point key="canvasLocation" x="7934" y="1218"/>
  584. </scene>
  585. <!--Photos-->
  586. <scene sceneID="IuY-Iu-oAm">
  587. <objects>
  588. <navigationController extendedLayoutIncludesOpaqueBars="YES" automaticallyAdjustsScrollViewInsets="NO" id="Npr-vu-PSD" sceneMemberID="viewController">
  589. <tabBarItem key="tabBarItem" title="Photos" image="tabBarPhotos" id="5cw-bP-7It"/>
  590. <toolbarItems/>
  591. <navigationBar key="navigationBar" contentMode="scaleToFill" id="ixg-Pw-TNO">
  592. <rect key="frame" x="0.0" y="0.0" width="320" height="44"/>
  593. <autoresizingMask key="autoresizingMask"/>
  594. </navigationBar>
  595. <nil name="viewControllers"/>
  596. <connections>
  597. <segue destination="1Ca-6H-d29" kind="relationship" relationship="rootViewController" id="z78-Fg-8sL"/>
  598. </connections>
  599. </navigationController>
  600. <placeholder placeholderIdentifier="IBFirstResponder" id="cZf-pk-3Bd" userLabel="First Responder" sceneMemberID="firstResponder"/>
  601. </objects>
  602. <point key="canvasLocation" x="8572" y="327"/>
  603. </scene>
  604. <!--Settings-->
  605. <scene sceneID="nEn-y9-HDF">
  606. <objects>
  607. <navigationController extendedLayoutIncludesOpaqueBars="YES" automaticallyAdjustsScrollViewInsets="NO" id="ftT-7F-lfU" sceneMemberID="viewController">
  608. <tabBarItem key="tabBarItem" title="Settings" image="tabBarSettings" id="Yua-ga-FRJ"/>
  609. <toolbarItems/>
  610. <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
  611. <size key="freeformSize" width="384" height="667"/>
  612. <navigationBar key="navigationBar" contentMode="scaleToFill" id="Gr7-lE-Txr">
  613. <rect key="frame" x="0.0" y="0.0" width="320" height="44"/>
  614. <autoresizingMask key="autoresizingMask"/>
  615. </navigationBar>
  616. <nil name="viewControllers"/>
  617. <connections>
  618. <segue destination="amx-XG-NId" kind="relationship" relationship="rootViewController" id="Qwl-Zd-dt3"/>
  619. </connections>
  620. </navigationController>
  621. <placeholder placeholderIdentifier="IBFirstResponder" id="5WQ-nE-llq" userLabel="First Responder" sceneMemberID="firstResponder"/>
  622. </objects>
  623. <point key="canvasLocation" x="9213" y="327"/>
  624. </scene>
  625. <!--Manage Synchronizations-->
  626. <scene sceneID="rlM-Pz-rta">
  627. <objects>
  628. <viewController id="gTd-HL-PVY" customClass="CCManageSynchronizations" sceneMemberID="viewController">
  629. <layoutGuides>
  630. <viewControllerLayoutGuide type="top" id="9Kq-b8-Bh8"/>
  631. <viewControllerLayoutGuide type="bottom" id="uoD-Vb-rfP"/>
  632. </layoutGuides>
  633. <view key="view" contentMode="scaleToFill" id="cO8-G4-hHt">
  634. <rect key="frame" x="0.0" y="64" width="384" height="554"/>
  635. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  636. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  637. </view>
  638. <extendedEdge key="edgesForExtendedLayout"/>
  639. <navigationItem key="navigationItem" id="XMM-MK-ZBM"/>
  640. </viewController>
  641. <placeholder placeholderIdentifier="IBFirstResponder" id="2YG-G9-yyB" userLabel="First Responder" sceneMemberID="firstResponder"/>
  642. </objects>
  643. <point key="canvasLocation" x="10429" y="3018"/>
  644. </scene>
  645. <!--Manage Help-->
  646. <scene sceneID="Kwp-bi-zU9">
  647. <objects>
  648. <viewController id="HU7-az-TgV" customClass="CCManageHelp" sceneMemberID="viewController">
  649. <layoutGuides>
  650. <viewControllerLayoutGuide type="top" id="q5t-Kt-Dku"/>
  651. <viewControllerLayoutGuide type="bottom" id="wiG-3f-6XF"/>
  652. </layoutGuides>
  653. <view key="view" contentMode="scaleToFill" id="LNE-IV-JjC">
  654. <rect key="frame" x="0.0" y="64" width="384" height="554"/>
  655. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  656. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  657. </view>
  658. <extendedEdge key="edgesForExtendedLayout"/>
  659. <navigationItem key="navigationItem" id="Zzl-Z4-6Qp"/>
  660. </viewController>
  661. <placeholder placeholderIdentifier="IBFirstResponder" id="oeH-9e-IVz" userLabel="First Responder" sceneMemberID="firstResponder"/>
  662. </objects>
  663. <point key="canvasLocation" x="9141" y="3019"/>
  664. </scene>
  665. <!--Navigation Controller-->
  666. <scene sceneID="cip-AF-Ks2">
  667. <objects>
  668. <navigationController automaticallyAdjustsScrollViewInsets="NO" id="Cc7-4O-z6Q" sceneMemberID="viewController">
  669. <tabBarItem key="tabBarItem" enabled="NO" title="" image="Plus" id="vIy-cM-ojV"/>
  670. <toolbarItems/>
  671. <navigationBar key="navigationBar" contentMode="scaleToFill" id="jCU-so-Np6">
  672. <rect key="frame" x="0.0" y="0.0" width="375" height="44"/>
  673. <autoresizingMask key="autoresizingMask"/>
  674. </navigationBar>
  675. <nil name="viewControllers"/>
  676. <connections>
  677. <segue destination="5u0-hQ-Qcc" kind="relationship" relationship="rootViewController" id="XaQ-dk-iGO"/>
  678. </connections>
  679. </navigationController>
  680. <placeholder placeholderIdentifier="IBFirstResponder" id="ohd-Sv-ssv" userLabel="First Responder" sceneMemberID="firstResponder"/>
  681. </objects>
  682. <point key="canvasLocation" x="7935" y="327"/>
  683. </scene>
  684. </scenes>
  685. <resources>
  686. <image name="Plus" width="40" height="40"/>
  687. <image name="cryptocloud_sfondo_iPad" width="256" height="187"/>
  688. <image name="fileNextcloud" width="25" height="25"/>
  689. <image name="nextcloudBackground" width="960" height="640"/>
  690. <image name="tabBarFavorite" width="25" height="25"/>
  691. <image name="tabBarPhotos" width="25" height="21"/>
  692. <image name="tabBarSettings" width="25" height="25"/>
  693. </resources>
  694. <inferredMetricsTieBreakers>
  695. <segue reference="45n-bF-9RO"/>
  696. </inferredMetricsTieBreakers>
  697. </document>