Main.storyboard 61 KB

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