UGCKitMediaPicker.storyboard 34 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="15505" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
  3. <device id="retina4_7" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="15510"/>
  6. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  7. </dependencies>
  8. <scenes>
  9. <!--Photos-->
  10. <scene sceneID="swb-gz-Gt9">
  11. <objects>
  12. <tableViewController storyboardIdentifier="UGCKitAlbumsViewController" id="QL5-wR-LYt" customClass="UGCKitAlbumsViewController" sceneMemberID="viewController">
  13. <tableView key="view" clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="none" rowHeight="86" sectionHeaderHeight="22" sectionFooterHeight="22" id="66K-TS-Yoc">
  14. <rect key="frame" x="0.0" y="0.0" width="375" height="647"/>
  15. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  16. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  17. <prototypes>
  18. <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" reuseIdentifier="AlbumCell" rowHeight="86" id="dSc-nm-apo" customClass="UGCKitAlbumCell">
  19. <rect key="frame" x="0.0" y="28" width="375" height="86"/>
  20. <autoresizingMask key="autoresizingMask"/>
  21. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="dSc-nm-apo" id="7lA-qJ-5l4">
  22. <rect key="frame" x="0.0" y="0.0" width="375" height="86"/>
  23. <autoresizingMask key="autoresizingMask"/>
  24. <subviews>
  25. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="kTm-zK-fPP">
  26. <rect key="frame" x="28" y="7" width="68" height="72"/>
  27. <subviews>
  28. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="aA6-Ye-jVF">
  29. <rect key="frame" x="4" y="0.0" width="60" height="60"/>
  30. <constraints>
  31. <constraint firstAttribute="width" constant="60" id="FN5-pM-4jN"/>
  32. <constraint firstAttribute="height" constant="60" id="oOO-Jp-ELR"/>
  33. </constraints>
  34. </imageView>
  35. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="7bp-En-8qW">
  36. <rect key="frame" x="2" y="2" width="64" height="64"/>
  37. <constraints>
  38. <constraint firstAttribute="height" constant="64" id="GXP-UA-8Q1"/>
  39. <constraint firstAttribute="width" constant="64" id="Pl4-1t-5Nd"/>
  40. </constraints>
  41. </imageView>
  42. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="FFV-lv-81k">
  43. <rect key="frame" x="0.0" y="4" width="68" height="68"/>
  44. <constraints>
  45. <constraint firstAttribute="width" constant="68" id="5Qb-Pu-leX"/>
  46. <constraint firstAttribute="height" constant="68" id="sYi-5u-vyi"/>
  47. </constraints>
  48. </imageView>
  49. </subviews>
  50. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  51. <constraints>
  52. <constraint firstAttribute="width" constant="68" id="LPf-oG-4uz"/>
  53. <constraint firstAttribute="centerX" secondItem="aA6-Ye-jVF" secondAttribute="centerX" id="MGk-ae-eo0"/>
  54. <constraint firstAttribute="height" constant="72" id="QZm-fs-LRK"/>
  55. <constraint firstAttribute="centerX" secondItem="FFV-lv-81k" secondAttribute="centerX" id="YXS-g2-72j"/>
  56. <constraint firstItem="7bp-En-8qW" firstAttribute="top" secondItem="kTm-zK-fPP" secondAttribute="top" constant="2" id="eC1-Ul-L5i"/>
  57. <constraint firstItem="aA6-Ye-jVF" firstAttribute="top" secondItem="kTm-zK-fPP" secondAttribute="top" id="hKW-3j-Ktd"/>
  58. <constraint firstAttribute="bottom" secondItem="FFV-lv-81k" secondAttribute="bottom" id="mCq-ET-p0U"/>
  59. <constraint firstAttribute="centerX" secondItem="7bp-En-8qW" secondAttribute="centerX" id="p86-QG-SAY"/>
  60. </constraints>
  61. </view>
  62. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Album Title" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumFontSize="9" translatesAutoresizingMaskIntoConstraints="NO" id="SeB-hL-cJJ">
  63. <rect key="frame" x="114" y="25" width="466" height="21"/>
  64. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  65. <color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
  66. <nil key="highlightedColor"/>
  67. </label>
  68. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Number of Photos" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="PTi-mB-UBX">
  69. <rect key="frame" x="114" y="49" width="466" height="15"/>
  70. <fontDescription key="fontDescription" type="system" pointSize="12"/>
  71. <color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
  72. <nil key="highlightedColor"/>
  73. </label>
  74. </subviews>
  75. <constraints>
  76. <constraint firstAttribute="centerY" secondItem="kTm-zK-fPP" secondAttribute="centerY" id="6QC-SU-kOo"/>
  77. <constraint firstItem="SeB-hL-cJJ" firstAttribute="left" secondItem="kTm-zK-fPP" secondAttribute="right" constant="18" id="Whp-Ou-I3l"/>
  78. <constraint firstItem="SeB-hL-cJJ" firstAttribute="left" secondItem="PTi-mB-UBX" secondAttribute="left" id="b9V-nb-06z"/>
  79. <constraint firstItem="PTi-mB-UBX" firstAttribute="top" secondItem="SeB-hL-cJJ" secondAttribute="bottom" constant="3" id="ifo-Ls-t1q"/>
  80. <constraint firstItem="SeB-hL-cJJ" firstAttribute="right" secondItem="PTi-mB-UBX" secondAttribute="right" id="kPp-m3-EB1"/>
  81. <constraint firstItem="SeB-hL-cJJ" firstAttribute="top" secondItem="7lA-qJ-5l4" secondAttribute="topMargin" constant="14" id="qZJ-aU-Bes"/>
  82. <constraint firstAttribute="rightMargin" secondItem="SeB-hL-cJJ" secondAttribute="right" id="u0T-eN-4yh"/>
  83. <constraint firstItem="kTm-zK-fPP" firstAttribute="left" secondItem="7lA-qJ-5l4" secondAttribute="leftMargin" constant="8" id="zuV-Ye-IiO"/>
  84. </constraints>
  85. </tableViewCellContentView>
  86. <connections>
  87. <outlet property="countLabel" destination="PTi-mB-UBX" id="RE7-cn-ClQ"/>
  88. <outlet property="imageView1" destination="FFV-lv-81k" id="tDK-OF-ipY"/>
  89. <outlet property="imageView2" destination="7bp-En-8qW" id="2ol-my-8hB"/>
  90. <outlet property="imageView3" destination="aA6-Ye-jVF" id="jvN-vK-7sr"/>
  91. <outlet property="titleLabel" destination="SeB-hL-cJJ" id="KAO-l9-FAQ"/>
  92. </connections>
  93. </tableViewCell>
  94. </prototypes>
  95. <connections>
  96. <outlet property="dataSource" destination="QL5-wR-LYt" id="a4w-hM-ZqJ"/>
  97. <outlet property="delegate" destination="QL5-wR-LYt" id="gZH-IY-ikI"/>
  98. </connections>
  99. </tableView>
  100. <navigationItem key="navigationItem" title="Photos" id="r7D-Kp-3yC">
  101. <barButtonItem key="leftBarButtonItem" systemItem="cancel" id="s1M-VA-CeM">
  102. <connections>
  103. <action selector="cancel:" destination="QL5-wR-LYt" id="l9K-7e-2qt"/>
  104. </connections>
  105. </barButtonItem>
  106. <barButtonItem key="rightBarButtonItem" systemItem="done" id="laG-jk-Ma2">
  107. <connections>
  108. <action selector="done:" destination="QL5-wR-LYt" id="Try-7j-DzS"/>
  109. </connections>
  110. </barButtonItem>
  111. </navigationItem>
  112. <connections>
  113. <outlet property="doneButton" destination="laG-jk-Ma2" id="CV6-AR-B90"/>
  114. </connections>
  115. </tableViewController>
  116. <placeholder placeholderIdentifier="IBFirstResponder" id="Qu9-YY-dvn" userLabel="First Responder" sceneMemberID="firstResponder"/>
  117. </objects>
  118. <point key="canvasLocation" x="2959" y="851"/>
  119. </scene>
  120. <!--Kit Assets View Controller-->
  121. <scene sceneID="rzk-Bm-K8v">
  122. <objects>
  123. <viewController storyboardIdentifier="UGCKitAssetsViewController" id="h1W-zK-xvp" customClass="UGCKitAssetsViewController" sceneMemberID="viewController">
  124. <layoutGuides>
  125. <viewControllerLayoutGuide type="top" id="oK6-jh-1eV"/>
  126. <viewControllerLayoutGuide type="bottom" id="bHh-F3-mb1"/>
  127. </layoutGuides>
  128. <view key="view" contentMode="scaleToFill" id="eG3-ch-Uff">
  129. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  130. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  131. <subviews>
  132. <collectionView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" dataMode="prototypes" translatesAutoresizingMaskIntoConstraints="NO" id="Cl0-VO-WcU">
  133. <rect key="frame" x="0.0" y="0.0" width="375" height="517"/>
  134. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  135. <collectionViewFlowLayout key="collectionViewLayout" minimumLineSpacing="2" minimumInteritemSpacing="2" id="uYv-Vq-qzP">
  136. <size key="itemSize" width="77.5" height="77.5"/>
  137. <size key="headerReferenceSize" width="0.0" height="0.0"/>
  138. <size key="footerReferenceSize" width="50" height="66"/>
  139. <inset key="sectionInset" minX="0.0" minY="8" maxX="0.0" maxY="2"/>
  140. </collectionViewFlowLayout>
  141. <cells>
  142. <collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" reuseIdentifier="AssetCell" id="PRx-AI-ZmL" customClass="UGCKitAssetCell">
  143. <rect key="frame" x="0.0" y="8" width="77.5" height="77.5"/>
  144. <autoresizingMask key="autoresizingMask"/>
  145. <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
  146. <rect key="frame" x="0.0" y="0.0" width="77.5" height="77.5"/>
  147. <autoresizingMask key="autoresizingMask"/>
  148. <subviews>
  149. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="Hje-aY-5dD">
  150. <rect key="frame" x="0.0" y="0.0" width="77.5" height="77.5"/>
  151. </imageView>
  152. <view hidden="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="J5r-oE-51D" customClass="UGCKitVideoIndicatorView">
  153. <rect key="frame" x="0.0" y="57.5" width="62" height="20"/>
  154. <subviews>
  155. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="OEe-oU-qFp" customClass="UGCKitVideoIconView">
  156. <rect key="frame" x="5" y="6" width="14" height="8"/>
  157. <color key="backgroundColor" red="0.0" green="0.0" blue="0.0" alpha="0.0" colorSpace="custom" customColorSpace="sRGB"/>
  158. <constraints>
  159. <constraint firstAttribute="height" constant="8" id="XgD-Y1-kwS"/>
  160. <constraint firstAttribute="width" constant="14" id="sR5-39-f4J"/>
  161. </constraints>
  162. </view>
  163. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="C2I-VT-09Y" customClass="UGCKitSlomoIconView">
  164. <rect key="frame" x="5" y="3" width="12" height="12"/>
  165. <color key="backgroundColor" red="0.0" green="0.0" blue="0.0" alpha="0.0" colorSpace="custom" customColorSpace="sRGB"/>
  166. <constraints>
  167. <constraint firstAttribute="height" constant="12" id="Szc-Lh-URK"/>
  168. <constraint firstAttribute="width" constant="12" id="pG9-NO-XNp"/>
  169. </constraints>
  170. </view>
  171. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="00:00" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="SkR-UY-Dtb">
  172. <rect key="frame" x="23" y="2.5" width="34" height="15"/>
  173. <fontDescription key="fontDescription" type="system" pointSize="12"/>
  174. <color key="textColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  175. <nil key="highlightedColor"/>
  176. </label>
  177. </subviews>
  178. <color key="backgroundColor" red="0.0" green="0.0" blue="0.0" alpha="0.0" colorSpace="custom" customColorSpace="sRGB"/>
  179. <constraints>
  180. <constraint firstAttribute="trailing" secondItem="SkR-UY-Dtb" secondAttribute="trailing" constant="5" id="Bsh-mc-PG7"/>
  181. <constraint firstAttribute="height" constant="20" id="D6v-WG-gZH"/>
  182. <constraint firstItem="SkR-UY-Dtb" firstAttribute="leading" secondItem="OEe-oU-qFp" secondAttribute="trailing" constant="4" id="NHG-4z-ZU4"/>
  183. <constraint firstAttribute="centerY" secondItem="SkR-UY-Dtb" secondAttribute="centerY" id="Npm-yz-E4g"/>
  184. <constraint firstItem="OEe-oU-qFp" firstAttribute="leading" secondItem="J5r-oE-51D" secondAttribute="leading" constant="5" id="aAo-93-re3"/>
  185. <constraint firstItem="C2I-VT-09Y" firstAttribute="top" secondItem="OEe-oU-qFp" secondAttribute="top" constant="-3" id="aZU-VK-HzF"/>
  186. <constraint firstAttribute="bottom" secondItem="OEe-oU-qFp" secondAttribute="bottom" constant="6" id="dSO-IF-vMF"/>
  187. <constraint firstItem="C2I-VT-09Y" firstAttribute="leading" secondItem="OEe-oU-qFp" secondAttribute="leading" id="gi6-1L-stl"/>
  188. <constraint firstAttribute="centerY" secondItem="OEe-oU-qFp" secondAttribute="centerY" id="pBh-ap-cDQ"/>
  189. </constraints>
  190. <connections>
  191. <outlet property="slomoIcon" destination="C2I-VT-09Y" id="80H-Yj-YMI"/>
  192. <outlet property="timeLabel" destination="SkR-UY-Dtb" id="SuD-84-db8"/>
  193. <outlet property="videoIcon" destination="OEe-oU-qFp" id="1M7-HU-cda"/>
  194. </connections>
  195. </view>
  196. <view hidden="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="RF2-0u-bBz">
  197. <rect key="frame" x="0.0" y="0.0" width="77.5" height="77.5"/>
  198. <color key="backgroundColor" red="1" green="1" blue="1" alpha="0.40000000000000002" colorSpace="custom" customColorSpace="sRGB"/>
  199. </view>
  200. </subviews>
  201. </view>
  202. <constraints>
  203. <constraint firstItem="J5r-oE-51D" firstAttribute="top" secondItem="PRx-AI-ZmL" secondAttribute="top" id="1N1-T0-3dA"/>
  204. <constraint firstAttribute="trailing" secondItem="RF2-0u-bBz" secondAttribute="trailing" id="8DP-wP-9JP"/>
  205. <constraint firstItem="Hje-aY-5dD" firstAttribute="top" secondItem="PRx-AI-ZmL" secondAttribute="top" id="HJj-5J-bgZ"/>
  206. <constraint firstAttribute="bottom" secondItem="RF2-0u-bBz" secondAttribute="bottom" id="N5g-7l-VMl"/>
  207. <constraint firstAttribute="bottom" secondItem="J5r-oE-51D" secondAttribute="bottom" id="YJ3-RU-Kye"/>
  208. <constraint firstAttribute="trailing" secondItem="Hje-aY-5dD" secondAttribute="trailing" id="h1f-gI-Fyb"/>
  209. <constraint firstAttribute="bottom" secondItem="Hje-aY-5dD" secondAttribute="bottom" id="ktV-qj-ZhS"/>
  210. <constraint firstItem="RF2-0u-bBz" firstAttribute="top" secondItem="PRx-AI-ZmL" secondAttribute="top" id="olI-mt-HkQ"/>
  211. <constraint firstItem="Hje-aY-5dD" firstAttribute="leading" secondItem="PRx-AI-ZmL" secondAttribute="leading" id="vvH-iv-XxC"/>
  212. <constraint firstItem="J5r-oE-51D" firstAttribute="leading" secondItem="PRx-AI-ZmL" secondAttribute="leading" id="yXJ-Yc-FlB"/>
  213. <constraint firstItem="RF2-0u-bBz" firstAttribute="leading" secondItem="PRx-AI-ZmL" secondAttribute="leading" id="ych-ua-yef"/>
  214. </constraints>
  215. <variation key="default">
  216. <mask key="constraints">
  217. <exclude reference="1N1-T0-3dA"/>
  218. </mask>
  219. </variation>
  220. <connections>
  221. <outlet property="imageView" destination="Hje-aY-5dD" id="H36-UB-4WQ"/>
  222. <outlet property="overlayView" destination="RF2-0u-bBz" id="PUv-D6-dhd"/>
  223. <outlet property="videoIndicatorView" destination="J5r-oE-51D" id="hjQ-l5-TyY"/>
  224. </connections>
  225. </collectionViewCell>
  226. </cells>
  227. <collectionReusableView key="sectionFooterView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" insetsLayoutMarginsFromSafeArea="NO" reuseIdentifier="FooterView" id="THy-fg-NgQ">
  228. <rect key="frame" x="0.0" y="87.5" width="375" height="66"/>
  229. <autoresizingMask key="autoresizingMask"/>
  230. <subviews>
  231. <label opaque="NO" userInteractionEnabled="NO" tag="1" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Number of Photos and Videos" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="KYQ-Lz-USW">
  232. <rect key="frame" x="8" y="8" width="359" height="50"/>
  233. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  234. <nil key="textColor"/>
  235. <nil key="highlightedColor"/>
  236. </label>
  237. </subviews>
  238. <constraints>
  239. <constraint firstAttribute="trailingMargin" secondItem="KYQ-Lz-USW" secondAttribute="trailing" id="7rj-gm-93R"/>
  240. <constraint firstAttribute="bottomMargin" secondItem="KYQ-Lz-USW" secondAttribute="bottom" id="SUg-3e-nCC"/>
  241. <constraint firstItem="KYQ-Lz-USW" firstAttribute="leading" secondItem="THy-fg-NgQ" secondAttribute="leadingMargin" id="UtH-Ys-58I"/>
  242. <constraint firstItem="KYQ-Lz-USW" firstAttribute="top" secondItem="THy-fg-NgQ" secondAttribute="topMargin" id="v19-JX-peU"/>
  243. </constraints>
  244. </collectionReusableView>
  245. <connections>
  246. <outlet property="dataSource" destination="h1W-zK-xvp" id="EoJ-2F-j90"/>
  247. <outlet property="delegate" destination="h1W-zK-xvp" id="9jw-qH-ujV"/>
  248. </connections>
  249. </collectionView>
  250. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="x7U-85-JuN">
  251. <rect key="frame" x="16" y="533" width="42" height="20.5"/>
  252. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  253. <nil key="textColor"/>
  254. <nil key="highlightedColor"/>
  255. </label>
  256. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="长按拖拽可调整顺序" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="n0f-2n-sJO">
  257. <rect key="frame" x="70" y="533" width="156" height="20.5"/>
  258. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  259. <nil key="textColor"/>
  260. <nil key="highlightedColor"/>
  261. </label>
  262. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="ozf-DF-BHo">
  263. <rect key="frame" x="327" y="528.5" width="32" height="30"/>
  264. <state key="normal" title="Next"/>
  265. <connections>
  266. <action selector="done:" destination="h1W-zK-xvp" eventType="touchUpInside" id="Rbi-ya-jxa"/>
  267. </connections>
  268. </button>
  269. </subviews>
  270. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  271. <constraints>
  272. <constraint firstItem="Cl0-VO-WcU" firstAttribute="top" secondItem="eG3-ch-Uff" secondAttribute="top" id="B3c-hm-3a5"/>
  273. <constraint firstItem="Cl0-VO-WcU" firstAttribute="leading" secondItem="eG3-ch-Uff" secondAttribute="leading" id="CE8-qr-AQe"/>
  274. <constraint firstItem="x7U-85-JuN" firstAttribute="leading" secondItem="eG3-ch-Uff" secondAttribute="leadingMargin" id="Ko6-jp-56c"/>
  275. <constraint firstItem="bHh-F3-mb1" firstAttribute="top" secondItem="Cl0-VO-WcU" secondAttribute="bottom" constant="150" id="NP6-lh-tuq"/>
  276. <constraint firstAttribute="trailing" secondItem="Cl0-VO-WcU" secondAttribute="trailing" id="Qs2-oK-XT3"/>
  277. <constraint firstAttribute="trailing" secondItem="ozf-DF-BHo" secondAttribute="trailing" constant="16" id="W19-Y8-v04"/>
  278. <constraint firstItem="n0f-2n-sJO" firstAttribute="firstBaseline" secondItem="x7U-85-JuN" secondAttribute="firstBaseline" id="WxJ-hF-1hb"/>
  279. <constraint firstItem="n0f-2n-sJO" firstAttribute="leading" secondItem="x7U-85-JuN" secondAttribute="trailing" constant="12" id="jTY-Gq-tQr"/>
  280. <constraint firstItem="x7U-85-JuN" firstAttribute="top" secondItem="Cl0-VO-WcU" secondAttribute="bottom" constant="16" id="nKq-vt-6bN"/>
  281. <constraint firstItem="ozf-DF-BHo" firstAttribute="firstBaseline" secondItem="n0f-2n-sJO" secondAttribute="firstBaseline" id="rAh-Vf-1UJ"/>
  282. </constraints>
  283. </view>
  284. <navigationItem key="navigationItem" id="W0a-Nt-ADn">
  285. <barButtonItem key="leftBarButtonItem" systemItem="cancel" id="nuc-J0-FVG">
  286. <connections>
  287. <action selector="cancel:" destination="h1W-zK-xvp" id="JdP-LV-h3F"/>
  288. </connections>
  289. </barButtonItem>
  290. <button key="titleView" opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" id="twc-dB-GJQ">
  291. <rect key="frame" x="162" y="5.5" width="51" height="33"/>
  292. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  293. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  294. <state key="normal" title="Button"/>
  295. <connections>
  296. <segue destination="0xD-iF-qvY" kind="presentation" id="qyV-NB-wGe"/>
  297. </connections>
  298. </button>
  299. </navigationItem>
  300. <connections>
  301. <outlet property="collectionView" destination="Cl0-VO-WcU" id="kdo-r9-pj7"/>
  302. <outlet property="descriptionLabel" destination="n0f-2n-sJO" id="6N3-0e-c86"/>
  303. <outlet property="doneButton" destination="ozf-DF-BHo" id="QOg-5B-tOa"/>
  304. <outlet property="timeLabel" destination="x7U-85-JuN" id="uur-gH-FGs"/>
  305. <outlet property="view" destination="eG3-ch-Uff" id="DXQ-C7-PaY"/>
  306. </connections>
  307. </viewController>
  308. <placeholder placeholderIdentifier="IBFirstResponder" id="lvL-Ip-k2D" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
  309. </objects>
  310. <point key="canvasLocation" x="1002" y="851"/>
  311. </scene>
  312. <!--Media Picker Navigation Controller-->
  313. <scene sceneID="TBV-v4-1AQ">
  314. <objects>
  315. <navigationController storyboardIdentifier="QBAlbumsNavigationController" id="8Dq-FL-Kai" customClass="_UGCMediaPickerNavigationController" sceneMemberID="viewController">
  316. <toolbarItems/>
  317. <navigationBar key="navigationBar" contentMode="scaleToFill" id="Whc-Ry-EBq">
  318. <rect key="frame" x="0.0" y="0.0" width="375" height="44"/>
  319. <autoresizingMask key="autoresizingMask"/>
  320. </navigationBar>
  321. <toolbar key="toolbar" opaque="NO" clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="pNX-sT-Qig">
  322. <autoresizingMask key="autoresizingMask"/>
  323. </toolbar>
  324. <connections>
  325. <segue destination="h1W-zK-xvp" kind="relationship" relationship="rootViewController" id="b5e-83-IzP"/>
  326. </connections>
  327. </navigationController>
  328. <placeholder placeholderIdentifier="IBFirstResponder" id="Ag3-Vu-ohc" userLabel="First Responder" sceneMemberID="firstResponder"/>
  329. </objects>
  330. <point key="canvasLocation" x="166" y="852"/>
  331. </scene>
  332. <!--Navigation Controller-->
  333. <scene sceneID="2Nd-vQ-MGi">
  334. <objects>
  335. <navigationController automaticallyAdjustsScrollViewInsets="NO" id="0xD-iF-qvY" sceneMemberID="viewController">
  336. <toolbarItems/>
  337. <navigationItem key="navigationItem" id="buN-1p-x9F"/>
  338. <navigationBar key="navigationBar" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" id="JNp-Rg-jyT">
  339. <rect key="frame" x="0.0" y="0.0" width="375" height="56"/>
  340. <autoresizingMask key="autoresizingMask"/>
  341. </navigationBar>
  342. <nil name="viewControllers"/>
  343. <connections>
  344. <segue destination="QL5-wR-LYt" kind="relationship" relationship="rootViewController" id="eud-tc-mCI"/>
  345. </connections>
  346. </navigationController>
  347. <placeholder placeholderIdentifier="IBFirstResponder" id="0IC-ya-bxH" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
  348. </objects>
  349. <point key="canvasLocation" x="2068" y="851"/>
  350. </scene>
  351. </scenes>
  352. </document>