information.storyboard 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="14490.70" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="y4V-fj-0FO">
  3. <device id="retina5_5" orientation="portrait">
  4. <adaptation id="fullscreen"/>
  5. </device>
  6. <dependencies>
  7. <deployment identifier="iOS"/>
  8. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14490.49"/>
  9. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  10. </dependencies>
  11. <scenes>
  12. <!--内容管理-->
  13. <scene sceneID="Jcv-IE-qaB">
  14. <objects>
  15. <tableViewController title="内容管理" id="Yjm-NY-CJ8" customClass="CMSApplicationTableViewController" customModule="O2Platform" customModuleProvider="target" sceneMemberID="viewController">
  16. <tableView key="view" clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" rowHeight="70" sectionHeaderHeight="28" sectionFooterHeight="28" id="G95-UX-rbt" customClass="ZLBaseTableView" customModule="O2Platform" customModuleProvider="target">
  17. <rect key="frame" x="0.0" y="0.0" width="414" height="736"/>
  18. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  19. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  20. <inset key="separatorInset" minX="55" minY="0.0" maxX="0.0" maxY="0.0"/>
  21. <prototypes>
  22. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" reuseIdentifier="CMSCategoryItemCell" id="oI4-Nc-nKO" customClass="CMSCategoryItemCell" customModule="O2Platform" customModuleProvider="target">
  23. <rect key="frame" x="0.0" y="28" width="414" height="70"/>
  24. <autoresizingMask key="autoresizingMask"/>
  25. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="oI4-Nc-nKO" id="WFQ-rf-164">
  26. <rect key="frame" x="0.0" y="0.0" width="414" height="69.666666666666671"/>
  27. <autoresizingMask key="autoresizingMask"/>
  28. <subviews>
  29. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="标题" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="hM4-5Q-bhQ">
  30. <rect key="frame" x="68" y="24.333333333333329" width="298" height="21"/>
  31. <fontDescription key="fontDescription" name="PingFangSC-Regular" family="PingFang SC" pointSize="15"/>
  32. <nil key="textColor"/>
  33. <nil key="highlightedColor"/>
  34. </label>
  35. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="Hog-ko-RY1">
  36. <rect key="frame" x="374" y="11.999999999999996" width="20" height="45.666666666666657"/>
  37. <constraints>
  38. <constraint firstAttribute="width" constant="20" id="swH-KY-Idr"/>
  39. </constraints>
  40. </imageView>
  41. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="7dY-cW-DxB">
  42. <rect key="frame" x="20" y="16.999999999999996" width="40" height="35.666666666666657"/>
  43. <constraints>
  44. <constraint firstAttribute="width" constant="40" id="mVO-mr-a7C"/>
  45. </constraints>
  46. </imageView>
  47. </subviews>
  48. <constraints>
  49. <constraint firstItem="Hog-ko-RY1" firstAttribute="top" secondItem="WFQ-rf-164" secondAttribute="topMargin" constant="1" id="6kW-ll-zff"/>
  50. <constraint firstItem="7dY-cW-DxB" firstAttribute="top" secondItem="WFQ-rf-164" secondAttribute="topMargin" constant="6" id="ISM-1B-yLk"/>
  51. <constraint firstItem="7dY-cW-DxB" firstAttribute="centerY" secondItem="hM4-5Q-bhQ" secondAttribute="centerY" id="NBq-0u-Jf1"/>
  52. <constraint firstItem="7dY-cW-DxB" firstAttribute="leading" secondItem="WFQ-rf-164" secondAttribute="leadingMargin" id="XjB-9B-KlE"/>
  53. <constraint firstItem="hM4-5Q-bhQ" firstAttribute="leading" secondItem="7dY-cW-DxB" secondAttribute="trailing" constant="8" symbolic="YES" id="YPX-HU-tBa"/>
  54. <constraint firstItem="Hog-ko-RY1" firstAttribute="leading" secondItem="hM4-5Q-bhQ" secondAttribute="trailing" constant="8" symbolic="YES" id="oJn-c4-tQX"/>
  55. <constraint firstItem="hM4-5Q-bhQ" firstAttribute="centerY" secondItem="Hog-ko-RY1" secondAttribute="centerY" id="utO-qa-z4d"/>
  56. <constraint firstItem="7dY-cW-DxB" firstAttribute="centerY" secondItem="WFQ-rf-164" secondAttribute="centerY" id="xjH-Po-SLS"/>
  57. <constraint firstItem="Hog-ko-RY1" firstAttribute="trailing" secondItem="WFQ-rf-164" secondAttribute="trailingMargin" id="y2o-jr-Vxn"/>
  58. </constraints>
  59. </tableViewCellContentView>
  60. <connections>
  61. <outlet property="appIconImageView" destination="7dY-cW-DxB" id="0rn-MP-Ekr"/>
  62. <outlet property="appNameLabel" destination="hM4-5Q-bhQ" id="vey-cc-igF"/>
  63. <outlet property="arrowImageView" destination="Hog-ko-RY1" id="yex-1D-54F"/>
  64. </connections>
  65. </tableViewCell>
  66. </prototypes>
  67. <connections>
  68. <outlet property="dataSource" destination="Yjm-NY-CJ8" id="KSM-uP-2am"/>
  69. <outlet property="delegate" destination="Yjm-NY-CJ8" id="lgL-Ny-rlj"/>
  70. </connections>
  71. </tableView>
  72. <navigationItem key="navigationItem" title="内容管理" id="106-xT-UBw">
  73. <barButtonItem key="leftBarButtonItem" title="关闭" id="K4k-o3-k4f">
  74. <connections>
  75. <action selector="backToSuper:" destination="Yjm-NY-CJ8" id="PV1-VY-n7h"/>
  76. </connections>
  77. </barButtonItem>
  78. </navigationItem>
  79. <connections>
  80. <segue destination="bs6-6i-FUl" kind="show" identifier="showCategorySegue" id="5YK-6Q-zIQ"/>
  81. <segue destination="Rzl-sd-Avs" kind="unwind" identifier="backToMain" unwindAction="unBackAppsForMain:" id="5Dl-zl-lMn"/>
  82. <segue destination="Rzl-sd-Avs" kind="unwind" identifier="backToApps" unwindAction="unBackAppsForApps:" id="gF5-49-hkD"/>
  83. </connections>
  84. </tableViewController>
  85. <placeholder placeholderIdentifier="IBFirstResponder" id="4ef-JV-uBr" userLabel="First Responder" sceneMemberID="firstResponder"/>
  86. <exit id="Rzl-sd-Avs" userLabel="Exit" sceneMemberID="exit"/>
  87. </objects>
  88. <point key="canvasLocation" x="1008.8" y="132.68365817091455"/>
  89. </scene>
  90. <!--专区列表-->
  91. <scene sceneID="A5E-yC-kst">
  92. <objects>
  93. <viewController storyboardIdentifier="CMSCategoryListController" title="专区列表" useStoryboardIdentifierAsRestorationIdentifier="YES" id="bs6-6i-FUl" customClass="CMSCategoryListViewController" customModule="O2Platform" customModuleProvider="target" sceneMemberID="viewController">
  94. <layoutGuides>
  95. <viewControllerLayoutGuide type="top" id="2Hq-ox-heN"/>
  96. <viewControllerLayoutGuide type="bottom" id="Hxy-tb-6VZ"/>
  97. </layoutGuides>
  98. <view key="view" contentMode="scaleToFill" id="1WI-d8-c7H">
  99. <rect key="frame" x="0.0" y="0.0" width="414" height="736"/>
  100. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  101. <subviews>
  102. <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="50" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="kdT-tS-69W" customClass="ZLBaseTableView" customModule="O2Platform" customModuleProvider="target">
  103. <rect key="frame" x="0.0" y="0.0" width="414" height="736"/>
  104. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  105. <inset key="separatorInset" minX="0.0" minY="0.0" maxX="0.0" maxY="0.0"/>
  106. <prototypes>
  107. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="none" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" reuseIdentifier="CMSItemTableViewCell" rowHeight="50" id="h1O-K4-3LT" customClass="CMSItemTableViewCell" customModule="O2Platform" customModuleProvider="target">
  108. <rect key="frame" x="0.0" y="28" width="414" height="50"/>
  109. <autoresizingMask key="autoresizingMask"/>
  110. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="h1O-K4-3LT" id="wS1-3l-P8w">
  111. <rect key="frame" x="0.0" y="0.0" width="414" height="49.666666666666664"/>
  112. <autoresizingMask key="autoresizingMask"/>
  113. <subviews>
  114. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="EEo-gw-9z9">
  115. <rect key="frame" x="8" y="10" width="30" height="30"/>
  116. <constraints>
  117. <constraint firstAttribute="width" constant="30" id="O9P-cv-HiV"/>
  118. <constraint firstAttribute="height" constant="30" id="vwS-cj-ykr"/>
  119. </constraints>
  120. </imageView>
  121. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="标题" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="ACt-c2-0jq">
  122. <rect key="frame" x="46" y="11" width="272" height="28"/>
  123. <fontDescription key="fontDescription" name="PingFangSC-Regular" family="PingFang SC" pointSize="14"/>
  124. <color key="textColor" red="0.40000000000000002" green="0.40000000000000002" blue="0.40000000000000002" alpha="1" colorSpace="calibratedRGB"/>
  125. <nil key="highlightedColor"/>
  126. </label>
  127. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="2019-07-02" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="NKD-PT-oKe">
  128. <rect key="frame" x="326" y="11" width="76" height="28"/>
  129. <constraints>
  130. <constraint firstAttribute="width" constant="76" id="exO-JC-rni"/>
  131. </constraints>
  132. <fontDescription key="fontDescription" name="PingFangSC-Light" family="PingFang SC" pointSize="12"/>
  133. <color key="textColor" red="0.59999999999999998" green="0.59999999999999998" blue="0.59999999999999998" alpha="1" colorSpace="calibratedRGB"/>
  134. <nil key="highlightedColor"/>
  135. </label>
  136. </subviews>
  137. <constraints>
  138. <constraint firstItem="ACt-c2-0jq" firstAttribute="top" secondItem="wS1-3l-P8w" secondAttribute="topMargin" id="02Q-vc-u7G"/>
  139. <constraint firstItem="EEo-gw-9z9" firstAttribute="centerY" secondItem="wS1-3l-P8w" secondAttribute="centerY" id="0AH-kz-pYU"/>
  140. <constraint firstItem="NKD-PT-oKe" firstAttribute="trailing" secondItem="wS1-3l-P8w" secondAttribute="trailingMargin" constant="8" id="7Kr-LX-ZoT"/>
  141. <constraint firstItem="ACt-c2-0jq" firstAttribute="leading" secondItem="EEo-gw-9z9" secondAttribute="trailing" constant="8" id="AtY-8m-k3S"/>
  142. <constraint firstItem="EEo-gw-9z9" firstAttribute="leading" secondItem="wS1-3l-P8w" secondAttribute="leading" constant="8" id="NRK-Rj-IkL"/>
  143. <constraint firstItem="NKD-PT-oKe" firstAttribute="top" secondItem="wS1-3l-P8w" secondAttribute="topMargin" id="bEJ-hx-1IA"/>
  144. <constraint firstAttribute="bottomMargin" secondItem="ACt-c2-0jq" secondAttribute="bottom" id="d9z-Pc-CDb"/>
  145. <constraint firstAttribute="bottomMargin" secondItem="NKD-PT-oKe" secondAttribute="bottom" id="gyK-4K-5po"/>
  146. <constraint firstItem="NKD-PT-oKe" firstAttribute="leading" secondItem="ACt-c2-0jq" secondAttribute="trailing" constant="8" id="stB-bz-pwo"/>
  147. </constraints>
  148. </tableViewCellContentView>
  149. <connections>
  150. <outlet property="itemIconImageView" destination="EEo-gw-9z9" id="oyk-gK-oQe"/>
  151. <outlet property="itemTimeLabel" destination="NKD-PT-oKe" id="Tkd-WG-GyT"/>
  152. <outlet property="titleLabel" destination="ACt-c2-0jq" id="t7z-eL-D9B"/>
  153. </connections>
  154. </tableViewCell>
  155. </prototypes>
  156. </tableView>
  157. </subviews>
  158. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  159. <constraints>
  160. <constraint firstAttribute="trailing" secondItem="kdT-tS-69W" secondAttribute="trailing" id="LLu-Tn-faX"/>
  161. <constraint firstItem="kdT-tS-69W" firstAttribute="leading" secondItem="1WI-d8-c7H" secondAttribute="leading" id="iSB-V3-Jwg"/>
  162. <constraint firstItem="kdT-tS-69W" firstAttribute="top" secondItem="1WI-d8-c7H" secondAttribute="top" id="lOp-tG-4kf"/>
  163. <constraint firstItem="kdT-tS-69W" firstAttribute="bottom" secondItem="Hxy-tb-6VZ" secondAttribute="top" id="rCO-dD-inj"/>
  164. </constraints>
  165. </view>
  166. <connections>
  167. <outlet property="tableview" destination="kdT-tS-69W" id="Dtu-LN-QWj"/>
  168. <segue destination="2ib-gX-E1U" kind="show" identifier="showDetailContentSegue" id="TNK-Su-KhC"/>
  169. <segue destination="5Uu-WA-8de" kind="show" identifier="createDocument" id="6BI-Sx-Xwv"/>
  170. </connections>
  171. </viewController>
  172. <placeholder placeholderIdentifier="IBFirstResponder" id="nLm-Df-qgf" userLabel="First Responder" sceneMemberID="firstResponder"/>
  173. </objects>
  174. <point key="canvasLocation" x="1869.5652173913045" y="131.25"/>
  175. </scene>
  176. <!--Create Doc View Controller-->
  177. <scene sceneID="Sr1-t6-CdC">
  178. <objects>
  179. <viewController id="5Uu-WA-8de" customClass="CMSCreateDocViewController" customModule="O2Platform" customModuleProvider="target" sceneMemberID="viewController">
  180. <layoutGuides>
  181. <viewControllerLayoutGuide type="top" id="PZk-cw-Lo0"/>
  182. <viewControllerLayoutGuide type="bottom" id="GlA-GC-LNc"/>
  183. </layoutGuides>
  184. <view key="view" contentMode="scaleToFill" id="PzZ-FT-7wu">
  185. <rect key="frame" x="0.0" y="0.0" width="414" height="736"/>
  186. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  187. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  188. </view>
  189. <connections>
  190. <segue destination="2ib-gX-E1U" kind="show" identifier="openDocument" id="uwA-IT-a7g"/>
  191. </connections>
  192. </viewController>
  193. <placeholder placeholderIdentifier="IBFirstResponder" id="dhd-bM-5c8" userLabel="First Responder" sceneMemberID="firstResponder"/>
  194. </objects>
  195. <point key="canvasLocation" x="2320" y="951"/>
  196. </scene>
  197. <!--详细内容-->
  198. <scene sceneID="zPu-Lq-Q4j">
  199. <objects>
  200. <viewController storyboardIdentifier="CMSSubjectDetailVC" title="详细内容" hidesBottomBarWhenPushed="YES" useStoryboardIdentifierAsRestorationIdentifier="YES" id="2ib-gX-E1U" customClass="CMSItemDetailViewController" customModule="O2Platform" customModuleProvider="target" sceneMemberID="viewController">
  201. <layoutGuides>
  202. <viewControllerLayoutGuide type="top" id="hnc-En-Vnz"/>
  203. <viewControllerLayoutGuide type="bottom" id="JeB-gc-Sjw"/>
  204. </layoutGuides>
  205. <view key="view" contentMode="scaleToFill" id="Cnt-3V-z9R">
  206. <rect key="frame" x="0.0" y="0.0" width="414" height="736"/>
  207. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  208. <subviews>
  209. <progressView opaque="NO" contentMode="scaleToFill" verticalHuggingPriority="750" progress="0.5" translatesAutoresizingMaskIntoConstraints="NO" id="Qxe-kZ-Lvd">
  210. <rect key="frame" x="0.0" y="0.0" width="414" height="2"/>
  211. <constraints>
  212. <constraint firstAttribute="height" constant="2" id="2b9-L2-vhR"/>
  213. </constraints>
  214. </progressView>
  215. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="fPd-cZ-6O6">
  216. <rect key="frame" x="0.0" y="64" width="414" height="672"/>
  217. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  218. </view>
  219. </subviews>
  220. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  221. <constraints>
  222. <constraint firstItem="JeB-gc-Sjw" firstAttribute="top" secondItem="fPd-cZ-6O6" secondAttribute="bottom" identifier="webViewContainerBottom" id="Bnf-Xg-Gud"/>
  223. <constraint firstItem="Qxe-kZ-Lvd" firstAttribute="leading" secondItem="Cnt-3V-z9R" secondAttribute="leading" id="RmL-cB-4FR"/>
  224. <constraint firstAttribute="trailing" secondItem="fPd-cZ-6O6" secondAttribute="trailing" id="acZ-gL-kTd"/>
  225. <constraint firstItem="Qxe-kZ-Lvd" firstAttribute="top" secondItem="Cnt-3V-z9R" secondAttribute="top" id="gqe-iA-GSq"/>
  226. <constraint firstItem="fPd-cZ-6O6" firstAttribute="top" secondItem="hnc-En-Vnz" secondAttribute="bottom" id="h39-J2-ztE"/>
  227. <constraint firstItem="fPd-cZ-6O6" firstAttribute="leading" secondItem="Cnt-3V-z9R" secondAttribute="leading" id="okd-fn-0G1"/>
  228. <constraint firstAttribute="trailing" secondItem="Qxe-kZ-Lvd" secondAttribute="trailing" id="rgk-w4-X4b"/>
  229. </constraints>
  230. </view>
  231. <connections>
  232. <outlet property="progressView" destination="Qxe-kZ-Lvd" id="cKb-Sf-iTw"/>
  233. <outlet property="webViewContainer" destination="fPd-cZ-6O6" id="xxD-Eg-vYr"/>
  234. <segue destination="ngT-Ox-BPG" kind="presentation" identifier="showInQL" id="v1v-R3-KwY"/>
  235. <segue destination="zQ2-MF-2R5" kind="unwind" identifier="back2DocumentListSegue" unwindAction="viewBack2DocumentList:" id="3ml-5f-efD"/>
  236. </connections>
  237. </viewController>
  238. <placeholder placeholderIdentifier="IBFirstResponder" id="CWs-X0-yan" userLabel="First Responder" sceneMemberID="firstResponder"/>
  239. <exit id="zQ2-MF-2R5" userLabel="Exit" sceneMemberID="exit"/>
  240. </objects>
  241. <point key="canvasLocation" x="2805.7971014492755" y="132.88043478260872"/>
  242. </scene>
  243. <!--Preview View Controller-->
  244. <scene sceneID="Fqm-g4-6W2">
  245. <objects>
  246. <viewController id="N9L-vx-7ea" customClass="CMSQLPreviewViewController" customModule="O2Platform" customModuleProvider="target" sceneMemberID="viewController">
  247. <layoutGuides>
  248. <viewControllerLayoutGuide type="top" id="aKe-n8-8NW"/>
  249. <viewControllerLayoutGuide type="bottom" id="6OG-h6-sNf"/>
  250. </layoutGuides>
  251. <view key="view" contentMode="scaleToFill" id="VN2-FS-4ok">
  252. <rect key="frame" x="0.0" y="0.0" width="414" height="736"/>
  253. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  254. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  255. </view>
  256. <navigationItem key="navigationItem" id="lFX-x0-LYz">
  257. <barButtonItem key="leftBarButtonItem" title="关闭" id="rfp-U5-bAk">
  258. <connections>
  259. <action selector="closeQLPreview:" destination="N9L-vx-7ea" id="IGX-gM-ylx"/>
  260. </connections>
  261. </barButtonItem>
  262. </navigationItem>
  263. </viewController>
  264. <placeholder placeholderIdentifier="IBFirstResponder" id="RaI-wf-Onl" userLabel="First Responder" sceneMemberID="firstResponder"/>
  265. </objects>
  266. <point key="canvasLocation" x="4444.927536231884" y="131.25"/>
  267. </scene>
  268. <!--Navigation Controller-->
  269. <scene sceneID="8GY-Aq-shc">
  270. <objects>
  271. <navigationController automaticallyAdjustsScrollViewInsets="NO" id="y4V-fj-0FO" customClass="ZLNavigationController" customModule="O2Platform" customModuleProvider="target" sceneMemberID="viewController">
  272. <toolbarItems/>
  273. <navigationBar key="navigationBar" contentMode="scaleToFill" misplaced="YES" id="J7E-N0-vGq">
  274. <rect key="frame" x="0.0" y="20" width="414" height="44"/>
  275. <autoresizingMask key="autoresizingMask"/>
  276. </navigationBar>
  277. <nil name="viewControllers"/>
  278. <connections>
  279. <segue destination="Yjm-NY-CJ8" kind="relationship" relationship="rootViewController" id="8n3-qO-eTg"/>
  280. </connections>
  281. </navigationController>
  282. <placeholder placeholderIdentifier="IBFirstResponder" id="w9o-qH-ZGu" userLabel="First Responder" sceneMemberID="firstResponder"/>
  283. </objects>
  284. <point key="canvasLocation" x="69.599999999999994" y="132.68365817091455"/>
  285. </scene>
  286. <!--Navigation Controller-->
  287. <scene sceneID="SXN-9s-R0Y">
  288. <objects>
  289. <navigationController automaticallyAdjustsScrollViewInsets="NO" id="ngT-Ox-BPG" customClass="ZLNavigationController" customModule="O2Platform" customModuleProvider="target" sceneMemberID="viewController">
  290. <toolbarItems/>
  291. <navigationBar key="navigationBar" contentMode="scaleToFill" misplaced="YES" id="ebZ-Tx-ReL">
  292. <rect key="frame" x="0.0" y="20" width="414" height="44"/>
  293. <autoresizingMask key="autoresizingMask"/>
  294. </navigationBar>
  295. <nil name="viewControllers"/>
  296. <connections>
  297. <segue destination="N9L-vx-7ea" kind="relationship" relationship="rootViewController" id="cFH-2A-sah"/>
  298. </connections>
  299. </navigationController>
  300. <placeholder placeholderIdentifier="IBFirstResponder" id="xm5-uu-8RZ" userLabel="First Responder" sceneMemberID="firstResponder"/>
  301. </objects>
  302. <point key="canvasLocation" x="3537.68115942029" y="131.25"/>
  303. </scene>
  304. </scenes>
  305. <inferredMetricsTieBreakers>
  306. <segue reference="TNK-Su-KhC"/>
  307. </inferredMetricsTieBreakers>
  308. </document>