No Description

QBImagePicker.storyboard 28KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="7702" systemVersion="14D136" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES">
  3. <dependencies>
  4. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="7701"/>
  5. <capability name="Constraints to layout margins" minToolsVersion="6.0"/>
  6. </dependencies>
  7. <scenes>
  8. <!--Photos-->
  9. <scene sceneID="swb-gz-Gt9">
  10. <objects>
  11. <tableViewController storyboardIdentifier="QBAlbumsViewController" id="QL5-wR-LYt" customClass="QBAlbumsViewController" sceneMemberID="viewController">
  12. <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">
  13. <rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
  14. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  15. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  16. <prototypes>
  17. <tableViewCell contentMode="scaleToFill" selectionStyle="default" accessoryType="disclosureIndicator" indentationWidth="10" reuseIdentifier="AlbumCell" rowHeight="86" id="dSc-nm-apo" customClass="QBAlbumCell">
  18. <rect key="frame" x="0.0" y="86" width="600" height="86"/>
  19. <autoresizingMask key="autoresizingMask"/>
  20. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="dSc-nm-apo" id="7lA-qJ-5l4">
  21. <rect key="frame" x="0.0" y="0.0" width="567" height="86"/>
  22. <autoresizingMask key="autoresizingMask"/>
  23. <subviews>
  24. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="kTm-zK-fPP">
  25. <rect key="frame" x="16" y="7" width="68" height="72"/>
  26. <subviews>
  27. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="aA6-Ye-jVF">
  28. <rect key="frame" x="4" y="0.0" width="60" height="60"/>
  29. <constraints>
  30. <constraint firstAttribute="width" constant="60" id="FN5-pM-4jN"/>
  31. <constraint firstAttribute="height" constant="60" id="oOO-Jp-ELR"/>
  32. </constraints>
  33. </imageView>
  34. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="7bp-En-8qW">
  35. <rect key="frame" x="2" y="2" width="64" height="64"/>
  36. <constraints>
  37. <constraint firstAttribute="height" constant="64" id="GXP-UA-8Q1"/>
  38. <constraint firstAttribute="width" constant="64" id="Pl4-1t-5Nd"/>
  39. </constraints>
  40. </imageView>
  41. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="FFV-lv-81k">
  42. <rect key="frame" x="0.0" y="4" width="68" height="68"/>
  43. <constraints>
  44. <constraint firstAttribute="width" constant="68" id="5Qb-Pu-leX"/>
  45. <constraint firstAttribute="height" constant="68" id="sYi-5u-vyi"/>
  46. </constraints>
  47. </imageView>
  48. </subviews>
  49. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  50. <constraints>
  51. <constraint firstAttribute="width" constant="68" id="LPf-oG-4uz"/>
  52. <constraint firstAttribute="centerX" secondItem="aA6-Ye-jVF" secondAttribute="centerX" id="MGk-ae-eo0"/>
  53. <constraint firstAttribute="height" constant="72" id="QZm-fs-LRK"/>
  54. <constraint firstAttribute="centerX" secondItem="FFV-lv-81k" secondAttribute="centerX" id="YXS-g2-72j"/>
  55. <constraint firstItem="7bp-En-8qW" firstAttribute="top" secondItem="kTm-zK-fPP" secondAttribute="top" constant="2" id="eC1-Ul-L5i"/>
  56. <constraint firstItem="aA6-Ye-jVF" firstAttribute="top" secondItem="kTm-zK-fPP" secondAttribute="top" id="hKW-3j-Ktd"/>
  57. <constraint firstAttribute="bottom" secondItem="FFV-lv-81k" secondAttribute="bottom" id="mCq-ET-p0U"/>
  58. <constraint firstAttribute="centerX" secondItem="7bp-En-8qW" secondAttribute="centerX" id="p86-QG-SAY"/>
  59. </constraints>
  60. </view>
  61. <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">
  62. <rect key="frame" x="102" y="22" width="457" height="21"/>
  63. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  64. <color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
  65. <nil key="highlightedColor"/>
  66. </label>
  67. <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">
  68. <rect key="frame" x="102" y="46" width="457" height="15"/>
  69. <fontDescription key="fontDescription" type="system" pointSize="12"/>
  70. <color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
  71. <nil key="highlightedColor"/>
  72. </label>
  73. </subviews>
  74. <constraints>
  75. <constraint firstAttribute="centerY" secondItem="kTm-zK-fPP" secondAttribute="centerY" id="6QC-SU-kOo"/>
  76. <constraint firstItem="SeB-hL-cJJ" firstAttribute="left" secondItem="kTm-zK-fPP" secondAttribute="right" constant="18" id="Whp-Ou-I3l"/>
  77. <constraint firstItem="SeB-hL-cJJ" firstAttribute="left" secondItem="PTi-mB-UBX" secondAttribute="left" id="b9V-nb-06z"/>
  78. <constraint firstItem="PTi-mB-UBX" firstAttribute="top" secondItem="SeB-hL-cJJ" secondAttribute="bottom" constant="3" id="ifo-Ls-t1q"/>
  79. <constraint firstItem="SeB-hL-cJJ" firstAttribute="right" secondItem="PTi-mB-UBX" secondAttribute="right" id="kPp-m3-EB1"/>
  80. <constraint firstItem="SeB-hL-cJJ" firstAttribute="top" secondItem="7lA-qJ-5l4" secondAttribute="topMargin" constant="14" id="qZJ-aU-Bes"/>
  81. <constraint firstAttribute="rightMargin" secondItem="SeB-hL-cJJ" secondAttribute="right" id="u0T-eN-4yh"/>
  82. <constraint firstItem="kTm-zK-fPP" firstAttribute="left" secondItem="7lA-qJ-5l4" secondAttribute="leftMargin" constant="8" id="zuV-Ye-IiO"/>
  83. </constraints>
  84. </tableViewCellContentView>
  85. <connections>
  86. <outlet property="countLabel" destination="PTi-mB-UBX" id="RE7-cn-ClQ"/>
  87. <outlet property="imageView1" destination="FFV-lv-81k" id="tDK-OF-ipY"/>
  88. <outlet property="imageView2" destination="7bp-En-8qW" id="2ol-my-8hB"/>
  89. <outlet property="imageView3" destination="aA6-Ye-jVF" id="jvN-vK-7sr"/>
  90. <outlet property="titleLabel" destination="SeB-hL-cJJ" id="KAO-l9-FAQ"/>
  91. <segue destination="QiH-NZ-ZGN" kind="show" id="2ft-L1-HaB"/>
  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="986" y="851"/>
  119. </scene>
  120. <!--Album Title-->
  121. <scene sceneID="ozY-oO-5JA">
  122. <objects>
  123. <collectionViewController storyboardIdentifier="QBAssetsViewController" id="QiH-NZ-ZGN" customClass="QBAssetsViewController" sceneMemberID="viewController">
  124. <collectionView key="view" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" dataMode="prototypes" id="sD2-zK-ryo">
  125. <rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
  126. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  127. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  128. <collectionViewFlowLayout key="collectionViewLayout" minimumLineSpacing="2" minimumInteritemSpacing="2" id="6wp-N0-PIK">
  129. <size key="itemSize" width="77.5" height="77.5"/>
  130. <size key="headerReferenceSize" width="0.0" height="0.0"/>
  131. <size key="footerReferenceSize" width="50" height="66"/>
  132. <inset key="sectionInset" minX="0.0" minY="8" maxX="0.0" maxY="2"/>
  133. </collectionViewFlowLayout>
  134. <cells>
  135. <collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" reuseIdentifier="AssetCell" id="fc0-k1-HNL" customClass="QBAssetCell">
  136. <rect key="frame" x="0.0" y="72" width="78" height="78"/>
  137. <autoresizingMask key="autoresizingMask"/>
  138. <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
  139. <rect key="frame" x="0.0" y="0.0" width="78" height="78"/>
  140. <autoresizingMask key="autoresizingMask"/>
  141. <subviews>
  142. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="0aq-fn-r9R">
  143. <rect key="frame" x="0.0" y="0.0" width="78" height="78"/>
  144. </imageView>
  145. <view hidden="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="BwJ-KE-LWZ" customClass="QBVideoIndicatorView">
  146. <rect key="frame" x="0.0" y="58" width="78" height="20"/>
  147. <subviews>
  148. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="rKh-6o-xw7" customClass="QBVideoIconView">
  149. <rect key="frame" x="5" y="6" width="14" height="8"/>
  150. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
  151. <constraints>
  152. <constraint firstAttribute="width" constant="14" id="NjT-dW-eKX"/>
  153. <constraint firstAttribute="height" constant="8" id="d0g-9I-F2s"/>
  154. </constraints>
  155. </view>
  156. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="1We-cC-Ruu" customClass="QBSlomoIconView">
  157. <rect key="frame" x="5" y="3" width="12" height="12"/>
  158. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
  159. <constraints>
  160. <constraint firstAttribute="height" constant="12" id="1qd-FB-w1Q"/>
  161. <constraint firstAttribute="width" constant="12" id="iWE-jc-2Za"/>
  162. </constraints>
  163. </view>
  164. <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="JBs-FX-TZQ">
  165. <rect key="frame" x="23" y="3" width="50" height="15"/>
  166. <fontDescription key="fontDescription" type="system" pointSize="12"/>
  167. <color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  168. <nil key="highlightedColor"/>
  169. </label>
  170. </subviews>
  171. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
  172. <constraints>
  173. <constraint firstAttribute="centerY" secondItem="JBs-FX-TZQ" secondAttribute="centerY" id="2In-Kf-RYP"/>
  174. <constraint firstItem="JBs-FX-TZQ" firstAttribute="leading" secondItem="rKh-6o-xw7" secondAttribute="trailing" constant="4" id="8p9-Gp-fI0"/>
  175. <constraint firstAttribute="centerY" secondItem="rKh-6o-xw7" secondAttribute="centerY" id="NiG-4S-82w"/>
  176. <constraint firstAttribute="trailing" secondItem="JBs-FX-TZQ" secondAttribute="trailing" constant="5" id="UzI-el-RsC"/>
  177. <constraint firstItem="1We-cC-Ruu" firstAttribute="leading" secondItem="rKh-6o-xw7" secondAttribute="leading" id="bXl-KW-8bH"/>
  178. <constraint firstAttribute="height" constant="20" id="of9-Tc-hn8"/>
  179. <constraint firstItem="rKh-6o-xw7" firstAttribute="leading" secondItem="BwJ-KE-LWZ" secondAttribute="leading" constant="5" id="wdo-1w-Evf"/>
  180. <constraint firstItem="1We-cC-Ruu" firstAttribute="top" secondItem="rKh-6o-xw7" secondAttribute="top" constant="-3" id="wvh-r6-9Ty"/>
  181. </constraints>
  182. <connections>
  183. <outlet property="slomoIcon" destination="1We-cC-Ruu" id="6g0-tK-SgN"/>
  184. <outlet property="timeLabel" destination="JBs-FX-TZQ" id="MRp-1Z-69e"/>
  185. <outlet property="videoIcon" destination="rKh-6o-xw7" id="5VY-OW-Y7V"/>
  186. </connections>
  187. </view>
  188. <view hidden="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="uyS-Tg-Iyl">
  189. <rect key="frame" x="0.0" y="0.0" width="78" height="78"/>
  190. <subviews>
  191. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="m99-yj-HSc" customClass="QBCheckmarkView">
  192. <rect key="frame" x="50" y="50" width="24" height="24"/>
  193. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
  194. <constraints>
  195. <constraint firstAttribute="width" constant="24" id="8Dq-6v-oj1"/>
  196. <constraint firstAttribute="height" constant="24" id="bBP-zT-euh"/>
  197. </constraints>
  198. </view>
  199. </subviews>
  200. <color key="backgroundColor" red="1" green="1" blue="1" alpha="0.40000000000000002" colorSpace="calibratedRGB"/>
  201. <constraints>
  202. <constraint firstAttribute="bottom" secondItem="m99-yj-HSc" secondAttribute="bottom" constant="4" id="Hyd-Pf-4Ni"/>
  203. <constraint firstAttribute="right" secondItem="m99-yj-HSc" secondAttribute="right" constant="4" id="aQv-HN-dQG"/>
  204. </constraints>
  205. </view>
  206. </subviews>
  207. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
  208. </view>
  209. <constraints>
  210. <constraint firstItem="0aq-fn-r9R" firstAttribute="top" secondItem="fc0-k1-HNL" secondAttribute="top" id="1Cs-Ar-v4t"/>
  211. <constraint firstAttribute="trailing" secondItem="0aq-fn-r9R" secondAttribute="trailing" id="1xm-YR-1aF"/>
  212. <constraint firstAttribute="trailing" secondItem="uyS-Tg-Iyl" secondAttribute="trailing" id="1xt-jW-Drw"/>
  213. <constraint firstItem="uyS-Tg-Iyl" firstAttribute="leading" secondItem="fc0-k1-HNL" secondAttribute="leading" id="2gO-QS-g9M"/>
  214. <constraint firstItem="0aq-fn-r9R" firstAttribute="leading" secondItem="fc0-k1-HNL" secondAttribute="leading" id="7WM-zv-4jB"/>
  215. <constraint firstAttribute="bottom" secondItem="uyS-Tg-Iyl" secondAttribute="bottom" id="B4l-PZ-gqc"/>
  216. <constraint firstItem="BwJ-KE-LWZ" firstAttribute="top" secondItem="fc0-k1-HNL" secondAttribute="top" id="UJz-U6-yN2"/>
  217. <constraint firstAttribute="trailing" secondItem="BwJ-KE-LWZ" secondAttribute="trailing" id="ViU-xg-jBz"/>
  218. <constraint firstItem="BwJ-KE-LWZ" firstAttribute="leading" secondItem="fc0-k1-HNL" secondAttribute="leading" id="cOY-Et-5UE"/>
  219. <constraint firstAttribute="bottom" secondItem="0aq-fn-r9R" secondAttribute="bottom" id="iIA-2y-gLa"/>
  220. <constraint firstAttribute="bottom" secondItem="BwJ-KE-LWZ" secondAttribute="bottom" id="jYP-8U-0SU"/>
  221. <constraint firstItem="uyS-Tg-Iyl" firstAttribute="top" secondItem="fc0-k1-HNL" secondAttribute="top" id="q37-T4-cB2"/>
  222. </constraints>
  223. <variation key="default">
  224. <mask key="constraints">
  225. <exclude reference="UJz-U6-yN2"/>
  226. </mask>
  227. </variation>
  228. <connections>
  229. <outlet property="imageView" destination="0aq-fn-r9R" id="smK-ma-TWL"/>
  230. <outlet property="overlayView" destination="uyS-Tg-Iyl" id="N6m-w2-m4M"/>
  231. <outlet property="videoIndicatorView" destination="BwJ-KE-LWZ" id="HkB-Dc-nzF"/>
  232. </connections>
  233. </collectionViewCell>
  234. </cells>
  235. <collectionReusableView key="sectionFooterView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" reuseIdentifier="FooterView" id="sqR-h3-lW1">
  236. <rect key="frame" x="0.0" y="152" width="600" height="66"/>
  237. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  238. <subviews>
  239. <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="m2s-7T-bnL">
  240. <rect key="frame" x="0.0" y="22" width="600" height="21"/>
  241. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  242. <color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
  243. <nil key="highlightedColor"/>
  244. </label>
  245. </subviews>
  246. <constraints>
  247. <constraint firstItem="m2s-7T-bnL" firstAttribute="left" secondItem="sqR-h3-lW1" secondAttribute="left" id="8fv-Sl-lhe"/>
  248. <constraint firstAttribute="centerY" secondItem="m2s-7T-bnL" secondAttribute="centerY" id="DrY-pC-Gfi"/>
  249. <constraint firstAttribute="right" secondItem="m2s-7T-bnL" secondAttribute="right" id="lng-sP-3aa"/>
  250. </constraints>
  251. </collectionReusableView>
  252. <connections>
  253. <outlet property="dataSource" destination="QiH-NZ-ZGN" id="PlE-FW-LqS"/>
  254. <outlet property="delegate" destination="QiH-NZ-ZGN" id="0SZ-eY-tkn"/>
  255. </connections>
  256. </collectionView>
  257. <navigationItem key="navigationItem" title="Album Title" id="wKf-eb-U1x">
  258. <barButtonItem key="rightBarButtonItem" systemItem="done" id="nai-ZV-lR8">
  259. <connections>
  260. <action selector="done:" destination="QiH-NZ-ZGN" id="RYV-Ik-8ry"/>
  261. </connections>
  262. </barButtonItem>
  263. </navigationItem>
  264. <connections>
  265. <outlet property="doneButton" destination="nai-ZV-lR8" id="lxY-18-MpF"/>
  266. </connections>
  267. </collectionViewController>
  268. <placeholder placeholderIdentifier="IBFirstResponder" id="qBb-2Q-SxP" userLabel="First Responder" sceneMemberID="firstResponder"/>
  269. </objects>
  270. <point key="canvasLocation" x="1814" y="852"/>
  271. </scene>
  272. <!--Navigation Controller-->
  273. <scene sceneID="TBV-v4-1AQ">
  274. <objects>
  275. <navigationController storyboardIdentifier="QBAlbumsNavigationController" id="8Dq-FL-Kai" sceneMemberID="viewController">
  276. <toolbarItems/>
  277. <navigationBar key="navigationBar" contentMode="scaleToFill" id="Whc-Ry-EBq">
  278. <rect key="frame" x="0.0" y="0.0" width="320" height="44"/>
  279. <autoresizingMask key="autoresizingMask"/>
  280. </navigationBar>
  281. <toolbar key="toolbar" opaque="NO" clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="pNX-sT-Qig">
  282. <autoresizingMask key="autoresizingMask"/>
  283. </toolbar>
  284. <connections>
  285. <segue destination="QL5-wR-LYt" kind="relationship" relationship="rootViewController" id="fhp-Wj-h79"/>
  286. </connections>
  287. </navigationController>
  288. <placeholder placeholderIdentifier="IBFirstResponder" id="Ag3-Vu-ohc" userLabel="First Responder" sceneMemberID="firstResponder"/>
  289. </objects>
  290. <point key="canvasLocation" x="166" y="852"/>
  291. </scene>
  292. </scenes>
  293. </document>