Detail.storyboard 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="14113" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
  3. <device id="retina4_7" orientation="portrait">
  4. <adaptation id="fullscreen"/>
  5. </device>
  6. <dependencies>
  7. <deployment identifier="iOS"/>
  8. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14088"/>
  9. <capability name="Safe area layout guides" minToolsVersion="9.0"/>
  10. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  11. </dependencies>
  12. <scenes>
  13. <!--Order Detail-->
  14. <scene sceneID="GQu-MF-w2X">
  15. <objects>
  16. <viewController storyboardIdentifier="RAOrderDetailViewController" title="Order Detail" useStoryboardIdentifierAsRestorationIdentifier="YES" id="wYu-98-b8c" customClass="RAOrderDetailViewController" sceneMemberID="viewController">
  17. <view key="view" contentMode="scaleToFill" id="ddK-ne-BxC">
  18. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  19. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  20. <subviews>
  21. <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="Xxs-Bp-xwk">
  22. <rect key="frame" x="0.0" y="20" width="375" height="647"/>
  23. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  24. <prototypes>
  25. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="default" indentationWidth="10" reuseIdentifier="RADetailSingleLineCell" rowHeight="70" id="PRr-DR-Xqo" customClass="RADetailSingleLineCell">
  26. <rect key="frame" x="0.0" y="28" width="375" height="70"/>
  27. <autoresizingMask key="autoresizingMask"/>
  28. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="PRr-DR-Xqo" id="HGR-qE-k8g">
  29. <rect key="frame" x="0.0" y="0.0" width="375" height="69.5"/>
  30. <autoresizingMask key="autoresizingMask"/>
  31. <subviews>
  32. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Order ID" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="IcX-EB-asg">
  33. <rect key="frame" x="5" y="5" width="365" height="21"/>
  34. <constraints>
  35. <constraint firstAttribute="height" constant="21" id="yUK-tS-gzP"/>
  36. </constraints>
  37. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  38. <nil key="textColor"/>
  39. <nil key="highlightedColor"/>
  40. </label>
  41. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="20180530001200" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="L7s-6m-7Rs">
  42. <rect key="frame" x="5" y="27" width="365" height="37.5"/>
  43. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  44. <nil key="textColor"/>
  45. <nil key="highlightedColor"/>
  46. </label>
  47. </subviews>
  48. <constraints>
  49. <constraint firstItem="IcX-EB-asg" firstAttribute="top" secondItem="HGR-qE-k8g" secondAttribute="top" constant="5" id="JTx-I2-fau"/>
  50. <constraint firstItem="L7s-6m-7Rs" firstAttribute="leading" secondItem="IcX-EB-asg" secondAttribute="leading" id="RFT-Jc-9je"/>
  51. <constraint firstItem="IcX-EB-asg" firstAttribute="leading" secondItem="HGR-qE-k8g" secondAttribute="leading" constant="5" id="ceh-Sw-2hB"/>
  52. <constraint firstItem="L7s-6m-7Rs" firstAttribute="top" secondItem="IcX-EB-asg" secondAttribute="bottom" constant="1" id="n6f-Ba-NC2"/>
  53. <constraint firstItem="L7s-6m-7Rs" firstAttribute="trailing" secondItem="IcX-EB-asg" secondAttribute="trailing" id="o0G-gr-RAA"/>
  54. <constraint firstAttribute="trailing" secondItem="IcX-EB-asg" secondAttribute="trailing" constant="5" id="uYy-kz-oiJ"/>
  55. <constraint firstAttribute="bottom" secondItem="L7s-6m-7Rs" secondAttribute="bottom" constant="5" id="zwI-Qi-tnt"/>
  56. </constraints>
  57. </tableViewCellContentView>
  58. <connections>
  59. <outlet property="titleLable" destination="IcX-EB-asg" id="p20-UP-YZv"/>
  60. <outlet property="valueLabel" destination="L7s-6m-7Rs" id="c0Y-7M-8Vt"/>
  61. </connections>
  62. </tableViewCell>
  63. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="default" indentationWidth="10" reuseIdentifier="RADetailMultLineCell" rowHeight="90" id="hLY-jO-rx0" customClass="RADetailMultLineCell">
  64. <rect key="frame" x="0.0" y="98" width="375" height="90"/>
  65. <autoresizingMask key="autoresizingMask"/>
  66. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="hLY-jO-rx0" id="xPv-W6-2E0">
  67. <rect key="frame" x="0.0" y="0.0" width="375" height="89.5"/>
  68. <autoresizingMask key="autoresizingMask"/>
  69. <subviews>
  70. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="nxW-Ig-F5h">
  71. <rect key="frame" x="5" y="5" width="365" height="79.5"/>
  72. <string key="text">DEMURRAGE LFD
  73. TERMINAL PICKUP APPT
  74. DELIVERY APPT(setup wiwhse)
  75. PICKUP ON</string>
  76. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  77. <nil key="textColor"/>
  78. <nil key="highlightedColor"/>
  79. </label>
  80. </subviews>
  81. <constraints>
  82. <constraint firstAttribute="bottom" secondItem="nxW-Ig-F5h" secondAttribute="bottom" constant="5" id="GyO-p5-EVV"/>
  83. <constraint firstAttribute="trailing" secondItem="nxW-Ig-F5h" secondAttribute="trailing" constant="5" id="LvG-rE-wMJ"/>
  84. <constraint firstItem="nxW-Ig-F5h" firstAttribute="top" secondItem="xPv-W6-2E0" secondAttribute="top" constant="5" id="jxJ-Pf-0Pr"/>
  85. <constraint firstItem="nxW-Ig-F5h" firstAttribute="leading" secondItem="xPv-W6-2E0" secondAttribute="leading" constant="5" id="u8Z-wy-aFV"/>
  86. </constraints>
  87. </tableViewCellContentView>
  88. <connections>
  89. <outlet property="valueLabel" destination="nxW-Ig-F5h" id="yM0-iy-Epm"/>
  90. </connections>
  91. </tableViewCell>
  92. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="default" indentationWidth="10" reuseIdentifier="RADetailLocationCell" rowHeight="100" id="2RY-c8-4kR" customClass="RADetailLocationCell">
  93. <rect key="frame" x="0.0" y="188" width="375" height="100"/>
  94. <autoresizingMask key="autoresizingMask"/>
  95. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="2RY-c8-4kR" id="8uQ-ij-SSa">
  96. <rect key="frame" x="0.0" y="0.0" width="375" height="99.5"/>
  97. <autoresizingMask key="autoresizingMask"/>
  98. <subviews>
  99. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="ECt-q4-gbV">
  100. <rect key="frame" x="5" y="31" width="260" height="63.5"/>
  101. <string key="text">TRANS PACIFIC CONTAINER SERVICE
  102. BERTH 30 2800 7TH ST
  103. OAKLAND,CA</string>
  104. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  105. <nil key="textColor"/>
  106. <nil key="highlightedColor"/>
  107. </label>
  108. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="E85-g7-fwi">
  109. <rect key="frame" x="297" y="48" width="73" height="30"/>
  110. <constraints>
  111. <constraint firstAttribute="height" constant="30" id="Bt5-LJ-HeT"/>
  112. <constraint firstAttribute="width" constant="73" id="vza-Ko-Kz7"/>
  113. </constraints>
  114. <state key="normal" title="Navigation"/>
  115. <connections>
  116. <action selector="navigationBtnClick:" destination="2RY-c8-4kR" eventType="touchUpInside" id="Uh4-L7-HQA"/>
  117. </connections>
  118. </button>
  119. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Pick Up" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="off-5x-hpV">
  120. <rect key="frame" x="5" y="5" width="365" height="21"/>
  121. <constraints>
  122. <constraint firstAttribute="height" constant="21" id="Pn5-ru-O79"/>
  123. </constraints>
  124. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  125. <nil key="textColor"/>
  126. <nil key="highlightedColor"/>
  127. </label>
  128. </subviews>
  129. <constraints>
  130. <constraint firstItem="ECt-q4-gbV" firstAttribute="leading" secondItem="8uQ-ij-SSa" secondAttribute="leading" constant="5" id="17n-XI-PAS"/>
  131. <constraint firstItem="off-5x-hpV" firstAttribute="leading" secondItem="8uQ-ij-SSa" secondAttribute="leading" constant="5" id="BQI-Ha-9lP"/>
  132. <constraint firstAttribute="bottom" secondItem="ECt-q4-gbV" secondAttribute="bottom" constant="5" id="C2P-AA-Ri7"/>
  133. <constraint firstItem="off-5x-hpV" firstAttribute="top" secondItem="8uQ-ij-SSa" secondAttribute="top" constant="5" id="K6e-CH-Pjd"/>
  134. <constraint firstItem="ECt-q4-gbV" firstAttribute="top" secondItem="off-5x-hpV" secondAttribute="bottom" constant="5" id="cna-9u-WJh"/>
  135. <constraint firstAttribute="trailing" secondItem="E85-g7-fwi" secondAttribute="trailing" constant="5" id="lQq-bo-Keq"/>
  136. <constraint firstItem="E85-g7-fwi" firstAttribute="leading" relation="greaterThanOrEqual" secondItem="ECt-q4-gbV" secondAttribute="trailing" constant="5" id="w7k-4C-7bW"/>
  137. <constraint firstItem="E85-g7-fwi" firstAttribute="centerY" secondItem="ECt-q4-gbV" secondAttribute="centerY" id="wLX-D8-Sto"/>
  138. <constraint firstAttribute="trailing" secondItem="off-5x-hpV" secondAttribute="trailing" constant="5" id="zj7-JY-cEr"/>
  139. </constraints>
  140. </tableViewCellContentView>
  141. <connections>
  142. <outlet property="navigationBtn" destination="E85-g7-fwi" id="ADi-0u-fQp"/>
  143. <outlet property="titleLabel" destination="off-5x-hpV" id="ciX-Sg-fpd"/>
  144. <outlet property="valueLabel" destination="ECt-q4-gbV" id="1EL-lB-2tL"/>
  145. </connections>
  146. </tableViewCell>
  147. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="default" indentationWidth="10" reuseIdentifier="RADetailActionsCell" rowHeight="100" id="22c-X4-T1m" customClass="RADetailActionsCell">
  148. <rect key="frame" x="0.0" y="288" width="375" height="100"/>
  149. <autoresizingMask key="autoresizingMask"/>
  150. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="22c-X4-T1m" id="f99-Y7-BOd">
  151. <rect key="frame" x="0.0" y="0.0" width="375" height="99.5"/>
  152. <autoresizingMask key="autoresizingMask"/>
  153. <subviews>
  154. <collectionView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" scrollEnabled="NO" dataMode="prototypes" translatesAutoresizingMaskIntoConstraints="NO" id="iKo-LB-QEE">
  155. <rect key="frame" x="0.0" y="0.0" width="375" height="99.5"/>
  156. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  157. <collectionViewFlowLayout key="collectionViewLayout" minimumLineSpacing="10" minimumInteritemSpacing="10" id="p8G-wr-zEn">
  158. <size key="itemSize" width="224" height="50"/>
  159. <size key="headerReferenceSize" width="0.0" height="0.0"/>
  160. <size key="footerReferenceSize" width="0.0" height="0.0"/>
  161. <inset key="sectionInset" minX="0.0" minY="0.0" maxX="0.0" maxY="0.0"/>
  162. </collectionViewFlowLayout>
  163. <cells>
  164. <collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" reuseIdentifier="RADetailActionSubCell" id="NRo-Hn-zDX" customClass="RADetailActionSubCell">
  165. <rect key="frame" x="75.5" y="0.0" width="224" height="50"/>
  166. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  167. <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" insetsLayoutMarginsFromSafeArea="NO">
  168. <rect key="frame" x="0.0" y="0.0" width="224" height="50"/>
  169. <autoresizingMask key="autoresizingMask"/>
  170. <subviews>
  171. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="5xB-Fx-vYR">
  172. <rect key="frame" x="0.0" y="10" width="224" height="30"/>
  173. <constraints>
  174. <constraint firstAttribute="height" constant="30" id="JNu-Xv-sVe"/>
  175. </constraints>
  176. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  177. <state key="normal" title="Accept">
  178. <color key="titleColor" white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  179. </state>
  180. <state key="highlighted">
  181. <color key="titleColor" white="0.33333333329999998" alpha="1" colorSpace="calibratedWhite"/>
  182. </state>
  183. <connections>
  184. <action selector="actionBtnClick:" destination="NRo-Hn-zDX" eventType="touchUpInside" id="Pyd-jv-LAa"/>
  185. </connections>
  186. </button>
  187. </subviews>
  188. </view>
  189. <constraints>
  190. <constraint firstItem="5xB-Fx-vYR" firstAttribute="width" secondItem="NRo-Hn-zDX" secondAttribute="width" id="1yI-GZ-JrT"/>
  191. <constraint firstItem="5xB-Fx-vYR" firstAttribute="centerX" secondItem="NRo-Hn-zDX" secondAttribute="centerX" id="2vz-5F-VXV"/>
  192. <constraint firstItem="5xB-Fx-vYR" firstAttribute="centerY" secondItem="NRo-Hn-zDX" secondAttribute="centerY" id="mtG-08-44e"/>
  193. </constraints>
  194. <connections>
  195. <outlet property="actionTitleBtn" destination="5xB-Fx-vYR" id="Uzb-Tr-JNT"/>
  196. </connections>
  197. </collectionViewCell>
  198. </cells>
  199. <connections>
  200. <outlet property="dataSource" destination="22c-X4-T1m" id="sya-lI-Xqo"/>
  201. <outlet property="delegate" destination="22c-X4-T1m" id="B2S-RW-PP3"/>
  202. </connections>
  203. </collectionView>
  204. </subviews>
  205. <constraints>
  206. <constraint firstAttribute="bottom" secondItem="iKo-LB-QEE" secondAttribute="bottom" id="fht-3O-LDV"/>
  207. <constraint firstAttribute="trailing" secondItem="iKo-LB-QEE" secondAttribute="trailing" id="kHn-fC-cSH"/>
  208. <constraint firstItem="iKo-LB-QEE" firstAttribute="top" secondItem="f99-Y7-BOd" secondAttribute="top" id="uHJ-mz-uft"/>
  209. <constraint firstItem="iKo-LB-QEE" firstAttribute="leading" secondItem="f99-Y7-BOd" secondAttribute="leading" id="yXR-wF-Lfi"/>
  210. </constraints>
  211. </tableViewCellContentView>
  212. <connections>
  213. <outlet property="actionCollectionView" destination="iKo-LB-QEE" id="XWC-qN-Lrx"/>
  214. </connections>
  215. </tableViewCell>
  216. </prototypes>
  217. <connections>
  218. <outlet property="dataSource" destination="wYu-98-b8c" id="ddq-cb-RtK"/>
  219. <outlet property="delegate" destination="wYu-98-b8c" id="enZ-Z1-wuK"/>
  220. </connections>
  221. </tableView>
  222. </subviews>
  223. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  224. <constraints>
  225. <constraint firstItem="Xxs-Bp-xwk" firstAttribute="trailing" secondItem="hEy-k0-tf5" secondAttribute="trailing" id="12Y-9k-qJd"/>
  226. <constraint firstItem="Xxs-Bp-xwk" firstAttribute="leading" secondItem="hEy-k0-tf5" secondAttribute="leading" id="2HP-SI-29U"/>
  227. <constraint firstItem="Xxs-Bp-xwk" firstAttribute="bottom" secondItem="hEy-k0-tf5" secondAttribute="bottom" id="94I-Aq-Rvf"/>
  228. <constraint firstItem="Xxs-Bp-xwk" firstAttribute="top" secondItem="hEy-k0-tf5" secondAttribute="top" id="o3j-YT-2Th"/>
  229. </constraints>
  230. <viewLayoutGuide key="safeArea" id="hEy-k0-tf5"/>
  231. </view>
  232. <connections>
  233. <outlet property="detailTableView" destination="Xxs-Bp-xwk" id="YEe-3u-DEQ"/>
  234. </connections>
  235. </viewController>
  236. <placeholder placeholderIdentifier="IBFirstResponder" id="WUS-ba-oxC" userLabel="First Responder" sceneMemberID="firstResponder"/>
  237. </objects>
  238. <point key="canvasLocation" x="-274.39999999999998" y="9.4452773613193415"/>
  239. </scene>
  240. <!--Detail Action Selection View Controller-->
  241. <scene sceneID="Sbt-sV-jDk">
  242. <objects>
  243. <viewController storyboardIdentifier="RADetailActionSelectionViewController" useStoryboardIdentifierAsRestorationIdentifier="YES" id="6bG-Uu-EAO" customClass="RADetailActionSelectionViewController" sceneMemberID="viewController">
  244. <view key="view" contentMode="scaleToFill" id="xE6-be-FMb">
  245. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  246. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  247. <subviews>
  248. <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="dkO-Ta-IQf">
  249. <rect key="frame" x="0.0" y="20" width="375" height="647"/>
  250. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  251. <prototypes>
  252. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="default" indentationWidth="10" reuseIdentifier="RADetailActionSelectionCell" id="8M5-Ka-QBN" customClass="RADetailActionSelectionCell">
  253. <rect key="frame" x="0.0" y="28" width="375" height="44"/>
  254. <autoresizingMask key="autoresizingMask"/>
  255. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="8M5-Ka-QBN" id="CTw-dI-j8V">
  256. <rect key="frame" x="0.0" y="0.0" width="375" height="43.5"/>
  257. <autoresizingMask key="autoresizingMask"/>
  258. <subviews>
  259. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="DSZ-Hp-4ld">
  260. <rect key="frame" x="5" y="0.0" width="370" height="43.5"/>
  261. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  262. <nil key="textColor"/>
  263. <nil key="highlightedColor"/>
  264. </label>
  265. </subviews>
  266. <constraints>
  267. <constraint firstItem="DSZ-Hp-4ld" firstAttribute="top" secondItem="CTw-dI-j8V" secondAttribute="top" id="6lS-aT-plO"/>
  268. <constraint firstItem="DSZ-Hp-4ld" firstAttribute="leading" secondItem="CTw-dI-j8V" secondAttribute="leading" constant="5" id="Iyc-hO-evr"/>
  269. <constraint firstAttribute="trailing" secondItem="DSZ-Hp-4ld" secondAttribute="trailing" id="WRh-DT-hfR"/>
  270. <constraint firstAttribute="bottom" secondItem="DSZ-Hp-4ld" secondAttribute="bottom" id="tGB-1A-KfD"/>
  271. </constraints>
  272. </tableViewCellContentView>
  273. <connections>
  274. <outlet property="actionLabel" destination="DSZ-Hp-4ld" id="CBw-uz-qNb"/>
  275. </connections>
  276. </tableViewCell>
  277. </prototypes>
  278. <connections>
  279. <outlet property="dataSource" destination="6bG-Uu-EAO" id="7bI-Wq-V3w"/>
  280. <outlet property="delegate" destination="6bG-Uu-EAO" id="Wfj-Vc-oqn"/>
  281. </connections>
  282. </tableView>
  283. </subviews>
  284. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  285. <constraints>
  286. <constraint firstItem="dkO-Ta-IQf" firstAttribute="leading" secondItem="eZe-q4-btM" secondAttribute="leading" id="Atc-qC-Sp2"/>
  287. <constraint firstItem="eZe-q4-btM" firstAttribute="trailing" secondItem="dkO-Ta-IQf" secondAttribute="trailing" id="Lvy-I1-AH0"/>
  288. <constraint firstItem="dkO-Ta-IQf" firstAttribute="top" secondItem="eZe-q4-btM" secondAttribute="top" id="vzb-AN-fm4"/>
  289. <constraint firstItem="eZe-q4-btM" firstAttribute="bottom" secondItem="dkO-Ta-IQf" secondAttribute="bottom" id="xR4-cB-YUn"/>
  290. </constraints>
  291. <viewLayoutGuide key="safeArea" id="eZe-q4-btM"/>
  292. </view>
  293. <connections>
  294. <outlet property="actionSelectionTableView" destination="dkO-Ta-IQf" id="i6E-qT-AWQ"/>
  295. </connections>
  296. </viewController>
  297. <placeholder placeholderIdentifier="IBFirstResponder" id="88A-VM-aby" userLabel="First Responder" sceneMemberID="firstResponder"/>
  298. </objects>
  299. <point key="canvasLocation" x="548" y="9"/>
  300. </scene>
  301. </scenes>
  302. </document>