NCViewerMediaPage.storyboard 74 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="22505" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="ne8-hS-cp3">
  3. <device id="retina6_72" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="22504"/>
  7. <capability name="Safe area layout guides" minToolsVersion="9.0"/>
  8. <capability name="System colors in document resources" minToolsVersion="11.0"/>
  9. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  10. </dependencies>
  11. <scenes>
  12. <!--Viewer Media Page-->
  13. <scene sceneID="yQe-Pb-BKZ">
  14. <objects>
  15. <viewController automaticallyAdjustsScrollViewInsets="NO" hidesBottomBarWhenPushed="YES" id="ne8-hS-cp3" customClass="NCViewerMediaPage" customModule="Nextcloud" customModuleProvider="target" sceneMemberID="viewController">
  16. <layoutGuides>
  17. <viewControllerLayoutGuide type="top" id="8k6-KQ-iNa"/>
  18. <viewControllerLayoutGuide type="bottom" id="baP-ZX-MR4"/>
  19. </layoutGuides>
  20. <view key="view" opaque="NO" contentMode="scaleToFill" id="wvY-tB-6ZK">
  21. <rect key="frame" x="0.0" y="0.0" width="430" height="932"/>
  22. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  23. <subviews>
  24. <containerView opaque="NO" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="fpt-Rz-5fT">
  25. <rect key="frame" x="0.0" y="0.0" width="430" height="932"/>
  26. <connections>
  27. <segue destination="A4d-OP-AMT" kind="embed" id="sDx-bX-1Jt"/>
  28. </connections>
  29. </containerView>
  30. <progressView opaque="NO" contentMode="scaleToFill" verticalHuggingPriority="750" progress="0.5" translatesAutoresizingMaskIntoConstraints="NO" id="sD9-1i-ZdY">
  31. <rect key="frame" x="0.0" y="59" width="430" height="1"/>
  32. <constraints>
  33. <constraint firstAttribute="height" constant="1" id="F4E-lI-3jZ"/>
  34. </constraints>
  35. </progressView>
  36. </subviews>
  37. <viewLayoutGuide key="safeArea" id="Ozy-9S-dMl"/>
  38. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  39. <constraints>
  40. <constraint firstAttribute="bottom" secondItem="fpt-Rz-5fT" secondAttribute="bottom" id="4Xy-Dl-e47"/>
  41. <constraint firstItem="sD9-1i-ZdY" firstAttribute="leading" secondItem="Ozy-9S-dMl" secondAttribute="leading" id="8Dv-gf-lFy"/>
  42. <constraint firstItem="sD9-1i-ZdY" firstAttribute="top" secondItem="Ozy-9S-dMl" secondAttribute="top" id="JUh-my-qNG"/>
  43. <constraint firstItem="Ozy-9S-dMl" firstAttribute="trailing" secondItem="sD9-1i-ZdY" secondAttribute="trailing" id="KQa-Ni-1TC"/>
  44. <constraint firstItem="fpt-Rz-5fT" firstAttribute="leading" secondItem="wvY-tB-6ZK" secondAttribute="leading" id="Kzi-Hg-Ocf"/>
  45. <constraint firstItem="fpt-Rz-5fT" firstAttribute="top" secondItem="wvY-tB-6ZK" secondAttribute="top" id="NnL-9A-ht1"/>
  46. <constraint firstAttribute="trailing" secondItem="fpt-Rz-5fT" secondAttribute="trailing" id="xh9-IP-ti7"/>
  47. </constraints>
  48. </view>
  49. <navigationItem key="navigationItem" id="azh-DM-TLz"/>
  50. <nil key="simulatedBottomBarMetrics"/>
  51. <connections>
  52. <outlet property="progressView" destination="sD9-1i-ZdY" id="nag-cc-Up3"/>
  53. </connections>
  54. </viewController>
  55. <placeholder placeholderIdentifier="IBFirstResponder" id="qhs-BU-mEq" userLabel="First Responder" sceneMemberID="firstResponder"/>
  56. </objects>
  57. <point key="canvasLocation" x="2910.144927536232" y="777.45535714285711"/>
  58. </scene>
  59. <!--Page View Controller-->
  60. <scene sceneID="qwx-FP-Pov">
  61. <objects>
  62. <pageViewController automaticallyAdjustsScrollViewInsets="NO" transitionStyle="scroll" pageSpacing="10" navigationOrientation="horizontal" spineLocation="none" id="A4d-OP-AMT" sceneMemberID="viewController"/>
  63. <placeholder placeholderIdentifier="IBFirstResponder" id="Q9C-FA-Vhg" userLabel="First Responder" sceneMemberID="firstResponder"/>
  64. </objects>
  65. <point key="canvasLocation" x="3748" y="777.66116941529242"/>
  66. </scene>
  67. <!--Viewer Media-->
  68. <scene sceneID="rpT-vc-Kiv">
  69. <objects>
  70. <viewController storyboardIdentifier="NCViewerMedia" automaticallyAdjustsScrollViewInsets="NO" id="gXy-ag-ank" customClass="NCViewerMedia" customModule="Nextcloud" customModuleProvider="target" sceneMemberID="viewController">
  71. <layoutGuides>
  72. <viewControllerLayoutGuide type="top" id="IQm-1K-tBr"/>
  73. <viewControllerLayoutGuide type="bottom" id="zwn-Sc-mqc"/>
  74. </layoutGuides>
  75. <view key="view" contentMode="scaleToFill" id="fIE-H6-KKc">
  76. <rect key="frame" x="0.0" y="0.0" width="430" height="932"/>
  77. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  78. <subviews>
  79. <scrollView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" showsHorizontalScrollIndicator="NO" showsVerticalScrollIndicator="NO" maximumZoomScale="4" translatesAutoresizingMaskIntoConstraints="NO" id="CdQ-LC-Trx">
  80. <rect key="frame" x="0.0" y="0.0" width="430" height="932"/>
  81. <subviews>
  82. <imageView userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="kPV-JM-UnM">
  83. <rect key="frame" x="0.0" y="0.0" width="430" height="932"/>
  84. </imageView>
  85. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="2AU-85-K8y">
  86. <rect key="frame" x="10" y="69" width="30" height="30"/>
  87. <constraints>
  88. <constraint firstAttribute="height" constant="30" id="l1v-vA-4gG"/>
  89. <constraint firstAttribute="width" constant="30" id="mSt-o6-S1g"/>
  90. </constraints>
  91. </imageView>
  92. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="DAi-gz-qGP">
  93. <rect key="frame" x="50" y="75.666666666666671" width="360" height="17"/>
  94. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  95. <color key="textColor" white="0.33333333333333331" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  96. <nil key="highlightedColor"/>
  97. </label>
  98. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="P8R-4f-zAl" customClass="NCViewerMediaDetailView" customModule="Nextcloud" customModuleProvider="target">
  99. <rect key="frame" x="0.0" y="398" width="430" height="455.66666666666674"/>
  100. <subviews>
  101. <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" distribution="equalSpacing" spacing="12" translatesAutoresizingMaskIntoConstraints="NO" id="Z0h-yS-myv">
  102. <rect key="frame" x="15" y="10" width="400" height="435.66666666666669"/>
  103. <subviews>
  104. <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="2" translatesAutoresizingMaskIntoConstraints="NO" id="IBY-Wf-Fqo">
  105. <rect key="frame" x="0.0" y="0.0" width="400" height="40.666666666666664"/>
  106. <subviews>
  107. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="No date information" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="0Mb-ss-cAE" userLabel="Day">
  108. <rect key="frame" x="0.0" y="0.0" width="400" height="19.333333333333332"/>
  109. <fontDescription key="fontDescription" type="system" pointSize="16"/>
  110. <nil key="textColor"/>
  111. <nil key="highlightedColor"/>
  112. </label>
  113. <view hidden="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="v7L-HF-dAc">
  114. <rect key="frame" x="0.0" y="20.333333333333314" width="400" height="20"/>
  115. <subviews>
  116. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Friday" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="f9E-HN-L3Y" userLabel="Day">
  117. <rect key="frame" x="0.0" y="0.0" width="46.666666666666664" height="20"/>
  118. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  119. <nil key="textColor"/>
  120. <nil key="highlightedColor"/>
  121. </label>
  122. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="·" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="ANo-uV-FWJ">
  123. <rect key="frame" x="51.666666666666671" y="0.0" width="6.6666666666666643" height="20"/>
  124. <fontDescription key="fontDescription" type="system" weight="black" pointSize="17"/>
  125. <nil key="textColor"/>
  126. <nil key="highlightedColor"/>
  127. </label>
  128. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="13 July 2023" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="4LY-PI-0gT" userLabel="Date">
  129. <rect key="frame" x="63.333333333333321" y="0.0" width="97.666666666666686" height="20"/>
  130. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  131. <nil key="textColor"/>
  132. <nil key="highlightedColor"/>
  133. </label>
  134. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="·" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="YkY-Ae-DWl">
  135. <rect key="frame" x="166" y="0.0" width="6.6666666666666572" height="20"/>
  136. <fontDescription key="fontDescription" type="system" weight="black" pointSize="17"/>
  137. <nil key="textColor"/>
  138. <nil key="highlightedColor"/>
  139. </label>
  140. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="20:04" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="POq-uU-ask" userLabel="Time">
  141. <rect key="frame" x="177.66666666666666" y="0.0" width="45.666666666666657" height="20"/>
  142. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  143. <nil key="textColor"/>
  144. <nil key="highlightedColor"/>
  145. </label>
  146. </subviews>
  147. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  148. <constraints>
  149. <constraint firstItem="4LY-PI-0gT" firstAttribute="top" secondItem="v7L-HF-dAc" secondAttribute="top" id="0Nj-od-jgr"/>
  150. <constraint firstAttribute="height" constant="20" id="5Y4-56-xQm"/>
  151. <constraint firstAttribute="bottom" secondItem="f9E-HN-L3Y" secondAttribute="bottom" id="683-b3-OWL"/>
  152. <constraint firstItem="4LY-PI-0gT" firstAttribute="leading" secondItem="ANo-uV-FWJ" secondAttribute="trailing" constant="5" id="8NU-Iw-MKs"/>
  153. <constraint firstItem="f9E-HN-L3Y" firstAttribute="top" secondItem="v7L-HF-dAc" secondAttribute="top" id="C6J-KV-6Rt"/>
  154. <constraint firstAttribute="bottom" secondItem="YkY-Ae-DWl" secondAttribute="bottom" id="OfB-zH-kmh"/>
  155. <constraint firstItem="YkY-Ae-DWl" firstAttribute="leading" secondItem="4LY-PI-0gT" secondAttribute="trailing" constant="5" id="TPG-Ft-gS9"/>
  156. <constraint firstItem="ANo-uV-FWJ" firstAttribute="leading" secondItem="f9E-HN-L3Y" secondAttribute="trailing" constant="5" id="UfF-b1-NXC"/>
  157. <constraint firstItem="POq-uU-ask" firstAttribute="leading" secondItem="YkY-Ae-DWl" secondAttribute="trailing" constant="5" id="UhC-VA-9kZ"/>
  158. <constraint firstAttribute="bottom" secondItem="ANo-uV-FWJ" secondAttribute="bottom" id="acf-iK-YWp"/>
  159. <constraint firstAttribute="bottom" secondItem="4LY-PI-0gT" secondAttribute="bottom" id="bNV-o6-ntx"/>
  160. <constraint firstItem="POq-uU-ask" firstAttribute="top" secondItem="v7L-HF-dAc" secondAttribute="top" id="cgF-AS-UnZ"/>
  161. <constraint firstAttribute="bottom" secondItem="POq-uU-ask" secondAttribute="bottom" id="e8Y-HT-Oq1"/>
  162. <constraint firstItem="YkY-Ae-DWl" firstAttribute="top" secondItem="v7L-HF-dAc" secondAttribute="top" id="snm-cE-GUd"/>
  163. <constraint firstItem="f9E-HN-L3Y" firstAttribute="leading" secondItem="v7L-HF-dAc" secondAttribute="leading" id="w48-hI-Njc"/>
  164. <constraint firstItem="ANo-uV-FWJ" firstAttribute="top" secondItem="v7L-HF-dAc" secondAttribute="top" id="zkd-LW-elc"/>
  165. </constraints>
  166. </view>
  167. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="IMG_003" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="PVW-g9-z43" userLabel="Title">
  168. <rect key="frame" x="0.0" y="21.333333333333314" width="400" height="19.333333333333329"/>
  169. <fontDescription key="fontDescription" type="system" pointSize="16"/>
  170. <color key="textColor" systemColor="secondaryLabelColor"/>
  171. <nil key="highlightedColor"/>
  172. </label>
  173. </subviews>
  174. </stackView>
  175. <view clipsSubviews="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="YSP-f2-T7B">
  176. <rect key="frame" x="0.0" y="52.666666666666686" width="400" height="118"/>
  177. <subviews>
  178. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="ucG-To-acr">
  179. <rect key="frame" x="0.0" y="0.0" width="400" height="35"/>
  180. <subviews>
  181. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Apple iPhone 12 Pro" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="cA8-2k-F4N" userLabel="Device">
  182. <rect key="frame" x="5" y="7.9999999999999982" width="145.33333333333334" height="19.333333333333329"/>
  183. <fontDescription key="fontDescription" type="system" pointSize="16"/>
  184. <nil key="textColor"/>
  185. <nil key="highlightedColor"/>
  186. </label>
  187. <stackView opaque="NO" contentMode="scaleToFill" distribution="equalSpacing" spacing="5" translatesAutoresizingMaskIntoConstraints="NO" id="RMk-ip-NjG">
  188. <rect key="frame" x="345" y="7.6666666666666288" width="50" height="20"/>
  189. <subviews>
  190. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Zh3-hb-yoa">
  191. <rect key="frame" x="0.0" y="0.0" width="50" height="20"/>
  192. <subviews>
  193. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="252" verticalHuggingPriority="251" text="HEIF" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Ux8-XJ-hpJ">
  194. <rect key="frame" x="4" y="2" width="42" height="16"/>
  195. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  196. <color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  197. <nil key="highlightedColor"/>
  198. </label>
  199. </subviews>
  200. <color key="backgroundColor" systemColor="systemGray2Color"/>
  201. <constraints>
  202. <constraint firstAttribute="trailing" secondItem="Ux8-XJ-hpJ" secondAttribute="trailing" constant="4" id="ILq-QM-ZRq"/>
  203. <constraint firstItem="Ux8-XJ-hpJ" firstAttribute="leading" secondItem="Zh3-hb-yoa" secondAttribute="leading" constant="4" id="MXv-aT-9Pp"/>
  204. <constraint firstAttribute="bottom" secondItem="Ux8-XJ-hpJ" secondAttribute="bottom" constant="2" id="dxJ-k4-SDG"/>
  205. <constraint firstItem="Ux8-XJ-hpJ" firstAttribute="top" secondItem="Zh3-hb-yoa" secondAttribute="top" constant="2" id="vKd-Kp-jlU"/>
  206. </constraints>
  207. <userDefinedRuntimeAttributes>
  208. <userDefinedRuntimeAttribute type="number" keyPath="layer.cornerRadius">
  209. <integer key="value" value="3"/>
  210. </userDefinedRuntimeAttribute>
  211. </userDefinedRuntimeAttributes>
  212. </view>
  213. <imageView hidden="YES" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="livephoto" catalog="system" translatesAutoresizingMaskIntoConstraints="NO" id="Pix-ui-Onk">
  214. <rect key="frame" x="0.0" y="-3.5527136788005009e-15" width="20" height="20.333333333333336"/>
  215. <color key="tintColor" systemColor="systemGrayColor"/>
  216. <constraints>
  217. <constraint firstAttribute="width" constant="20" id="f4P-jF-ymT"/>
  218. </constraints>
  219. </imageView>
  220. </subviews>
  221. <constraints>
  222. <constraint firstAttribute="height" constant="20" id="HZ6-y7-FsB"/>
  223. </constraints>
  224. </stackView>
  225. </subviews>
  226. <color key="backgroundColor" systemColor="systemGray4Color"/>
  227. <constraints>
  228. <constraint firstItem="RMk-ip-NjG" firstAttribute="centerY" secondItem="ucG-To-acr" secondAttribute="centerY" id="5eG-3c-FkU"/>
  229. <constraint firstAttribute="trailing" secondItem="RMk-ip-NjG" secondAttribute="trailing" constant="5" id="A8u-lU-5wY"/>
  230. <constraint firstItem="cA8-2k-F4N" firstAttribute="leading" secondItem="ucG-To-acr" secondAttribute="leading" constant="5" id="SUB-is-irh"/>
  231. <constraint firstAttribute="height" constant="35" id="rKP-vs-CL4"/>
  232. <constraint firstItem="cA8-2k-F4N" firstAttribute="centerY" secondItem="ucG-To-acr" secondAttribute="centerY" id="yG7-dQ-2xn"/>
  233. </constraints>
  234. </view>
  235. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="PAH-Zm-6f7" userLabel="Separator">
  236. <rect key="frame" x="0.0" y="35" width="400" height="1"/>
  237. <color key="backgroundColor" systemColor="systemGray3Color"/>
  238. <constraints>
  239. <constraint firstAttribute="height" constant="1" id="oDS-NK-8Fh"/>
  240. </constraints>
  241. </view>
  242. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Ultra Wide Camera - 13 mm " textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="d4R-Eg-BEV">
  243. <rect key="frame" x="5" y="43" width="388" height="19.666666666666671"/>
  244. <fontDescription key="fontDescription" type="system" pointSize="16"/>
  245. <color key="textColor" systemColor="secondaryLabelColor"/>
  246. <nil key="highlightedColor"/>
  247. </label>
  248. <stackView opaque="NO" contentMode="scaleToFill" spacing="5" translatesAutoresizingMaskIntoConstraints="NO" id="6cz-nf-75X">
  249. <rect key="frame" x="5" y="64.666666666666686" width="390" height="19.333333333333329"/>
  250. <subviews>
  251. <label hidden="YES" opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="12 MP" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="sxI-vc-KfJ" userLabel="Megapixel">
  252. <rect key="frame" x="0.0" y="0.0" width="0.0" height="19.333333333333332"/>
  253. <fontDescription key="fontDescription" type="system" pointSize="16"/>
  254. <color key="textColor" systemColor="secondaryLabelColor"/>
  255. <nil key="highlightedColor"/>
  256. </label>
  257. <label hidden="YES" opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="·" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="EKQ-RW-a5p">
  258. <rect key="frame" x="0.0" y="0.0" width="0.0" height="19.333333333333332"/>
  259. <fontDescription key="fontDescription" type="system" weight="black" pointSize="16"/>
  260. <color key="textColor" systemColor="secondaryLabelColor"/>
  261. <nil key="highlightedColor"/>
  262. </label>
  263. <label hidden="YES" opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="3024 x 4032 " textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="6A5-qu-7x1" userLabel="Resolution">
  264. <rect key="frame" x="0.0" y="0.0" width="0.0" height="19.333333333333332"/>
  265. <fontDescription key="fontDescription" type="system" pointSize="16"/>
  266. <color key="textColor" systemColor="secondaryLabelColor"/>
  267. <nil key="highlightedColor"/>
  268. </label>
  269. <label hidden="YES" opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="·" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="PVg-lD-V6e">
  270. <rect key="frame" x="0.0" y="0.0" width="0.0" height="19.333333333333332"/>
  271. <fontDescription key="fontDescription" type="system" weight="black" pointSize="16"/>
  272. <color key="textColor" systemColor="secondaryLabelColor"/>
  273. <nil key="highlightedColor"/>
  274. </label>
  275. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="3,1 MB" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="yOh-G2-fPm" userLabel="Size">
  276. <rect key="frame" x="0.0" y="0.0" width="390" height="19.333333333333332"/>
  277. <fontDescription key="fontDescription" type="system" pointSize="16"/>
  278. <color key="textColor" systemColor="secondaryLabelColor"/>
  279. <nil key="highlightedColor"/>
  280. </label>
  281. </subviews>
  282. </stackView>
  283. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="EkY-Gj-aPB" userLabel="Separator">
  284. <rect key="frame" x="0.0" y="90.999999999999943" width="400" height="1"/>
  285. <color key="backgroundColor" systemColor="systemGray3Color"/>
  286. <constraints>
  287. <constraint firstAttribute="height" constant="1" id="r0C-1B-Hav"/>
  288. </constraints>
  289. </view>
  290. <stackView opaque="NO" contentMode="scaleToFill" distribution="equalCentering" translatesAutoresizingMaskIntoConstraints="NO" id="IFA-TY-kPl">
  291. <rect key="frame" x="0.0" y="95.999999999999943" width="400" height="18"/>
  292. <subviews>
  293. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="|" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="TJr-Hv-2Gl">
  294. <rect key="frame" x="0.0" y="0.0" width="3.3333333333333335" height="18"/>
  295. <fontDescription key="fontDescription" type="system" weight="thin" pointSize="15"/>
  296. <color key="textColor" systemColor="systemGray5Color"/>
  297. <nil key="highlightedColor"/>
  298. </label>
  299. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="-" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="6Cs-pM-Ful" userLabel="ISO">
  300. <rect key="frame" x="38" y="0.0" width="6.6666666666666643" height="18"/>
  301. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  302. <color key="textColor" systemColor="secondaryLabelColor"/>
  303. <nil key="highlightedColor"/>
  304. </label>
  305. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="|" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="kVB-Rd-ORU">
  306. <rect key="frame" x="79.333333333333329" y="0.0" width="3.3333333333333286" height="18"/>
  307. <fontDescription key="fontDescription" type="system" weight="thin" pointSize="15"/>
  308. <color key="textColor" systemColor="tertiaryLabelColor"/>
  309. <nil key="highlightedColor"/>
  310. </label>
  311. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="-" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="crU-0D-RI9" userLabel="Lens size">
  312. <rect key="frame" x="117.33333333333334" y="0.0" width="6.6666666666666714" height="18"/>
  313. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  314. <color key="textColor" systemColor="secondaryLabelColor"/>
  315. <nil key="highlightedColor"/>
  316. </label>
  317. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="|" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="7Nx-B1-R1C">
  318. <rect key="frame" x="158.66666666666666" y="0.0" width="3.3333333333333428" height="18"/>
  319. <fontDescription key="fontDescription" type="system" weight="thin" pointSize="15"/>
  320. <color key="textColor" systemColor="tertiaryLabelColor"/>
  321. <nil key="highlightedColor"/>
  322. </label>
  323. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="-" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="CDk-Yx-uJI" userLabel="Exposure value">
  324. <rect key="frame" x="196.66666666666666" y="0.0" width="6.6666666666666572" height="18"/>
  325. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  326. <color key="textColor" systemColor="secondaryLabelColor"/>
  327. <nil key="highlightedColor"/>
  328. </label>
  329. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="|" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="PGe-rH-CVF">
  330. <rect key="frame" x="238" y="0.0" width="3.3333333333333428" height="18"/>
  331. <fontDescription key="fontDescription" type="system" weight="thin" pointSize="15"/>
  332. <color key="textColor" systemColor="tertiaryLabelColor"/>
  333. <nil key="highlightedColor"/>
  334. </label>
  335. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="-" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Dyh-MY-ZPm" userLabel="Aperture">
  336. <rect key="frame" x="276" y="0.0" width="6.6666666666666856" height="18"/>
  337. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  338. <color key="textColor" systemColor="secondaryLabelColor"/>
  339. <nil key="highlightedColor"/>
  340. </label>
  341. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="|" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="t3F-Mb-moo">
  342. <rect key="frame" x="317.33333333333331" y="0.0" width="3.3333333333333144" height="18"/>
  343. <fontDescription key="fontDescription" type="system" weight="thin" pointSize="15"/>
  344. <color key="textColor" systemColor="tertiaryLabelColor"/>
  345. <nil key="highlightedColor"/>
  346. </label>
  347. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="-" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="LOe-Mx-JH3" userLabel="Shutter speed">
  348. <rect key="frame" x="355.33333333333331" y="0.0" width="6.6666666666666856" height="18"/>
  349. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  350. <color key="textColor" systemColor="secondaryLabelColor"/>
  351. <nil key="highlightedColor"/>
  352. </label>
  353. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="|" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Tux-yK-e5c">
  354. <rect key="frame" x="396.66666666666669" y="0.0" width="3.3333333333333144" height="18"/>
  355. <fontDescription key="fontDescription" type="system" weight="thin" pointSize="15"/>
  356. <color key="textColor" systemColor="systemGray5Color"/>
  357. <nil key="highlightedColor"/>
  358. </label>
  359. </subviews>
  360. </stackView>
  361. </subviews>
  362. <color key="backgroundColor" systemColor="systemGray5Color"/>
  363. <constraints>
  364. <constraint firstAttribute="trailing" secondItem="d4R-Eg-BEV" secondAttribute="trailing" constant="7" id="0if-5h-4Hd"/>
  365. <constraint firstItem="EkY-Gj-aPB" firstAttribute="top" secondItem="6cz-nf-75X" secondAttribute="bottom" constant="7" id="1bM-RZ-yX0"/>
  366. <constraint firstAttribute="trailing" secondItem="IFA-TY-kPl" secondAttribute="trailing" id="9Cx-KD-RKx"/>
  367. <constraint firstAttribute="trailing" secondItem="EkY-Gj-aPB" secondAttribute="trailing" id="D88-MT-aJT"/>
  368. <constraint firstItem="ucG-To-acr" firstAttribute="top" secondItem="YSP-f2-T7B" secondAttribute="top" id="Dcv-Ag-2Q0"/>
  369. <constraint firstItem="d4R-Eg-BEV" firstAttribute="top" secondItem="PAH-Zm-6f7" secondAttribute="bottom" constant="7" id="Fzh-eW-7xS"/>
  370. <constraint firstItem="EkY-Gj-aPB" firstAttribute="leading" secondItem="YSP-f2-T7B" secondAttribute="leading" id="ItR-2I-zaS"/>
  371. <constraint firstItem="IFA-TY-kPl" firstAttribute="leading" secondItem="YSP-f2-T7B" secondAttribute="leading" id="Nhf-Tc-J12"/>
  372. <constraint firstItem="IFA-TY-kPl" firstAttribute="top" secondItem="EkY-Gj-aPB" secondAttribute="bottom" constant="4" id="Ris-Xd-8hF"/>
  373. <constraint firstItem="ucG-To-acr" firstAttribute="leading" secondItem="YSP-f2-T7B" secondAttribute="leading" id="RzN-xI-Nhl"/>
  374. <constraint firstItem="6cz-nf-75X" firstAttribute="top" secondItem="d4R-Eg-BEV" secondAttribute="bottom" constant="2" id="bI7-Xl-VUb"/>
  375. <constraint firstAttribute="trailing" secondItem="6cz-nf-75X" secondAttribute="trailing" constant="5" id="bqY-6X-bea"/>
  376. <constraint firstAttribute="trailing" secondItem="ucG-To-acr" secondAttribute="trailing" id="edf-ki-HLP"/>
  377. <constraint firstItem="6cz-nf-75X" firstAttribute="leading" secondItem="YSP-f2-T7B" secondAttribute="leading" constant="5" id="foV-h4-V7i"/>
  378. <constraint firstItem="PAH-Zm-6f7" firstAttribute="top" secondItem="ucG-To-acr" secondAttribute="bottom" id="jt5-Mj-0b5"/>
  379. <constraint firstAttribute="bottom" secondItem="IFA-TY-kPl" secondAttribute="bottom" constant="4" id="osF-4r-x4s"/>
  380. <constraint firstItem="PAH-Zm-6f7" firstAttribute="leading" secondItem="YSP-f2-T7B" secondAttribute="leading" id="tQZ-L6-6SM"/>
  381. <constraint firstAttribute="trailing" secondItem="PAH-Zm-6f7" secondAttribute="trailing" id="vQ3-9j-Ttg"/>
  382. <constraint firstItem="d4R-Eg-BEV" firstAttribute="leading" secondItem="YSP-f2-T7B" secondAttribute="leading" constant="5" id="zTL-0L-Yvq"/>
  383. </constraints>
  384. <userDefinedRuntimeAttributes>
  385. <userDefinedRuntimeAttribute type="number" keyPath="layer.cornerRadius">
  386. <integer key="value" value="8"/>
  387. </userDefinedRuntimeAttribute>
  388. </userDefinedRuntimeAttributes>
  389. </view>
  390. <stackView opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" axis="vertical" translatesAutoresizingMaskIntoConstraints="NO" id="kH6-LI-qFN">
  391. <rect key="frame" x="0.0" y="182.66666666666663" width="400" height="185"/>
  392. <subviews>
  393. <view clipsSubviews="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="dJP-ZX-iug">
  394. <rect key="frame" x="0.0" y="0.0" width="400" height="150"/>
  395. <color key="backgroundColor" systemColor="systemGray6Color"/>
  396. <gestureRecognizers/>
  397. <constraints>
  398. <constraint firstAttribute="height" constant="150" id="fJT-bf-c1B"/>
  399. </constraints>
  400. </view>
  401. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="HcW-yY-GaX">
  402. <rect key="frame" x="0.0" y="150" width="400" height="35"/>
  403. <subviews>
  404. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="bOA-Hx-qza" userLabel="Location">
  405. <rect key="frame" x="5" y="17.666666666666742" width="0.0" height="0.0"/>
  406. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  407. <color key="textColor" systemColor="linkColor"/>
  408. <nil key="highlightedColor"/>
  409. </label>
  410. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="chevron.right" catalog="system" translatesAutoresizingMaskIntoConstraints="NO" id="1yH-o3-9JB">
  411. <rect key="frame" x="5" y="9.6666666666667407" width="20" height="16.333333333333329"/>
  412. <color key="tintColor" systemColor="secondaryLabelColor"/>
  413. <constraints>
  414. <constraint firstAttribute="width" constant="20" id="DXq-TZ-AgJ"/>
  415. <constraint firstAttribute="height" constant="20" id="Qce-PW-4lw"/>
  416. </constraints>
  417. </imageView>
  418. </subviews>
  419. <color key="backgroundColor" systemColor="systemGray5Color"/>
  420. <constraints>
  421. <constraint firstItem="1yH-o3-9JB" firstAttribute="centerY" secondItem="HcW-yY-GaX" secondAttribute="centerY" id="K0K-hv-VdN"/>
  422. <constraint firstItem="bOA-Hx-qza" firstAttribute="leading" secondItem="HcW-yY-GaX" secondAttribute="leading" constant="5" id="KKt-Eb-NmT"/>
  423. <constraint firstAttribute="trailing" relation="greaterThanOrEqual" secondItem="1yH-o3-9JB" secondAttribute="trailing" id="iUk-3x-ojN"/>
  424. <constraint firstItem="bOA-Hx-qza" firstAttribute="centerY" secondItem="HcW-yY-GaX" secondAttribute="centerY" id="quS-PT-b4t"/>
  425. <constraint firstAttribute="height" constant="35" id="xGF-2V-n2g"/>
  426. <constraint firstItem="1yH-o3-9JB" firstAttribute="leading" secondItem="bOA-Hx-qza" secondAttribute="trailing" id="xTF-7x-FMG"/>
  427. </constraints>
  428. </view>
  429. </subviews>
  430. <userDefinedRuntimeAttributes>
  431. <userDefinedRuntimeAttribute type="number" keyPath="layer.cornerRadius">
  432. <integer key="value" value="8"/>
  433. </userDefinedRuntimeAttribute>
  434. </userDefinedRuntimeAttributes>
  435. <connections>
  436. <outletCollection property="gestureRecognizers" destination="fvW-pC-4g1" appends="YES" id="DUs-ga-raf"/>
  437. </connections>
  438. </stackView>
  439. <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="6" translatesAutoresizingMaskIntoConstraints="NO" id="swf-k6-4W6">
  440. <rect key="frame" x="0.0" y="379.66666666666663" width="400" height="56"/>
  441. <subviews>
  442. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Umg-YQ-OqC">
  443. <rect key="frame" x="0.0" y="0.0" width="400" height="34.333333333333336"/>
  444. <state key="normal" title="Button"/>
  445. <buttonConfiguration key="configuration" style="gray" title="Button">
  446. <color key="baseBackgroundColor" systemColor="systemGray5Color"/>
  447. </buttonConfiguration>
  448. <connections>
  449. <outletCollection property="gestureRecognizers" destination="LMd-B2-U1g" appends="YES" id="Gap-7a-xBo"/>
  450. </connections>
  451. </button>
  452. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="This may reveal more information about the photo." textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="ZH0-dn-sQ5" userLabel="Info">
  453. <rect key="frame" x="0.0" y="40.333333333333371" width="400" height="15.666666666666664"/>
  454. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  455. <color key="textColor" systemColor="secondaryLabelColor"/>
  456. <nil key="highlightedColor"/>
  457. </label>
  458. </subviews>
  459. </stackView>
  460. </subviews>
  461. </stackView>
  462. </subviews>
  463. <constraints>
  464. <constraint firstAttribute="width" relation="lessThanOrEqual" constant="814" id="64g-8V-ugL"/>
  465. <constraint firstItem="Z0h-yS-myv" firstAttribute="leading" secondItem="P8R-4f-zAl" secondAttribute="leading" constant="15" id="Ian-z6-Edo"/>
  466. <constraint firstItem="Z0h-yS-myv" firstAttribute="top" secondItem="P8R-4f-zAl" secondAttribute="top" constant="10" id="bVs-TI-kHP"/>
  467. <constraint firstAttribute="trailing" secondItem="Z0h-yS-myv" secondAttribute="trailing" constant="15" id="hZn-el-dtj"/>
  468. <constraint firstAttribute="bottom" secondItem="Z0h-yS-myv" secondAttribute="bottom" constant="10" id="qOC-jf-xdx"/>
  469. </constraints>
  470. <connections>
  471. <outlet property="apertureLabel" destination="Dyh-MY-ZPm" id="cME-5C-3wz"/>
  472. <outlet property="dateContainer" destination="v7L-HF-dAc" id="InI-Sl-2kQ"/>
  473. <outlet property="dateLabel" destination="4LY-PI-0gT" id="dpX-Q9-Aaw"/>
  474. <outlet property="dayLabel" destination="f9E-HN-L3Y" id="yks-Cu-1pt"/>
  475. <outlet property="deviceContainer" destination="ucG-To-acr" id="B2F-qe-NwF"/>
  476. <outlet property="downloadImageButton" destination="Umg-YQ-OqC" id="lFI-g5-fCc"/>
  477. <outlet property="downloadImageButtonContainer" destination="swf-k6-4W6" id="atX-Zc-tax"/>
  478. <outlet property="downloadImageLabel" destination="ZH0-dn-sQ5" id="4jd-7p-REW"/>
  479. <outlet property="exposureValueLabel" destination="CDk-Yx-uJI" id="oZK-rh-iJI"/>
  480. <outlet property="extensionLabel" destination="Ux8-XJ-hpJ" id="zPk-z9-QBK"/>
  481. <outlet property="isoLabel" destination="6Cs-pM-Ful" id="lGL-oS-88h"/>
  482. <outlet property="lensInfoLeadingFakePadding" destination="TJr-Hv-2Gl" id="uDd-r6-1XW"/>
  483. <outlet property="lensInfoStackViewLeadingConstraint" destination="Nhf-Tc-J12" id="G0O-8L-Yp5"/>
  484. <outlet property="lensInfoStackViewTrailingConstraint" destination="9Cx-KD-RKx" id="WMF-xt-feG"/>
  485. <outlet property="lensInfoTrailingFakePadding" destination="Tux-yK-e5c" id="6mU-T2-gMI"/>
  486. <outlet property="lensLabel" destination="d4R-Eg-BEV" id="ZaX-do-ccU"/>
  487. <outlet property="lensSizeLabel" destination="crU-0D-RI9" id="ERb-7F-G0b"/>
  488. <outlet property="livePhotoImageView" destination="Pix-ui-Onk" id="PyP-ld-K3T"/>
  489. <outlet property="locationLabel" destination="bOA-Hx-qza" id="O8Y-V8-Xzp"/>
  490. <outlet property="mapContainer" destination="dJP-ZX-iug" id="xqo-Mi-GOO"/>
  491. <outlet property="megaPixelLabel" destination="sxI-vc-KfJ" id="Uz6-l8-4aI"/>
  492. <outlet property="megaPixelLabelDivider" destination="EKQ-RW-a5p" id="Rjp-Id-djL"/>
  493. <outlet property="modelLabel" destination="cA8-2k-F4N" id="Lwb-L5-0Hs"/>
  494. <outlet property="nameLabel" destination="PVW-g9-z43" id="CC5-mu-Ftr"/>
  495. <outlet property="noDateLabel" destination="0Mb-ss-cAE" id="dH8-pr-6Jp"/>
  496. <outlet property="outerContainer" destination="YSP-f2-T7B" id="hxB-u3-8vl"/>
  497. <outlet property="outerMapContainer" destination="kH6-LI-qFN" id="5I3-oe-jgb"/>
  498. <outlet property="resolutionLabel" destination="6A5-qu-7x1" id="5Ei-Rx-Q4s"/>
  499. <outlet property="resolutionLabelDivider" destination="PVg-lD-V6e" id="p6g-6E-XM6"/>
  500. <outlet property="shutterSpeedLabel" destination="LOe-Mx-JH3" id="Qhq-jN-nXV"/>
  501. <outlet property="sizeLabel" destination="yOh-G2-fPm" id="4ZL-ki-KhM"/>
  502. <outlet property="timeLabel" destination="POq-uU-ask" id="ue5-U7-Ub1"/>
  503. </connections>
  504. </view>
  505. </subviews>
  506. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  507. <constraints>
  508. <constraint firstItem="P8R-4f-zAl" firstAttribute="centerX" secondItem="CdQ-LC-Trx" secondAttribute="centerX" id="IFp-cD-s1W"/>
  509. <constraint firstItem="DAi-gz-qGP" firstAttribute="centerY" secondItem="2AU-85-K8y" secondAttribute="centerY" id="Lls-5R-JBM"/>
  510. <constraint firstItem="P8R-4f-zAl" firstAttribute="leading" secondItem="CdQ-LC-Trx" secondAttribute="leading" priority="999" id="MAj-dw-rce"/>
  511. <constraint firstAttribute="trailing" secondItem="DAi-gz-qGP" secondAttribute="trailing" constant="20" id="QWE-Iy-fcM"/>
  512. <constraint firstItem="kPV-JM-UnM" firstAttribute="leading" secondItem="CdQ-LC-Trx" secondAttribute="leading" id="asL-Ft-Lmc"/>
  513. <constraint firstAttribute="trailing" secondItem="kPV-JM-UnM" secondAttribute="trailing" id="bFX-fz-FdV"/>
  514. <constraint firstAttribute="trailing" secondItem="P8R-4f-zAl" secondAttribute="trailing" priority="999" id="bYV-8b-eb6"/>
  515. <constraint firstItem="DAi-gz-qGP" firstAttribute="leading" secondItem="2AU-85-K8y" secondAttribute="trailing" constant="10" id="q8N-jc-KHs"/>
  516. <constraint firstItem="kPV-JM-UnM" firstAttribute="top" secondItem="CdQ-LC-Trx" secondAttribute="top" id="tdo-XY-uqv"/>
  517. <constraint firstItem="kPV-JM-UnM" firstAttribute="height" secondItem="CdQ-LC-Trx" secondAttribute="height" id="u0g-zN-41J"/>
  518. <constraint firstAttribute="bottom" secondItem="kPV-JM-UnM" secondAttribute="bottom" id="vEd-X2-yGs"/>
  519. <constraint firstItem="kPV-JM-UnM" firstAttribute="width" secondItem="CdQ-LC-Trx" secondAttribute="width" id="yCC-KH-2fx"/>
  520. </constraints>
  521. </scrollView>
  522. </subviews>
  523. <viewLayoutGuide key="safeArea" id="Yo6-7W-moG"/>
  524. <constraints>
  525. <constraint firstAttribute="bottom" secondItem="CdQ-LC-Trx" secondAttribute="bottom" id="4qB-8y-OcG"/>
  526. <constraint firstAttribute="trailing" secondItem="CdQ-LC-Trx" secondAttribute="trailing" id="IwE-oE-d3Y"/>
  527. <constraint firstItem="2AU-85-K8y" firstAttribute="leading" secondItem="Yo6-7W-moG" secondAttribute="leading" constant="10" id="X10-OG-EKg"/>
  528. <constraint firstItem="Yo6-7W-moG" firstAttribute="top" secondItem="2AU-85-K8y" secondAttribute="top" constant="-10" id="avO-83-uMQ"/>
  529. <constraint firstItem="Yo6-7W-moG" firstAttribute="bottom" secondItem="P8R-4f-zAl" secondAttribute="top" constant="500" id="bor-cg-Alz"/>
  530. <constraint firstItem="P8R-4f-zAl" firstAttribute="leading" secondItem="Yo6-7W-moG" secondAttribute="leading" id="dly-i5-fPW"/>
  531. <constraint firstItem="CdQ-LC-Trx" firstAttribute="leading" secondItem="fIE-H6-KKc" secondAttribute="leading" id="g8C-2m-KkX"/>
  532. <constraint firstItem="CdQ-LC-Trx" firstAttribute="top" secondItem="fIE-H6-KKc" secondAttribute="top" id="hcQ-lB-JwU"/>
  533. </constraints>
  534. <variation key="heightClass=regular-widthClass=regular">
  535. <mask key="constraints">
  536. <exclude reference="dly-i5-fPW"/>
  537. </mask>
  538. </variation>
  539. </view>
  540. <connections>
  541. <outlet property="detailView" destination="P8R-4f-zAl" id="xFW-qq-Cdi"/>
  542. <outlet property="detailViewTopConstraint" destination="bor-cg-Alz" id="xcM-bF-u7e"/>
  543. <outlet property="imageVideoContainer" destination="kPV-JM-UnM" id="2pA-VW-FuK"/>
  544. <outlet property="imageViewBottomConstraint" destination="vEd-X2-yGs" id="wp3-67-aZ2"/>
  545. <outlet property="imageViewTopConstraint" destination="tdo-XY-uqv" id="AM2-tz-fSt"/>
  546. <outlet property="scrollView" destination="CdQ-LC-Trx" id="3np-FR-s39"/>
  547. <outlet property="statusLabel" destination="DAi-gz-qGP" id="zZH-1B-HiI"/>
  548. <outlet property="statusViewImage" destination="2AU-85-K8y" id="22h-Ec-bj0"/>
  549. </connections>
  550. </viewController>
  551. <placeholder placeholderIdentifier="IBFirstResponder" id="fbE-Jv-mLH" userLabel="First Responder" sceneMemberID="firstResponder"/>
  552. <tapGestureRecognizer id="fvW-pC-4g1" userLabel="Open location Gesture Recognizer">
  553. <connections>
  554. <action selector="touchLocation:" destination="P8R-4f-zAl" id="qyd-d2-RyB"/>
  555. </connections>
  556. </tapGestureRecognizer>
  557. <tapGestureRecognizer id="LMd-B2-U1g" userLabel="Download Gesture Recognizer">
  558. <connections>
  559. <action selector="touchDownload:" destination="P8R-4f-zAl" id="f13-sg-aRk"/>
  560. </connections>
  561. </tapGestureRecognizer>
  562. </objects>
  563. <point key="canvasLocation" x="4547.4418604651164" y="776.39484978540781"/>
  564. </scene>
  565. </scenes>
  566. <resources>
  567. <image name="chevron.right" catalog="system" width="97" height="128"/>
  568. <image name="livephoto" catalog="system" width="128" height="124"/>
  569. <systemColor name="linkColor">
  570. <color red="0.0" green="0.47843137250000001" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  571. </systemColor>
  572. <systemColor name="secondaryLabelColor">
  573. <color red="0.23529411759999999" green="0.23529411759999999" blue="0.26274509800000001" alpha="0.59999999999999998" colorSpace="custom" customColorSpace="sRGB"/>
  574. </systemColor>
  575. <systemColor name="systemBackgroundColor">
  576. <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  577. </systemColor>
  578. <systemColor name="systemGray2Color">
  579. <color red="0.68235294120000001" green="0.68235294120000001" blue="0.69803921570000005" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  580. </systemColor>
  581. <systemColor name="systemGray3Color">
  582. <color red="0.78039215689999997" green="0.78039215689999997" blue="0.80000000000000004" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  583. </systemColor>
  584. <systemColor name="systemGray4Color">
  585. <color red="0.81960784310000001" green="0.81960784310000001" blue="0.83921568629999999" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  586. </systemColor>
  587. <systemColor name="systemGray5Color">
  588. <color red="0.8980392157" green="0.8980392157" blue="0.91764705879999997" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  589. </systemColor>
  590. <systemColor name="systemGray6Color">
  591. <color red="0.94901960780000005" green="0.94901960780000005" blue="0.96862745100000003" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  592. </systemColor>
  593. <systemColor name="systemGrayColor">
  594. <color red="0.5568627451" green="0.5568627451" blue="0.57647058819999997" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  595. </systemColor>
  596. <systemColor name="tertiaryLabelColor">
  597. <color red="0.23529411759999999" green="0.23529411759999999" blue="0.26274509800000001" alpha="0.29803921570000003" colorSpace="custom" customColorSpace="sRGB"/>
  598. </systemColor>
  599. </resources>
  600. </document>