Main.storyboard 43 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="11201" systemVersion="16A322" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="4IE-mo-rkp">
  3. <dependencies>
  4. <deployment identifier="iOS"/>
  5. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="11161"/>
  6. <capability name="Constraints to layout margins" minToolsVersion="6.0"/>
  7. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  8. </dependencies>
  9. <scenes>
  10. <!--Split-->
  11. <scene sceneID="B1o-fj-nYn">
  12. <objects>
  13. <splitViewController id="4IE-mo-rkp" customClass="CCSplit" sceneMemberID="viewController">
  14. <extendedEdge key="edgesForExtendedLayout"/>
  15. <connections>
  16. <segue destination="mtc-lf-PRo" kind="relationship" relationship="detailViewController" id="W5b-lw-8O1"/>
  17. <segue destination="FkP-Lh-8zt" kind="relationship" relationship="masterViewController" id="XFR-ol-usq"/>
  18. </connections>
  19. </splitViewController>
  20. <placeholder placeholderIdentifier="IBFirstResponder" id="6BR-HM-b4e" userLabel="First Responder" sceneMemberID="firstResponder"/>
  21. </objects>
  22. <point key="canvasLocation" x="5198" y="-709"/>
  23. </scene>
  24. <!--Settings-->
  25. <scene sceneID="8L1-Aq-u4E">
  26. <objects>
  27. <viewController automaticallyAdjustsScrollViewInsets="NO" id="amx-XG-NId" customClass="CCSettings" sceneMemberID="viewController">
  28. <layoutGuides>
  29. <viewControllerLayoutGuide type="top" id="NjY-Ao-agJ"/>
  30. <viewControllerLayoutGuide type="bottom" id="EGW-gb-08A"/>
  31. </layoutGuides>
  32. <view key="view" clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="qPP-0c-bH9">
  33. <rect key="frame" x="0.0" y="64" width="384" height="554"/>
  34. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  35. <subviews>
  36. <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">
  37. <color key="backgroundColor" red="0.93725490196078431" green="0.93725490196078431" blue="0.95686274509803926" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  38. </tableView>
  39. </subviews>
  40. <color key="backgroundColor" red="0.93725490196078431" green="0.93725490196078431" blue="0.95686274509803926" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  41. <constraints>
  42. <constraint firstItem="RbN-9l-HP2" firstAttribute="bottom" secondItem="EGW-gb-08A" secondAttribute="top" id="Egr-jv-RF6"/>
  43. <constraint firstAttribute="trailing" secondItem="RbN-9l-HP2" secondAttribute="trailing" id="Jr0-h7-P2a"/>
  44. <constraint firstItem="RbN-9l-HP2" firstAttribute="leading" secondItem="qPP-0c-bH9" secondAttribute="leading" id="QD1-en-dYI"/>
  45. <constraint firstItem="RbN-9l-HP2" firstAttribute="top" secondItem="NjY-Ao-agJ" secondAttribute="bottom" constant="-66" id="pHf-e9-ueA"/>
  46. </constraints>
  47. </view>
  48. <extendedEdge key="edgesForExtendedLayout"/>
  49. <navigationItem key="navigationItem" id="1CO-Ie-Aaj"/>
  50. <connections>
  51. <segue destination="eZl-ut-xpC" kind="presentation" identifier="AcknowledgementsSegue" modalPresentationStyle="formSheet" id="J9C-Ex-Q6i"/>
  52. <segue destination="EIj-cr-7fd" kind="show" identifier="CCManageAccountSegue" id="u0T-X2-SEH"/>
  53. <segue destination="DEi-yz-wEj" kind="show" identifier="CCManageCameraUploadSegue" id="Aij-5E-cNN"/>
  54. <segue destination="sOS-YU-Cbr" kind="show" identifier="CCManageOptimizationsSegue" id="JoS-OK-Poe"/>
  55. <segue destination="gTd-HL-PVY" kind="show" identifier="CCManageSynchronizationsSegue" id="MsD-Ag-XH5"/>
  56. <segue destination="HU7-az-TgV" kind="show" identifier="CCManageHelpSegue" id="bfB-KM-85a"/>
  57. <segue destination="Zc0-jh-3hD" kind="show" identifier="CCManagePhotosSegue" id="BZx-hA-Ydj"/>
  58. </connections>
  59. </viewController>
  60. <placeholder placeholderIdentifier="IBFirstResponder" id="wVn-RD-GD2" userLabel="First Responder" sceneMemberID="firstResponder"/>
  61. </objects>
  62. <point key="canvasLocation" x="8063.1999999999998" y="1210.344827586207"/>
  63. </scene>
  64. <!--Photos Camera Upload-->
  65. <scene sceneID="kWr-RF-gdq">
  66. <objects>
  67. <collectionViewController extendedLayoutIncludesOpaqueBars="YES" id="1Ca-6H-d29" customClass="CCPhotosCameraUpload" sceneMemberID="viewController">
  68. <collectionView key="view" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" dataMode="prototypes" id="zkC-IW-U7O">
  69. <rect key="frame" x="0.0" y="0.0" width="384" height="512"/>
  70. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  71. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  72. <collectionViewFlowLayout key="collectionViewLayout" minimumLineSpacing="3" minimumInteritemSpacing="1" id="Ode-Gf-Nqo">
  73. <size key="itemSize" width="75" height="75"/>
  74. <size key="headerReferenceSize" width="10" height="20"/>
  75. <size key="footerReferenceSize" width="10" height="20"/>
  76. <inset key="sectionInset" minX="4" minY="4" maxX="4" maxY="4"/>
  77. </collectionViewFlowLayout>
  78. <cells>
  79. <collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" reuseIdentifier="cell" id="ax6-Kq-EOT">
  80. <rect key="frame" x="4" y="24" width="75" height="75"/>
  81. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  82. <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
  83. <rect key="frame" x="0.0" y="0.0" width="75" height="75"/>
  84. <autoresizingMask key="autoresizingMask"/>
  85. <subviews>
  86. <imageView userInteractionEnabled="NO" tag="100" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="wv7-Pl-1S9"/>
  87. <visualEffectView hidden="YES" opaque="NO" tag="200" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Vaz-kb-VZC">
  88. <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" id="zTo-QZ-xyF">
  89. <frame key="frameInset"/>
  90. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  91. </view>
  92. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  93. <blurEffect style="extraLight"/>
  94. </visualEffectView>
  95. <imageView hidden="YES" opaque="NO" userInteractionEnabled="NO" tag="300" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="sj1-BH-NWl">
  96. <constraints>
  97. <constraint firstAttribute="height" constant="25" id="8D0-Br-VLn"/>
  98. <constraint firstAttribute="width" constant="25" id="JTW-Py-sqE"/>
  99. </constraints>
  100. </imageView>
  101. </subviews>
  102. </view>
  103. <constraints>
  104. <constraint firstItem="wv7-Pl-1S9" firstAttribute="leading" secondItem="ax6-Kq-EOT" secondAttribute="leading" id="8Lf-ww-OoY"/>
  105. <constraint firstItem="wv7-Pl-1S9" firstAttribute="bottom" secondItem="Vaz-kb-VZC" secondAttribute="bottom" id="8nn-9h-h8F"/>
  106. <constraint firstItem="sj1-BH-NWl" firstAttribute="centerX" secondItem="zTo-QZ-xyF" secondAttribute="centerX" id="Aou-FC-rhP"/>
  107. <constraint firstItem="wv7-Pl-1S9" firstAttribute="trailing" secondItem="Vaz-kb-VZC" secondAttribute="trailing" id="CGZ-Ir-z0l"/>
  108. <constraint firstItem="wv7-Pl-1S9" firstAttribute="top" secondItem="ax6-Kq-EOT" secondAttribute="top" id="H2J-n2-czF"/>
  109. <constraint firstItem="wv7-Pl-1S9" firstAttribute="leading" secondItem="Vaz-kb-VZC" secondAttribute="leading" id="TKe-Ml-mj4"/>
  110. <constraint firstItem="wv7-Pl-1S9" firstAttribute="top" secondItem="Vaz-kb-VZC" secondAttribute="top" id="V3X-qR-o1I"/>
  111. <constraint firstAttribute="trailing" secondItem="wv7-Pl-1S9" secondAttribute="trailing" id="WRD-6l-xgj"/>
  112. <constraint firstItem="sj1-BH-NWl" firstAttribute="centerY" secondItem="zTo-QZ-xyF" secondAttribute="centerY" id="qDU-Pg-7gS"/>
  113. <constraint firstAttribute="bottom" secondItem="wv7-Pl-1S9" secondAttribute="bottom" id="vwT-T5-hkc"/>
  114. </constraints>
  115. </collectionViewCell>
  116. </cells>
  117. <collectionReusableView key="sectionHeaderView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" reuseIdentifier="header" id="0S8-Db-U0e">
  118. <rect key="frame" x="0.0" y="0.0" width="384" height="20"/>
  119. <autoresizingMask key="autoresizingMask"/>
  120. <subviews>
  121. <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">
  122. <fontDescription key="fontDescription" type="system" pointSize="12"/>
  123. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  124. <nil key="highlightedColor"/>
  125. </label>
  126. </subviews>
  127. <constraints>
  128. <constraint firstAttribute="trailingMargin" secondItem="55Q-Lx-UkW" secondAttribute="trailing" constant="9" id="5gh-ql-db6"/>
  129. <constraint firstItem="55Q-Lx-UkW" firstAttribute="leading" secondItem="0S8-Db-U0e" secondAttribute="leading" constant="6" id="Ltr-ca-4oa"/>
  130. <constraint firstItem="55Q-Lx-UkW" firstAttribute="centerY" secondItem="0S8-Db-U0e" secondAttribute="centerY" id="p4z-mm-sQP"/>
  131. </constraints>
  132. </collectionReusableView>
  133. <collectionReusableView key="sectionFooterView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" reuseIdentifier="footer" id="jDW-vn-a9W">
  134. <rect key="frame" x="0.0" y="103" width="384" height="20"/>
  135. <autoresizingMask key="autoresizingMask"/>
  136. <subviews>
  137. <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">
  138. <fontDescription key="fontDescription" type="system" pointSize="12"/>
  139. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  140. <nil key="highlightedColor"/>
  141. </label>
  142. </subviews>
  143. <constraints>
  144. <constraint firstItem="HVV-2C-7PP" firstAttribute="leading" secondItem="jDW-vn-a9W" secondAttribute="leadingMargin" id="1Cm-hJ-kcH"/>
  145. <constraint firstItem="HVV-2C-7PP" firstAttribute="height" secondItem="jDW-vn-a9W" secondAttribute="height" constant="-5" id="Jio-JV-jMB"/>
  146. <constraint firstItem="HVV-2C-7PP" firstAttribute="centerY" secondItem="jDW-vn-a9W" secondAttribute="centerY" id="SQf-VK-Db4"/>
  147. <constraint firstItem="HVV-2C-7PP" firstAttribute="width" secondItem="jDW-vn-a9W" secondAttribute="width" constant="-16" id="nQC-oH-6jE"/>
  148. </constraints>
  149. </collectionReusableView>
  150. <connections>
  151. <outlet property="dataSource" destination="1Ca-6H-d29" id="Uzm-Ti-Qig"/>
  152. <outlet property="delegate" destination="1Ca-6H-d29" id="GXw-PZ-AIG"/>
  153. </connections>
  154. </collectionView>
  155. <navigationItem key="navigationItem" id="Ljh-k8-LVi"/>
  156. <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
  157. <size key="freeformSize" width="384" height="512"/>
  158. <connections>
  159. <segue destination="mtc-lf-PRo" kind="showDetail" identifier="segueDetail" id="op6-ow-K8v"/>
  160. </connections>
  161. </collectionViewController>
  162. <placeholder placeholderIdentifier="IBFirstResponder" id="W1h-qt-Bld" userLabel="First Responder" sceneMemberID="firstResponder"/>
  163. </objects>
  164. <point key="canvasLocation" x="7360.8000000000002" y="1210.344827586207"/>
  165. </scene>
  166. <!--Favorite-->
  167. <scene sceneID="JPc-HC-iQ7">
  168. <objects>
  169. <tableViewController storyboardIdentifier="CCFavoriteVC" extendedLayoutIncludesOpaqueBars="YES" id="Per-s0-P6C" customClass="CCFavorite" sceneMemberID="viewController">
  170. <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="ehH-Wz-w3L">
  171. <rect key="frame" x="0.0" y="64" width="384" height="603"/>
  172. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  173. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  174. <sections/>
  175. <connections>
  176. <outlet property="dataSource" destination="Per-s0-P6C" id="nel-EP-EY5"/>
  177. <outlet property="delegate" destination="Per-s0-P6C" id="u2m-xI-k10"/>
  178. </connections>
  179. </tableView>
  180. <extendedEdge key="edgesForExtendedLayout" bottom="YES"/>
  181. <navigationItem key="navigationItem" id="Hkl-Ai-Txp"/>
  182. <connections>
  183. <segue destination="mtc-lf-PRo" kind="showDetail" identifier="segueDetail" id="N4u-p1-g7G"/>
  184. </connections>
  185. </tableViewController>
  186. <placeholder placeholderIdentifier="IBFirstResponder" id="k1c-kg-b3Q" userLabel="First Responder" sceneMemberID="firstResponder"/>
  187. </objects>
  188. <point key="canvasLocation" x="6604" y="1211"/>
  189. </scene>
  190. <!--Acknowledgements-->
  191. <scene sceneID="h9y-Lj-jxB">
  192. <objects>
  193. <viewController id="Wu3-ow-y4h" customClass="Acknowledgements" sceneMemberID="viewController">
  194. <layoutGuides>
  195. <viewControllerLayoutGuide type="top" id="zkQ-oZ-pz9"/>
  196. <viewControllerLayoutGuide type="bottom" id="RWM-KX-MWW"/>
  197. </layoutGuides>
  198. <view key="view" opaque="NO" contentMode="scaleToFill" id="HYE-hK-m2I">
  199. <rect key="frame" x="0.0" y="64" width="384" height="603"/>
  200. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  201. <subviews>
  202. <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">
  203. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  204. <attributedString key="attributedText">
  205. <fragment content="Copyright (C)">
  206. <attributes>
  207. <font key="NSFont" size="14" name="HelveticaNeue"/>
  208. <paragraphStyle key="NSParagraphStyle" alignment="left" lineBreakMode="wordWrapping" baseWritingDirection="natural"/>
  209. </attributes>
  210. </fragment>
  211. </attributedString>
  212. <textInputTraits key="textInputTraits" autocapitalizationType="sentences"/>
  213. <connections>
  214. <outlet property="delegate" destination="Wu3-ow-y4h" id="RHw-TA-1yQ"/>
  215. </connections>
  216. </textView>
  217. </subviews>
  218. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  219. <constraints>
  220. <constraint firstItem="vYq-of-LmL" firstAttribute="leading" secondItem="HYE-hK-m2I" secondAttribute="leadingMargin" constant="-13" id="RHX-O3-otO"/>
  221. <constraint firstItem="vYq-of-LmL" firstAttribute="top" secondItem="zkQ-oZ-pz9" secondAttribute="bottom" id="SwN-pK-RVe"/>
  222. <constraint firstAttribute="trailingMargin" secondItem="vYq-of-LmL" secondAttribute="trailing" constant="-13" id="iao-EZ-391"/>
  223. <constraint firstItem="RWM-KX-MWW" firstAttribute="top" secondItem="vYq-of-LmL" secondAttribute="bottom" id="rjG-Mo-psH"/>
  224. </constraints>
  225. </view>
  226. <extendedEdge key="edgesForExtendedLayout"/>
  227. <navigationItem key="navigationItem" id="NXp-TT-qTB"/>
  228. <connections>
  229. <outlet property="txtTermini" destination="vYq-of-LmL" id="hA3-bm-4ke"/>
  230. <outlet property="view" destination="HYE-hK-m2I" id="lTc-Ug-HO0"/>
  231. </connections>
  232. </viewController>
  233. <placeholder placeholderIdentifier="IBFirstResponder" id="TUv-7S-62D" userLabel="First Responder" sceneMemberID="firstResponder"/>
  234. </objects>
  235. <point key="canvasLocation" x="10312.799999999999" y="3825.3373313343332"/>
  236. </scene>
  237. <!--Navigation Controller-->
  238. <scene sceneID="eDq-6m-h8d">
  239. <objects>
  240. <navigationController automaticallyAdjustsScrollViewInsets="NO" id="eZl-ut-xpC" sceneMemberID="viewController">
  241. <extendedEdge key="edgesForExtendedLayout"/>
  242. <toolbarItems/>
  243. <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
  244. <size key="freeformSize" width="384" height="667"/>
  245. <navigationBar key="navigationBar" contentMode="scaleToFill" id="rJe-3o-bpZ">
  246. <rect key="frame" x="0.0" y="0.0" width="320" height="44"/>
  247. <autoresizingMask key="autoresizingMask"/>
  248. </navigationBar>
  249. <nil name="viewControllers"/>
  250. <connections>
  251. <segue destination="Wu3-ow-y4h" kind="relationship" relationship="rootViewController" id="Xpr-tm-bWy"/>
  252. </connections>
  253. </navigationController>
  254. <placeholder placeholderIdentifier="IBFirstResponder" id="38M-dR-dlY" userLabel="First Responder" sceneMemberID="firstResponder"/>
  255. </objects>
  256. <point key="canvasLocation" x="10314" y="3020"/>
  257. </scene>
  258. <!--Manage Account-->
  259. <scene sceneID="OhO-6f-Vhc">
  260. <objects>
  261. <viewController id="EIj-cr-7fd" customClass="CCManageAccount" sceneMemberID="viewController">
  262. <layoutGuides>
  263. <viewControllerLayoutGuide type="top" id="uyJ-km-0gk"/>
  264. <viewControllerLayoutGuide type="bottom" id="hEi-St-jlW"/>
  265. </layoutGuides>
  266. <view key="view" contentMode="scaleToFill" id="dTI-9C-Bf2">
  267. <rect key="frame" x="0.0" y="64" width="384" height="554"/>
  268. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  269. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  270. </view>
  271. <extendedEdge key="edgesForExtendedLayout"/>
  272. <navigationItem key="navigationItem" id="I4M-0q-oPz"/>
  273. </viewController>
  274. <placeholder placeholderIdentifier="IBFirstResponder" id="EDa-LU-0rn" userLabel="First Responder" sceneMemberID="firstResponder"/>
  275. </objects>
  276. <point key="canvasLocation" x="6485" y="3020"/>
  277. </scene>
  278. <!--Manage Photos-->
  279. <scene sceneID="cbW-au-eCe">
  280. <objects>
  281. <viewController id="Zc0-jh-3hD" customClass="CCManagePhotos" sceneMemberID="viewController">
  282. <layoutGuides>
  283. <viewControllerLayoutGuide type="top" id="Mj6-7r-ybC"/>
  284. <viewControllerLayoutGuide type="bottom" id="qyW-zc-26J"/>
  285. </layoutGuides>
  286. <view key="view" contentMode="scaleToFill" id="y8W-PN-QtS">
  287. <rect key="frame" x="0.0" y="64" width="384" height="554"/>
  288. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  289. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  290. </view>
  291. <extendedEdge key="edgesForExtendedLayout"/>
  292. <navigationItem key="navigationItem" id="Hhs-Wj-nLB"/>
  293. </viewController>
  294. <placeholder placeholderIdentifier="IBFirstResponder" id="ksn-Ew-8Z0" userLabel="First Responder" sceneMemberID="firstResponder"/>
  295. </objects>
  296. <point key="canvasLocation" x="7128" y="3020"/>
  297. </scene>
  298. <!--Manage Camera Upload-->
  299. <scene sceneID="YAa-hT-VHe">
  300. <objects>
  301. <viewController id="DEi-yz-wEj" customClass="CCManageCameraUpload" sceneMemberID="viewController">
  302. <layoutGuides>
  303. <viewControllerLayoutGuide type="top" id="ROd-mD-0FQ"/>
  304. <viewControllerLayoutGuide type="bottom" id="mUa-nu-y9y"/>
  305. </layoutGuides>
  306. <view key="view" contentMode="scaleToFill" id="WFy-lj-QJi">
  307. <rect key="frame" x="0.0" y="64" width="384" height="554"/>
  308. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  309. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  310. </view>
  311. <extendedEdge key="edgesForExtendedLayout"/>
  312. <navigationItem key="navigationItem" id="y2u-7Z-uGO"/>
  313. </viewController>
  314. <placeholder placeholderIdentifier="IBFirstResponder" id="g5a-uE-sF6" userLabel="First Responder" sceneMemberID="firstResponder"/>
  315. </objects>
  316. <point key="canvasLocation" x="7782" y="3020"/>
  317. </scene>
  318. <!--Manage Optimizations-->
  319. <scene sceneID="dOW-Mw-bEM">
  320. <objects>
  321. <viewController id="sOS-YU-Cbr" customClass="CCManageOptimizations" sceneMemberID="viewController">
  322. <layoutGuides>
  323. <viewControllerLayoutGuide type="top" id="tze-zu-iin"/>
  324. <viewControllerLayoutGuide type="bottom" id="MYl-TL-mVB"/>
  325. </layoutGuides>
  326. <view key="view" contentMode="scaleToFill" id="DkJ-LZ-yPy">
  327. <rect key="frame" x="0.0" y="64" width="384" height="554"/>
  328. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  329. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  330. </view>
  331. <extendedEdge key="edgesForExtendedLayout"/>
  332. <navigationItem key="navigationItem" id="f9e-Aq-ViU"/>
  333. </viewController>
  334. <placeholder placeholderIdentifier="IBFirstResponder" id="0UA-CF-A4C" userLabel="First Responder" sceneMemberID="firstResponder"/>
  335. </objects>
  336. <point key="canvasLocation" x="9058" y="3020"/>
  337. </scene>
  338. <!--Tab Bar Controller-->
  339. <scene sceneID="gY3-Ur-rTC">
  340. <objects>
  341. <tabBarController automaticallyAdjustsScrollViewInsets="NO" id="FkP-Lh-8zt" sceneMemberID="viewController">
  342. <toolbarItems/>
  343. <navigationItem key="navigationItem" id="ozb-fg-0GE">
  344. <barButtonItem key="backBarButtonItem" title="Back" id="oUu-2v-gUF"/>
  345. </navigationItem>
  346. <tabBar key="tabBar" contentMode="scaleToFill" id="72f-jP-cei">
  347. <rect key="frame" x="0.0" y="0.0" width="1000" height="1000"/>
  348. <autoresizingMask key="autoresizingMask"/>
  349. <color key="backgroundColor" red="0.0" green="0.0" blue="0.0" alpha="0.0" colorSpace="custom" customColorSpace="sRGB"/>
  350. </tabBar>
  351. <connections>
  352. <segue destination="bSZ-tE-FEj" kind="relationship" relationship="viewControllers" id="qbu-nX-qCk"/>
  353. <segue destination="hwM-4d-Afb" kind="relationship" relationship="viewControllers" id="tds-0Q-7Zf"/>
  354. <segue destination="Npr-vu-PSD" kind="relationship" relationship="viewControllers" id="XeU-GF-etm"/>
  355. <segue destination="ftT-7F-lfU" kind="relationship" relationship="viewControllers" id="z8K-RX-gJH"/>
  356. </connections>
  357. </tabBarController>
  358. <placeholder placeholderIdentifier="IBFirstResponder" id="d2B-Yg-rp2" userLabel="First Responder" sceneMemberID="firstResponder"/>
  359. </objects>
  360. <point key="canvasLocation" x="6964" y="-709"/>
  361. </scene>
  362. <!--Detail-->
  363. <scene sceneID="zJM-E9-jgK">
  364. <objects>
  365. <viewController storyboardIdentifier="CCDetailVC" extendedLayoutIncludesOpaqueBars="YES" id="zg6-hy-EbU" customClass="CCDetail" sceneMemberID="viewController">
  366. <layoutGuides>
  367. <viewControllerLayoutGuide type="top" id="k2r-4R-ErO"/>
  368. <viewControllerLayoutGuide type="bottom" id="6Tt-yQ-gC5"/>
  369. </layoutGuides>
  370. <view key="view" contentMode="scaleToFill" id="cUA-lB-tGG">
  371. <rect key="frame" x="0.0" y="0.0" width="384" height="667"/>
  372. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  373. <subviews>
  374. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" preservesSuperviewLayoutMargins="YES" image="cryptocloud_sfondo_iPad" translatesAutoresizingMaskIntoConstraints="NO" id="zlU-MP-ZVs"/>
  375. </subviews>
  376. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  377. <constraints>
  378. <constraint firstItem="zlU-MP-ZVs" firstAttribute="centerY" secondItem="cUA-lB-tGG" secondAttribute="centerY" id="NqJ-e6-LfV"/>
  379. <constraint firstItem="zlU-MP-ZVs" firstAttribute="centerX" secondItem="cUA-lB-tGG" secondAttribute="centerX" id="VG7-UF-Zrf"/>
  380. </constraints>
  381. </view>
  382. <navigationItem key="navigationItem" id="cJm-UN-Dvj" userLabel="Detail"/>
  383. <connections>
  384. <outlet property="imageBackground" destination="zlU-MP-ZVs" id="XRF-iq-qSn"/>
  385. </connections>
  386. </viewController>
  387. <placeholder placeholderIdentifier="IBFirstResponder" id="IJ0-oL-QKv" userLabel="First Responder" sceneMemberID="firstResponder"/>
  388. </objects>
  389. <point key="canvasLocation" x="6018" y="2120"/>
  390. </scene>
  391. <!--Main-->
  392. <scene sceneID="OEe-6n-ARk">
  393. <objects>
  394. <tableViewController storyboardIdentifier="CCMainVC" extendedLayoutIncludesOpaqueBars="YES" id="YJg-Xa-VYf" customClass="CCMain" sceneMemberID="viewController">
  395. <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">
  396. <rect key="frame" x="0.0" y="64" width="384" height="603"/>
  397. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  398. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  399. <sections/>
  400. <connections>
  401. <outlet property="dataSource" destination="YJg-Xa-VYf" id="sz8-sd-5O4"/>
  402. <outlet property="delegate" destination="YJg-Xa-VYf" id="Pwe-im-Vzk"/>
  403. </connections>
  404. </tableView>
  405. <extendedEdge key="edgesForExtendedLayout" bottom="YES"/>
  406. <navigationItem key="navigationItem" id="TXe-bF-Uwk"/>
  407. <connections>
  408. <segue destination="mtc-lf-PRo" kind="showDetail" identifier="segueDetail" id="YTW-Kz-l02"/>
  409. </connections>
  410. </tableViewController>
  411. <placeholder placeholderIdentifier="IBFirstResponder" id="q78-1k-pga" userLabel="First Responder" sceneMemberID="firstResponder"/>
  412. </objects>
  413. <point key="canvasLocation" x="5864" y="1219"/>
  414. </scene>
  415. <!--Navigation Controller-->
  416. <scene sceneID="Xur-XN-mjy">
  417. <objects>
  418. <navigationController storyboardIdentifier="CCDetailNC" extendedLayoutIncludesOpaqueBars="YES" automaticallyAdjustsScrollViewInsets="NO" id="mtc-lf-PRo" sceneMemberID="viewController">
  419. <toolbarItems/>
  420. <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
  421. <size key="freeformSize" width="384" height="667"/>
  422. <navigationBar key="navigationBar" contentMode="scaleToFill" id="vxw-dW-rgx">
  423. <rect key="frame" x="0.0" y="0.0" width="320" height="44"/>
  424. <autoresizingMask key="autoresizingMask"/>
  425. </navigationBar>
  426. <nil name="viewControllers"/>
  427. <connections>
  428. <segue destination="zg6-hy-EbU" kind="relationship" relationship="rootViewController" id="qIX-Hw-L2i"/>
  429. </connections>
  430. </navigationController>
  431. <placeholder placeholderIdentifier="IBFirstResponder" id="1l7-Aj-XxZ" userLabel="First Responder" sceneMemberID="firstResponder"/>
  432. </objects>
  433. <point key="canvasLocation" x="5266" y="2120"/>
  434. </scene>
  435. <!--File-->
  436. <scene sceneID="dMv-43-hWy">
  437. <objects>
  438. <navigationController storyboardIdentifier="CCMainNC" extendedLayoutIncludesOpaqueBars="YES" automaticallyAdjustsScrollViewInsets="NO" id="bSZ-tE-FEj" customClass="CCControlCenter" sceneMemberID="viewController">
  439. <tabBarItem key="tabBarItem" title="File" image="tabBarCryptoCloud" id="Zxv-aS-HGF"/>
  440. <toolbarItems/>
  441. <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
  442. <size key="freeformSize" width="384" height="667"/>
  443. <navigationBar key="navigationBar" contentMode="scaleToFill" id="cj6-rT-wnB">
  444. <rect key="frame" x="0.0" y="0.0" width="320" height="44"/>
  445. <autoresizingMask key="autoresizingMask"/>
  446. </navigationBar>
  447. <nil name="viewControllers"/>
  448. <connections>
  449. <segue destination="YJg-Xa-VYf" kind="relationship" relationship="rootViewController" id="55n-k6-dDK"/>
  450. </connections>
  451. </navigationController>
  452. <placeholder placeholderIdentifier="IBFirstResponder" id="k95-tV-JJx" userLabel="First Responder" sceneMemberID="firstResponder"/>
  453. </objects>
  454. <point key="canvasLocation" x="5864" y="327"/>
  455. </scene>
  456. <!--Favorite-->
  457. <scene sceneID="YSr-JF-a0V">
  458. <objects>
  459. <navigationController extendedLayoutIncludesOpaqueBars="YES" automaticallyAdjustsScrollViewInsets="NO" id="hwM-4d-Afb" sceneMemberID="viewController">
  460. <tabBarItem key="tabBarItem" title="Favorite" image="tabBarFavorite" id="o09-67-hwf"/>
  461. <toolbarItems/>
  462. <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
  463. <size key="freeformSize" width="384" height="667"/>
  464. <navigationBar key="navigationBar" contentMode="scaleToFill" id="MJw-Bn-5le">
  465. <rect key="frame" x="0.0" y="0.0" width="320" height="44"/>
  466. <autoresizingMask key="autoresizingMask"/>
  467. </navigationBar>
  468. <nil name="viewControllers"/>
  469. <connections>
  470. <segue destination="Per-s0-P6C" kind="relationship" relationship="rootViewController" id="2Hp-bX-RE4"/>
  471. </connections>
  472. </navigationController>
  473. <placeholder placeholderIdentifier="IBFirstResponder" id="NME-vT-pfd" userLabel="First Responder" sceneMemberID="firstResponder"/>
  474. </objects>
  475. <point key="canvasLocation" x="6604" y="327"/>
  476. </scene>
  477. <!--Photos-->
  478. <scene sceneID="IuY-Iu-oAm">
  479. <objects>
  480. <navigationController extendedLayoutIncludesOpaqueBars="YES" automaticallyAdjustsScrollViewInsets="NO" id="Npr-vu-PSD" sceneMemberID="viewController">
  481. <tabBarItem key="tabBarItem" title="Photos" image="tabBarPhotos" id="5cw-bP-7It"/>
  482. <toolbarItems/>
  483. <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
  484. <size key="freeformSize" width="384" height="667"/>
  485. <navigationBar key="navigationBar" contentMode="scaleToFill" id="ixg-Pw-TNO">
  486. <rect key="frame" x="0.0" y="0.0" width="320" height="44"/>
  487. <autoresizingMask key="autoresizingMask"/>
  488. </navigationBar>
  489. <nil name="viewControllers"/>
  490. <connections>
  491. <segue destination="1Ca-6H-d29" kind="relationship" relationship="rootViewController" id="z78-Fg-8sL"/>
  492. </connections>
  493. </navigationController>
  494. <placeholder placeholderIdentifier="IBFirstResponder" id="cZf-pk-3Bd" userLabel="First Responder" sceneMemberID="firstResponder"/>
  495. </objects>
  496. <point key="canvasLocation" x="7361" y="327"/>
  497. </scene>
  498. <!--Settings-->
  499. <scene sceneID="nEn-y9-HDF">
  500. <objects>
  501. <navigationController extendedLayoutIncludesOpaqueBars="YES" automaticallyAdjustsScrollViewInsets="NO" id="ftT-7F-lfU" sceneMemberID="viewController">
  502. <tabBarItem key="tabBarItem" title="Settings" image="tabBarSettings" id="Yua-ga-FRJ"/>
  503. <toolbarItems/>
  504. <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
  505. <size key="freeformSize" width="384" height="667"/>
  506. <navigationBar key="navigationBar" contentMode="scaleToFill" id="Gr7-lE-Txr">
  507. <rect key="frame" x="0.0" y="0.0" width="320" height="44"/>
  508. <autoresizingMask key="autoresizingMask"/>
  509. </navigationBar>
  510. <nil name="viewControllers"/>
  511. <connections>
  512. <segue destination="amx-XG-NId" kind="relationship" relationship="rootViewController" id="Qwl-Zd-dt3"/>
  513. </connections>
  514. </navigationController>
  515. <placeholder placeholderIdentifier="IBFirstResponder" id="5WQ-nE-llq" userLabel="First Responder" sceneMemberID="firstResponder"/>
  516. </objects>
  517. <point key="canvasLocation" x="8064" y="327"/>
  518. </scene>
  519. <!--Manage Synchronizations-->
  520. <scene sceneID="rlM-Pz-rta">
  521. <objects>
  522. <viewController id="gTd-HL-PVY" customClass="CCManageSynchronizations" sceneMemberID="viewController">
  523. <layoutGuides>
  524. <viewControllerLayoutGuide type="top" id="9Kq-b8-Bh8"/>
  525. <viewControllerLayoutGuide type="bottom" id="uoD-Vb-rfP"/>
  526. </layoutGuides>
  527. <view key="view" contentMode="scaleToFill" id="cO8-G4-hHt">
  528. <rect key="frame" x="0.0" y="64" width="384" height="554"/>
  529. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  530. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  531. </view>
  532. <extendedEdge key="edgesForExtendedLayout"/>
  533. <navigationItem key="navigationItem" id="XMM-MK-ZBM"/>
  534. </viewController>
  535. <placeholder placeholderIdentifier="IBFirstResponder" id="2YG-G9-yyB" userLabel="First Responder" sceneMemberID="firstResponder"/>
  536. </objects>
  537. <point key="canvasLocation" x="9686" y="3020"/>
  538. </scene>
  539. <!--Manage Help-->
  540. <scene sceneID="Kwp-bi-zU9">
  541. <objects>
  542. <viewController id="HU7-az-TgV" customClass="CCManageHelp" sceneMemberID="viewController">
  543. <layoutGuides>
  544. <viewControllerLayoutGuide type="top" id="q5t-Kt-Dku"/>
  545. <viewControllerLayoutGuide type="bottom" id="wiG-3f-6XF"/>
  546. </layoutGuides>
  547. <view key="view" contentMode="scaleToFill" id="LNE-IV-JjC">
  548. <rect key="frame" x="0.0" y="64" width="384" height="554"/>
  549. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  550. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  551. </view>
  552. <extendedEdge key="edgesForExtendedLayout"/>
  553. <navigationItem key="navigationItem" id="Zzl-Z4-6Qp"/>
  554. </viewController>
  555. <placeholder placeholderIdentifier="IBFirstResponder" id="oeH-9e-IVz" userLabel="First Responder" sceneMemberID="firstResponder"/>
  556. </objects>
  557. <point key="canvasLocation" x="8424" y="3020"/>
  558. </scene>
  559. </scenes>
  560. <resources>
  561. <image name="cryptocloud_sfondo_iPad" width="256" height="187"/>
  562. <image name="tabBarCryptoCloud" width="50" height="50"/>
  563. <image name="tabBarFavorite" width="25" height="25"/>
  564. <image name="tabBarPhotos" width="25" height="25"/>
  565. <image name="tabBarSettings" width="25" height="25"/>
  566. </resources>
  567. <inferredMetricsTieBreakers>
  568. <segue reference="op6-ow-K8v"/>
  569. </inferredMetricsTieBreakers>
  570. </document>