Main.storyboard 52 KB

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