Main.storyboard 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="20037" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="nD6-T3-59p">
  3. <device id="retina6_7" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="20020"/>
  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. <!--Item 2-->
  13. <scene sceneID="3Wf-gK-qyG">
  14. <objects>
  15. <viewController id="yL2-sh-r2b" sceneMemberID="viewController">
  16. <view key="view" contentMode="scaleToFill" id="Cwo-Ej-asl">
  17. <rect key="frame" x="0.0" y="0.0" width="428" height="926"/>
  18. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  19. <viewLayoutGuide key="safeArea" id="NCr-Sf-zM1"/>
  20. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  21. </view>
  22. <tabBarItem key="tabBarItem" title="Item 2" id="3tr-an-hLR"/>
  23. </viewController>
  24. <placeholder placeholderIdentifier="IBFirstResponder" id="Fum-Sw-dKP" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
  25. </objects>
  26. <point key="canvasLocation" x="-94" y="525"/>
  27. </scene>
  28. <!--First Tab View Controller-->
  29. <scene sceneID="bNR-du-k4c">
  30. <objects>
  31. <viewController storyboardIdentifier="firstTabVC" useStoryboardIdentifierAsRestorationIdentifier="YES" id="iKy-YH-N88" customClass="FirstTabViewController" customModule="AppBuilder" customModuleProvider="target" sceneMemberID="viewController">
  32. <view key="view" contentMode="scaleToFill" id="OUO-5T-AtV">
  33. <rect key="frame" x="0.0" y="0.0" width="428" height="926"/>
  34. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  35. <subviews>
  36. <wkWebView contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="zT9-mO-2xu">
  37. <rect key="frame" x="0.0" y="44" width="428" height="848"/>
  38. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  39. <wkWebViewConfiguration key="configuration">
  40. <audiovisualMediaTypes key="mediaTypesRequiringUserActionForPlayback" none="YES"/>
  41. <wkPreferences key="preferences"/>
  42. </wkWebViewConfiguration>
  43. </wkWebView>
  44. </subviews>
  45. <viewLayoutGuide key="safeArea" id="f2x-TV-t0G"/>
  46. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  47. <constraints>
  48. <constraint firstItem="zT9-mO-2xu" firstAttribute="leading" secondItem="f2x-TV-t0G" secondAttribute="leading" id="IO4-cU-dmV"/>
  49. <constraint firstItem="zT9-mO-2xu" firstAttribute="top" secondItem="f2x-TV-t0G" secondAttribute="top" id="NUS-DV-p70"/>
  50. <constraint firstItem="f2x-TV-t0G" firstAttribute="trailing" secondItem="zT9-mO-2xu" secondAttribute="trailing" id="OHq-JX-jnE"/>
  51. <constraint firstItem="f2x-TV-t0G" firstAttribute="bottom" secondItem="zT9-mO-2xu" secondAttribute="bottom" id="OUP-JZ-QoH"/>
  52. </constraints>
  53. </view>
  54. <connections>
  55. <outlet property="webView" destination="zT9-mO-2xu" id="9yf-9r-PmW"/>
  56. </connections>
  57. </viewController>
  58. <placeholder placeholderIdentifier="IBFirstResponder" id="1UN-B6-dct" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
  59. </objects>
  60. <point key="canvasLocation" x="-772" y="1185"/>
  61. </scene>
  62. <!--Second Tab View Controller-->
  63. <scene sceneID="JH2-j3-Jce">
  64. <objects>
  65. <viewController storyboardIdentifier="secondTabVC" useStoryboardIdentifierAsRestorationIdentifier="YES" id="z6f-Hz-Xwh" customClass="SecondTabViewController" customModule="AppBuilder" customModuleProvider="target" sceneMemberID="viewController">
  66. <view key="view" contentMode="scaleToFill" id="T1X-gt-fSN">
  67. <rect key="frame" x="0.0" y="0.0" width="428" height="926"/>
  68. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  69. <subviews>
  70. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="pb_lbackground_1" translatesAutoresizingMaskIntoConstraints="NO" id="BU2-P5-16y">
  71. <rect key="frame" x="0.0" y="0.0" width="428" height="926"/>
  72. </imageView>
  73. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="oT8-Uw-cgS">
  74. <rect key="frame" x="0.0" y="44" width="428" height="848"/>
  75. <subviews>
  76. <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="4Jc-b8-aeF">
  77. <rect key="frame" x="0.0" y="0.0" width="428" height="848"/>
  78. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  79. <prototypes>
  80. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="default" indentationWidth="10" reuseIdentifier="reuseIdentifierChat" id="Tz5-0s-zFj">
  81. <rect key="frame" x="0.0" y="44.666666030883789" width="428" height="43.666667938232422"/>
  82. <autoresizingMask key="autoresizingMask"/>
  83. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="Tz5-0s-zFj" id="4MW-eb-afV">
  84. <rect key="frame" x="0.0" y="0.0" width="428" height="43.666667938232422"/>
  85. <autoresizingMask key="autoresizingMask"/>
  86. </tableViewCellContentView>
  87. </tableViewCell>
  88. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="default" indentationWidth="10" reuseIdentifier="reuseIdentifierGroup" id="im7-ks-lTd">
  89. <rect key="frame" x="0.0" y="88.333333969116211" width="428" height="43.666667938232422"/>
  90. <autoresizingMask key="autoresizingMask"/>
  91. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="im7-ks-lTd" id="lNo-4T-eyr">
  92. <rect key="frame" x="0.0" y="0.0" width="428" height="43.666667938232422"/>
  93. <autoresizingMask key="autoresizingMask"/>
  94. </tableViewCellContentView>
  95. </tableViewCell>
  96. </prototypes>
  97. <connections>
  98. <outlet property="dataSource" destination="z6f-Hz-Xwh" id="AOZ-F1-Rhe"/>
  99. <outlet property="delegate" destination="z6f-Hz-Xwh" id="rwB-hc-wXw"/>
  100. </connections>
  101. </tableView>
  102. </subviews>
  103. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  104. <constraints>
  105. <constraint firstAttribute="bottom" secondItem="4Jc-b8-aeF" secondAttribute="bottom" id="AJg-3y-ycq"/>
  106. <constraint firstAttribute="trailing" secondItem="4Jc-b8-aeF" secondAttribute="trailing" id="MQg-wg-wJC"/>
  107. <constraint firstItem="4Jc-b8-aeF" firstAttribute="leading" secondItem="oT8-Uw-cgS" secondAttribute="leading" id="gr8-uB-Kjv"/>
  108. <constraint firstItem="4Jc-b8-aeF" firstAttribute="top" secondItem="oT8-Uw-cgS" secondAttribute="top" id="tgW-8t-y1Q"/>
  109. </constraints>
  110. </view>
  111. </subviews>
  112. <viewLayoutGuide key="safeArea" id="Exo-M2-oVn"/>
  113. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  114. <constraints>
  115. <constraint firstItem="BU2-P5-16y" firstAttribute="top" secondItem="T1X-gt-fSN" secondAttribute="top" id="6kj-QA-eHg"/>
  116. <constraint firstItem="oT8-Uw-cgS" firstAttribute="leading" secondItem="Exo-M2-oVn" secondAttribute="leading" id="9FF-6z-ROG"/>
  117. <constraint firstItem="oT8-Uw-cgS" firstAttribute="top" secondItem="Exo-M2-oVn" secondAttribute="top" id="CvI-hv-hNw"/>
  118. <constraint firstItem="Exo-M2-oVn" firstAttribute="bottom" secondItem="oT8-Uw-cgS" secondAttribute="bottom" id="Imt-VX-VR1"/>
  119. <constraint firstItem="BU2-P5-16y" firstAttribute="leading" secondItem="Exo-M2-oVn" secondAttribute="leading" id="L9z-Na-Kbb"/>
  120. <constraint firstItem="Exo-M2-oVn" firstAttribute="trailing" secondItem="BU2-P5-16y" secondAttribute="trailing" id="Udn-OO-sE2"/>
  121. <constraint firstItem="oT8-Uw-cgS" firstAttribute="trailing" secondItem="Exo-M2-oVn" secondAttribute="trailing" id="Vck-XN-acd"/>
  122. <constraint firstAttribute="bottom" secondItem="BU2-P5-16y" secondAttribute="bottom" id="jai-lq-WbQ"/>
  123. </constraints>
  124. </view>
  125. <connections>
  126. <outlet property="backgroundImage" destination="BU2-P5-16y" id="gud-Yi-EyH"/>
  127. <outlet property="tableView" destination="4Jc-b8-aeF" id="kie-X3-tsw"/>
  128. </connections>
  129. </viewController>
  130. <placeholder placeholderIdentifier="IBFirstResponder" id="iEb-Pf-p13" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
  131. </objects>
  132. <point key="canvasLocation" x="-94.20289855072464" y="1184.5982142857142"/>
  133. </scene>
  134. <!--Item 1-->
  135. <scene sceneID="N8z-aZ-R0C">
  136. <objects>
  137. <viewController id="shx-A0-Rpw" sceneMemberID="viewController">
  138. <view key="view" contentMode="scaleToFill" id="0VY-c7-1YL">
  139. <rect key="frame" x="0.0" y="0.0" width="428" height="926"/>
  140. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  141. <viewLayoutGuide key="safeArea" id="cTG-dq-upN"/>
  142. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  143. </view>
  144. <tabBarItem key="tabBarItem" title="Item 1" id="p7E-Es-Ytv"/>
  145. </viewController>
  146. <placeholder placeholderIdentifier="IBFirstResponder" id="ea8-TI-6Jg" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
  147. </objects>
  148. <point key="canvasLocation" x="-772" y="525"/>
  149. </scene>
  150. <!--test-->
  151. <scene sceneID="P0z-HA-ArT">
  152. <objects>
  153. <navigationController title="test" id="nD6-T3-59p" sceneMemberID="viewController">
  154. <navigationBar key="navigationBar" opaque="NO" contentMode="scaleToFill" id="mEs-FV-nQc">
  155. <rect key="frame" x="0.0" y="44" width="428" height="44"/>
  156. <autoresizingMask key="autoresizingMask"/>
  157. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  158. <color key="tintColor" white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  159. <color key="barTintColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  160. <textAttributes key="titleTextAttributes">
  161. <color key="textColor" white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  162. </textAttributes>
  163. <textAttributes key="largeTitleTextAttributes">
  164. <color key="textColor" white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  165. </textAttributes>
  166. </navigationBar>
  167. <toolbar key="toolbar" opaque="NO" clearsContextBeforeDrawing="NO" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" id="7Tu-EZ-US7">
  168. <autoresizingMask key="autoresizingMask"/>
  169. </toolbar>
  170. <connections>
  171. <segue destination="303-e4-dlv" kind="relationship" relationship="rootViewController" id="ax7-Vc-WBo"/>
  172. </connections>
  173. </navigationController>
  174. <placeholder placeholderIdentifier="IBFirstResponder" id="2PQ-0V-IE2" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
  175. </objects>
  176. <point key="canvasLocation" x="-145" y="-202"/>
  177. </scene>
  178. <!--mainVC-->
  179. <scene sceneID="acr-UY-sCb">
  180. <objects>
  181. <tabBarController title="mainVC" id="303-e4-dlv" customClass="ViewController" customModule="AppBuilder" customModuleProvider="target" sceneMemberID="viewController">
  182. <navigationItem key="navigationItem" id="sH1-Nb-Vna"/>
  183. <tabBar key="tabBar" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" id="aG7-6Q-gSS">
  184. <rect key="frame" x="0.0" y="0.0" width="414" height="49"/>
  185. <autoresizingMask key="autoresizingMask"/>
  186. <color key="barTintColor" white="0.91082411545973563" alpha="1" colorSpace="calibratedWhite"/>
  187. </tabBar>
  188. <connections>
  189. <segue destination="shx-A0-Rpw" kind="relationship" relationship="viewControllers" id="InU-1A-5CF"/>
  190. <segue destination="yL2-sh-r2b" kind="relationship" relationship="viewControllers" id="2uQ-yM-Uwx"/>
  191. <segue destination="BQG-BK-XdT" kind="relationship" relationship="viewControllers" id="xa0-0l-EhV"/>
  192. <segue destination="HRs-yQ-che" kind="relationship" relationship="viewControllers" id="H7y-1o-pCn"/>
  193. <segue destination="doo-wB-Xef" kind="relationship" relationship="viewControllers" id="XZ7-g3-417"/>
  194. </connections>
  195. </tabBarController>
  196. <placeholder placeholderIdentifier="IBFirstResponder" id="xVj-nd-1u2" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
  197. </objects>
  198. <point key="canvasLocation" x="619" y="-202"/>
  199. </scene>
  200. <!--Item 3-->
  201. <scene sceneID="akE-9q-KIu">
  202. <objects>
  203. <viewController id="BQG-BK-XdT" userLabel="Item 3" sceneMemberID="viewController">
  204. <view key="view" contentMode="scaleToFill" id="tfu-1X-nbl">
  205. <rect key="frame" x="0.0" y="0.0" width="428" height="926"/>
  206. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  207. <viewLayoutGuide key="safeArea" id="5ym-td-Khs"/>
  208. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  209. </view>
  210. <tabBarItem key="tabBarItem" title="Item 3" id="fhU-xt-rD1" userLabel="Item 3"/>
  211. </viewController>
  212. <placeholder placeholderIdentifier="IBFirstResponder" id="dEh-1z-WOg" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
  213. </objects>
  214. <point key="canvasLocation" x="619" y="525"/>
  215. </scene>
  216. <!--Item 4-->
  217. <scene sceneID="ayN-8g-7Qb">
  218. <objects>
  219. <viewController id="HRs-yQ-che" userLabel="Item 4" sceneMemberID="viewController">
  220. <view key="view" contentMode="scaleToFill" id="CpP-4M-jQO">
  221. <rect key="frame" x="0.0" y="0.0" width="428" height="926"/>
  222. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  223. <viewLayoutGuide key="safeArea" id="FW7-Pt-spm"/>
  224. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  225. </view>
  226. <tabBarItem key="tabBarItem" title="Item 4" id="9HE-z6-qW3" userLabel="Item 4"/>
  227. </viewController>
  228. <placeholder placeholderIdentifier="IBFirstResponder" id="kTc-lt-5jQ" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
  229. </objects>
  230. <point key="canvasLocation" x="1293" y="525"/>
  231. </scene>
  232. <!--Item 5-->
  233. <scene sceneID="1OZ-lX-QwV">
  234. <objects>
  235. <viewController id="doo-wB-Xef" userLabel="Item 5" sceneMemberID="viewController">
  236. <view key="view" contentMode="scaleToFill" id="gva-IL-Ua7">
  237. <rect key="frame" x="0.0" y="0.0" width="428" height="926"/>
  238. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  239. <viewLayoutGuide key="safeArea" id="b9A-7D-aDQ"/>
  240. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  241. </view>
  242. <tabBarItem key="tabBarItem" title="Item 5" id="aDp-Df-R88" userLabel="Item 5"/>
  243. </viewController>
  244. <placeholder placeholderIdentifier="IBFirstResponder" id="pku-2n-PfH" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
  245. </objects>
  246. <point key="canvasLocation" x="2017" y="525"/>
  247. </scene>
  248. <!--Third Tab View Controller-->
  249. <scene sceneID="2tv-T7-3Gz">
  250. <objects>
  251. <viewController storyboardIdentifier="thirdTabVC" useStoryboardIdentifierAsRestorationIdentifier="YES" id="sim-nJ-liW" customClass="ThirdTabViewController" customModule="AppBuilder" customModuleProvider="target" sceneMemberID="viewController">
  252. <view key="view" contentMode="scaleToFill" id="zlx-Nr-4qk">
  253. <rect key="frame" x="0.0" y="0.0" width="428" height="926"/>
  254. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  255. <subviews>
  256. <wkWebView contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="bvD-XN-Tvh">
  257. <rect key="frame" x="0.0" y="44" width="428" height="848"/>
  258. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  259. <wkWebViewConfiguration key="configuration">
  260. <audiovisualMediaTypes key="mediaTypesRequiringUserActionForPlayback" none="YES"/>
  261. <wkPreferences key="preferences"/>
  262. </wkWebViewConfiguration>
  263. </wkWebView>
  264. </subviews>
  265. <viewLayoutGuide key="safeArea" id="gQh-2u-SN6"/>
  266. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  267. <constraints>
  268. <constraint firstItem="gQh-2u-SN6" firstAttribute="bottom" secondItem="bvD-XN-Tvh" secondAttribute="bottom" id="7Q0-Pz-a2B"/>
  269. <constraint firstItem="bvD-XN-Tvh" firstAttribute="leading" secondItem="gQh-2u-SN6" secondAttribute="leading" id="Xt6-nC-kXW"/>
  270. <constraint firstItem="gQh-2u-SN6" firstAttribute="trailing" secondItem="bvD-XN-Tvh" secondAttribute="trailing" id="d1o-4Y-rDd"/>
  271. <constraint firstItem="bvD-XN-Tvh" firstAttribute="top" secondItem="gQh-2u-SN6" secondAttribute="top" id="wKy-eu-cvh"/>
  272. </constraints>
  273. </view>
  274. <connections>
  275. <outlet property="webView" destination="bvD-XN-Tvh" id="4YE-s2-y3Z"/>
  276. </connections>
  277. </viewController>
  278. <placeholder placeholderIdentifier="IBFirstResponder" id="crD-Us-xmX" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
  279. </objects>
  280. <point key="canvasLocation" x="619" y="1185"/>
  281. </scene>
  282. <!--Fourth Tab View Controller-->
  283. <scene sceneID="ZzT-E6-umc">
  284. <objects>
  285. <viewController storyboardIdentifier="fourthTabVC" useStoryboardIdentifierAsRestorationIdentifier="YES" id="ruc-qb-tdV" customClass="FourthTabViewController" customModule="AppBuilder" customModuleProvider="target" sceneMemberID="viewController">
  286. <view key="view" contentMode="scaleToFill" id="9o3-Cd-xmC">
  287. <rect key="frame" x="0.0" y="0.0" width="428" height="926"/>
  288. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  289. <subviews>
  290. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="pb_lbackground_1" translatesAutoresizingMaskIntoConstraints="NO" id="rdi-Bn-gaF">
  291. <rect key="frame" x="0.0" y="0.0" width="428" height="926"/>
  292. </imageView>
  293. <tableView opaque="NO" contentMode="scaleToFill" alwaysBounceVertical="YES" bouncesZoom="NO" dataMode="prototypes" style="insetGrouped" separatorStyle="default" separatorInsetReference="fromAutomaticInsets" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="5" sectionFooterHeight="5" translatesAutoresizingMaskIntoConstraints="NO" id="gUO-Ws-n00">
  294. <rect key="frame" x="0.0" y="80" width="428" height="807"/>
  295. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  296. <inset key="separatorInset" minX="3" minY="0.0" maxX="0.0" maxY="0.0"/>
  297. <color key="sectionIndexBackgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  298. <prototypes>
  299. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="none" indentationWidth="2" reuseIdentifier="reuseIdentifier" id="IEo-SX-4um">
  300. <rect key="frame" x="20" y="49" width="388" height="43.666667938232422"/>
  301. <autoresizingMask key="autoresizingMask"/>
  302. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="left" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="IEo-SX-4um" id="je4-kr-tvF">
  303. <rect key="frame" x="0.0" y="0.0" width="388" height="43.666667938232422"/>
  304. <autoresizingMask key="autoresizingMask"/>
  305. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  306. <edgeInsets key="layoutMargins" top="0.0" left="0.0" bottom="0.0" right="0.0"/>
  307. </tableViewCellContentView>
  308. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  309. </tableViewCell>
  310. </prototypes>
  311. </tableView>
  312. </subviews>
  313. <viewLayoutGuide key="safeArea" id="SgQ-c4-v3h"/>
  314. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  315. <constraints>
  316. <constraint firstItem="rdi-Bn-gaF" firstAttribute="top" secondItem="9o3-Cd-xmC" secondAttribute="top" id="3iG-Qg-ugF"/>
  317. <constraint firstItem="SgQ-c4-v3h" firstAttribute="bottom" secondItem="gUO-Ws-n00" secondAttribute="bottom" constant="5" id="cJW-F2-vbP"/>
  318. <constraint firstItem="gUO-Ws-n00" firstAttribute="top" secondItem="9o3-Cd-xmC" secondAttribute="top" constant="80" id="dgB-Kt-3hN"/>
  319. <constraint firstAttribute="bottom" secondItem="rdi-Bn-gaF" secondAttribute="bottom" id="i6c-Au-25J"/>
  320. <constraint firstItem="SgQ-c4-v3h" firstAttribute="trailing" secondItem="rdi-Bn-gaF" secondAttribute="trailing" id="ka4-Ak-VDR"/>
  321. <constraint firstItem="gUO-Ws-n00" firstAttribute="trailing" secondItem="SgQ-c4-v3h" secondAttribute="trailing" id="suE-CO-UTB"/>
  322. <constraint firstItem="rdi-Bn-gaF" firstAttribute="leading" secondItem="SgQ-c4-v3h" secondAttribute="leading" id="wzr-gR-Yrs"/>
  323. <constraint firstItem="gUO-Ws-n00" firstAttribute="leading" secondItem="SgQ-c4-v3h" secondAttribute="leading" id="xiY-lp-lrd"/>
  324. </constraints>
  325. </view>
  326. <connections>
  327. <outlet property="backgroundImage" destination="rdi-Bn-gaF" id="MAO-jC-VP5"/>
  328. <outlet property="tableView" destination="gUO-Ws-n00" id="8ZB-Pu-MLW"/>
  329. </connections>
  330. </viewController>
  331. <placeholder placeholderIdentifier="IBFirstResponder" id="R3B-ld-vod" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
  332. </objects>
  333. <point key="canvasLocation" x="1293" y="1184"/>
  334. </scene>
  335. </scenes>
  336. <resources>
  337. <image name="pb_lbackground_1" width="1204" height="2475"/>
  338. <systemColor name="systemBackgroundColor">
  339. <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  340. </systemColor>
  341. </resources>
  342. </document>