Detail.storyboard 48 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="14313.18" 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="14283.14"/>
  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="600" height="580"/>
  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="600" 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="600" 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="590" 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. <textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" scrollEnabled="NO" editable="NO" text="AFS1234568978964" textAlignment="natural" translatesAutoresizingMaskIntoConstraints="NO" id="339-2d-d83">
  42. <rect key="frame" x="5" y="31" width="590" height="33.5"/>
  43. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  44. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  45. <textInputTraits key="textInputTraits" autocapitalizationType="sentences"/>
  46. <dataDetectorType key="dataDetectorTypes" phoneNumber="YES"/>
  47. </textView>
  48. </subviews>
  49. <constraints>
  50. <constraint firstItem="IcX-EB-asg" firstAttribute="top" secondItem="HGR-qE-k8g" secondAttribute="top" constant="5" id="JTx-I2-fau"/>
  51. <constraint firstItem="339-2d-d83" firstAttribute="trailing" secondItem="IcX-EB-asg" secondAttribute="trailing" id="Xua-Ur-H2B"/>
  52. <constraint firstItem="339-2d-d83" firstAttribute="leading" secondItem="IcX-EB-asg" secondAttribute="leading" id="bI4-DX-boe"/>
  53. <constraint firstItem="IcX-EB-asg" firstAttribute="leading" secondItem="HGR-qE-k8g" secondAttribute="leading" constant="5" id="ceh-Sw-2hB"/>
  54. <constraint firstItem="339-2d-d83" firstAttribute="top" secondItem="IcX-EB-asg" secondAttribute="bottom" constant="5" id="fGG-su-Nqd"/>
  55. <constraint firstAttribute="trailing" secondItem="IcX-EB-asg" secondAttribute="trailing" constant="5" id="uYy-kz-oiJ"/>
  56. <constraint firstAttribute="bottom" secondItem="339-2d-d83" secondAttribute="bottom" constant="5" id="v5W-xi-Jlz"/>
  57. </constraints>
  58. </tableViewCellContentView>
  59. <connections>
  60. <outlet property="titleLable" destination="IcX-EB-asg" id="p20-UP-YZv"/>
  61. <outlet property="valueLabel" destination="339-2d-d83" id="ujL-SS-vJD"/>
  62. </connections>
  63. </tableViewCell>
  64. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="default" indentationWidth="10" reuseIdentifier="RADetailMultLineCell" rowHeight="90" id="hLY-jO-rx0" customClass="RADetailMultLineCell">
  65. <rect key="frame" x="0.0" y="98" width="600" height="90"/>
  66. <autoresizingMask key="autoresizingMask"/>
  67. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="hLY-jO-rx0" id="xPv-W6-2E0">
  68. <rect key="frame" x="0.0" y="0.0" width="600" height="89.5"/>
  69. <autoresizingMask key="autoresizingMask"/>
  70. <subviews>
  71. <textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" scrollEnabled="NO" editable="NO" textAlignment="natural" translatesAutoresizingMaskIntoConstraints="NO" id="j9q-8m-bG1">
  72. <rect key="frame" x="5" y="5" width="590" height="79.5"/>
  73. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  74. <string key="text">DEMURRAGE LFD
  75. TERMINAL PICKUP APPT
  76. DELIVERY APPT(setup wiwhse)
  77. PICKUP ON</string>
  78. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  79. <textInputTraits key="textInputTraits" autocapitalizationType="sentences"/>
  80. <dataDetectorType key="dataDetectorTypes" phoneNumber="YES"/>
  81. </textView>
  82. </subviews>
  83. <constraints>
  84. <constraint firstItem="j9q-8m-bG1" firstAttribute="top" secondItem="xPv-W6-2E0" secondAttribute="top" constant="5" id="85g-rE-I92"/>
  85. <constraint firstAttribute="bottom" secondItem="j9q-8m-bG1" secondAttribute="bottom" constant="5" id="bwp-JZ-X55"/>
  86. <constraint firstAttribute="trailing" secondItem="j9q-8m-bG1" secondAttribute="trailing" constant="5" id="nrc-Fr-dOJ"/>
  87. <constraint firstItem="j9q-8m-bG1" firstAttribute="leading" secondItem="xPv-W6-2E0" secondAttribute="leading" constant="5" id="rA0-Vz-hqf"/>
  88. </constraints>
  89. </tableViewCellContentView>
  90. <connections>
  91. <outlet property="valueLabel" destination="j9q-8m-bG1" id="ri1-w7-Qeb"/>
  92. </connections>
  93. </tableViewCell>
  94. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="default" indentationWidth="10" reuseIdentifier="RADetailLocationCell" rowHeight="100" id="2RY-c8-4kR" customClass="RADetailLocationCell">
  95. <rect key="frame" x="0.0" y="188" width="600" height="100"/>
  96. <autoresizingMask key="autoresizingMask"/>
  97. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="2RY-c8-4kR" id="8uQ-ij-SSa">
  98. <rect key="frame" x="0.0" y="0.0" width="600" height="99.5"/>
  99. <autoresizingMask key="autoresizingMask"/>
  100. <subviews>
  101. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="E85-g7-fwi">
  102. <rect key="frame" x="550" y="43" width="40" height="40"/>
  103. <constraints>
  104. <constraint firstAttribute="height" constant="40" id="Bt5-LJ-HeT"/>
  105. <constraint firstAttribute="width" constant="40" id="vza-Ko-Kz7"/>
  106. </constraints>
  107. <state key="normal" image="btn_navigation"/>
  108. <connections>
  109. <action selector="navigationBtnClick:" destination="2RY-c8-4kR" eventType="touchUpInside" id="Uh4-L7-HQA"/>
  110. </connections>
  111. </button>
  112. <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">
  113. <rect key="frame" x="5" y="5" width="590" height="21"/>
  114. <constraints>
  115. <constraint firstAttribute="height" constant="21" id="Pn5-ru-O79"/>
  116. </constraints>
  117. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  118. <nil key="textColor"/>
  119. <nil key="highlightedColor"/>
  120. </label>
  121. <textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" scrollEnabled="NO" editable="NO" textAlignment="natural" translatesAutoresizingMaskIntoConstraints="NO" id="LUn-5q-wvP">
  122. <rect key="frame" x="5" y="31" width="540" height="63.5"/>
  123. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  124. <string key="text">TRANS PACIFIC CONTAINER SERVICE
  125. BERTH 30 2800 7TH ST
  126. OAKLAND,CA</string>
  127. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  128. <textInputTraits key="textInputTraits" autocapitalizationType="sentences"/>
  129. <dataDetectorType key="dataDetectorTypes" phoneNumber="YES"/>
  130. </textView>
  131. </subviews>
  132. <constraints>
  133. <constraint firstItem="off-5x-hpV" firstAttribute="leading" secondItem="8uQ-ij-SSa" secondAttribute="leading" constant="5" id="BQI-Ha-9lP"/>
  134. <constraint firstAttribute="bottom" secondItem="LUn-5q-wvP" secondAttribute="bottom" constant="5" id="ELx-Y7-JWR"/>
  135. <constraint firstItem="off-5x-hpV" firstAttribute="top" secondItem="8uQ-ij-SSa" secondAttribute="top" constant="5" id="K6e-CH-Pjd"/>
  136. <constraint firstAttribute="trailing" secondItem="LUn-5q-wvP" secondAttribute="trailing" constant="55" id="ghW-k4-CMX"/>
  137. <constraint firstItem="LUn-5q-wvP" firstAttribute="centerY" secondItem="E85-g7-fwi" secondAttribute="centerY" id="ghf-pJ-EOA"/>
  138. <constraint firstAttribute="trailing" secondItem="E85-g7-fwi" secondAttribute="trailing" constant="10" id="lQq-bo-Keq"/>
  139. <constraint firstItem="LUn-5q-wvP" firstAttribute="top" secondItem="off-5x-hpV" secondAttribute="bottom" constant="5" id="liz-ra-bSr"/>
  140. <constraint firstItem="LUn-5q-wvP" firstAttribute="leading" secondItem="8uQ-ij-SSa" secondAttribute="leading" constant="5" id="xLd-qC-9sv"/>
  141. <constraint firstAttribute="trailing" secondItem="off-5x-hpV" secondAttribute="trailing" constant="5" id="zj7-JY-cEr"/>
  142. </constraints>
  143. </tableViewCellContentView>
  144. <connections>
  145. <outlet property="navigationBtn" destination="E85-g7-fwi" id="ADi-0u-fQp"/>
  146. <outlet property="titleLabel" destination="off-5x-hpV" id="ciX-Sg-fpd"/>
  147. <outlet property="valueLabel" destination="LUn-5q-wvP" id="FF4-Cz-Leg"/>
  148. </connections>
  149. </tableViewCell>
  150. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="default" indentationWidth="10" reuseIdentifier="RADetailActionsCell" rowHeight="100" id="22c-X4-T1m" customClass="RADetailActionsCell">
  151. <rect key="frame" x="0.0" y="288" width="600" height="100"/>
  152. <autoresizingMask key="autoresizingMask"/>
  153. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="22c-X4-T1m" id="f99-Y7-BOd">
  154. <rect key="frame" x="0.0" y="0.0" width="600" height="99.5"/>
  155. <autoresizingMask key="autoresizingMask"/>
  156. <subviews>
  157. <collectionView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" scrollEnabled="NO" dataMode="prototypes" translatesAutoresizingMaskIntoConstraints="NO" id="iKo-LB-QEE">
  158. <rect key="frame" x="0.0" y="0.0" width="375" height="99.5"/>
  159. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  160. <collectionViewFlowLayout key="collectionViewLayout" minimumLineSpacing="10" minimumInteritemSpacing="10" id="p8G-wr-zEn">
  161. <size key="itemSize" width="224" height="50"/>
  162. <size key="headerReferenceSize" width="0.0" height="0.0"/>
  163. <size key="footerReferenceSize" width="0.0" height="0.0"/>
  164. <inset key="sectionInset" minX="0.0" minY="0.0" maxX="0.0" maxY="0.0"/>
  165. </collectionViewFlowLayout>
  166. <cells>
  167. <collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" reuseIdentifier="RADetailActionSubCell" id="NRo-Hn-zDX" customClass="RADetailActionSubCell">
  168. <rect key="frame" x="75.5" y="0.0" width="224" height="50"/>
  169. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  170. <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" insetsLayoutMarginsFromSafeArea="NO">
  171. <rect key="frame" x="0.0" y="0.0" width="224" height="50"/>
  172. <autoresizingMask key="autoresizingMask"/>
  173. <subviews>
  174. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="5xB-Fx-vYR">
  175. <rect key="frame" x="0.0" y="10" width="224" height="30"/>
  176. <constraints>
  177. <constraint firstAttribute="height" constant="30" id="JNu-Xv-sVe"/>
  178. </constraints>
  179. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  180. <state key="normal" title="Accept">
  181. <color key="titleColor" white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  182. </state>
  183. <state key="highlighted">
  184. <color key="titleColor" white="0.33333333329999998" alpha="1" colorSpace="calibratedWhite"/>
  185. </state>
  186. <connections>
  187. <action selector="actionBtnClick:" destination="NRo-Hn-zDX" eventType="touchUpInside" id="Pyd-jv-LAa"/>
  188. </connections>
  189. </button>
  190. </subviews>
  191. </view>
  192. <constraints>
  193. <constraint firstItem="5xB-Fx-vYR" firstAttribute="width" secondItem="NRo-Hn-zDX" secondAttribute="width" id="1yI-GZ-JrT"/>
  194. <constraint firstItem="5xB-Fx-vYR" firstAttribute="centerX" secondItem="NRo-Hn-zDX" secondAttribute="centerX" id="2vz-5F-VXV"/>
  195. <constraint firstItem="5xB-Fx-vYR" firstAttribute="centerY" secondItem="NRo-Hn-zDX" secondAttribute="centerY" id="mtG-08-44e"/>
  196. </constraints>
  197. <connections>
  198. <outlet property="actionTitleBtn" destination="5xB-Fx-vYR" id="Uzb-Tr-JNT"/>
  199. </connections>
  200. </collectionViewCell>
  201. </cells>
  202. <connections>
  203. <outlet property="dataSource" destination="22c-X4-T1m" id="sya-lI-Xqo"/>
  204. <outlet property="delegate" destination="22c-X4-T1m" id="B2S-RW-PP3"/>
  205. </connections>
  206. </collectionView>
  207. </subviews>
  208. <constraints>
  209. <constraint firstAttribute="bottom" secondItem="iKo-LB-QEE" secondAttribute="bottom" id="fht-3O-LDV"/>
  210. <constraint firstAttribute="trailing" secondItem="iKo-LB-QEE" secondAttribute="trailing" id="kHn-fC-cSH"/>
  211. <constraint firstItem="iKo-LB-QEE" firstAttribute="top" secondItem="f99-Y7-BOd" secondAttribute="top" id="uHJ-mz-uft"/>
  212. <constraint firstItem="iKo-LB-QEE" firstAttribute="leading" secondItem="f99-Y7-BOd" secondAttribute="leading" id="yXR-wF-Lfi"/>
  213. </constraints>
  214. </tableViewCellContentView>
  215. <connections>
  216. <outlet property="actionCollectionView" destination="iKo-LB-QEE" id="XWC-qN-Lrx"/>
  217. </connections>
  218. </tableViewCell>
  219. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="default" indentationWidth="10" reuseIdentifier="RADetailMapCell" rowHeight="100" id="sLQ-ry-Yxv" customClass="RADetailMapCell">
  220. <rect key="frame" x="0.0" y="388" width="600" height="100"/>
  221. <autoresizingMask key="autoresizingMask"/>
  222. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="sLQ-ry-Yxv" id="3xH-7S-3HD">
  223. <rect key="frame" x="0.0" y="0.0" width="600" height="99.5"/>
  224. <autoresizingMask key="autoresizingMask"/>
  225. <subviews>
  226. <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="xB6-BK-ueh">
  227. <rect key="frame" x="5" y="5" width="590" height="21"/>
  228. <constraints>
  229. <constraint firstAttribute="height" constant="21" id="fu8-8j-kB0"/>
  230. </constraints>
  231. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  232. <nil key="textColor"/>
  233. <nil key="highlightedColor"/>
  234. </label>
  235. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="ev3-or-KB1">
  236. <rect key="frame" x="550" y="43" width="40" height="40"/>
  237. <constraints>
  238. <constraint firstAttribute="height" constant="40" id="7wS-i9-I5v"/>
  239. <constraint firstAttribute="width" constant="40" id="SOy-eZ-AVi"/>
  240. </constraints>
  241. <state key="normal" image="btn_map"/>
  242. <connections>
  243. <action selector="navigationBtnClick:" destination="sLQ-ry-Yxv" eventType="touchUpInside" id="bBe-wQ-Bh4"/>
  244. </connections>
  245. </button>
  246. <textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" scrollEnabled="NO" editable="NO" textAlignment="natural" translatesAutoresizingMaskIntoConstraints="NO" id="5BM-ek-pkN">
  247. <rect key="frame" x="5" y="31" width="540" height="63.5"/>
  248. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  249. <string key="text">TRANS PACIFIC CONTAINER SERVICE
  250. BERTH 30 2800 7TH ST
  251. OAKLAND,CA</string>
  252. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  253. <textInputTraits key="textInputTraits" autocapitalizationType="sentences"/>
  254. <dataDetectorType key="dataDetectorTypes" phoneNumber="YES"/>
  255. </textView>
  256. </subviews>
  257. <constraints>
  258. <constraint firstItem="5BM-ek-pkN" firstAttribute="top" secondItem="xB6-BK-ueh" secondAttribute="bottom" constant="5" id="0GY-38-uZx"/>
  259. <constraint firstAttribute="bottom" secondItem="5BM-ek-pkN" secondAttribute="bottom" constant="5" id="8Ao-Cr-oWt"/>
  260. <constraint firstAttribute="trailing" secondItem="5BM-ek-pkN" secondAttribute="trailing" constant="55" id="CfV-6F-qHd"/>
  261. <constraint firstItem="xB6-BK-ueh" firstAttribute="top" secondItem="3xH-7S-3HD" secondAttribute="top" constant="5" id="KSy-vK-d3g"/>
  262. <constraint firstItem="5BM-ek-pkN" firstAttribute="centerY" secondItem="ev3-or-KB1" secondAttribute="centerY" id="WQf-6c-0PV"/>
  263. <constraint firstAttribute="trailing" secondItem="ev3-or-KB1" secondAttribute="trailing" constant="10" id="b23-nc-OSg"/>
  264. <constraint firstItem="xB6-BK-ueh" firstAttribute="leading" secondItem="3xH-7S-3HD" secondAttribute="leading" constant="5" id="eGw-aX-50a"/>
  265. <constraint firstAttribute="trailing" secondItem="xB6-BK-ueh" secondAttribute="trailing" constant="5" id="uYg-df-E7T"/>
  266. <constraint firstItem="5BM-ek-pkN" firstAttribute="leading" secondItem="3xH-7S-3HD" secondAttribute="leading" constant="5" id="wMZ-Ea-MmE"/>
  267. </constraints>
  268. </tableViewCellContentView>
  269. <connections>
  270. <outlet property="navigationBtn" destination="ev3-or-KB1" id="IjI-gL-BJn"/>
  271. <outlet property="titleLabel" destination="xB6-BK-ueh" id="qka-5z-4Nn"/>
  272. <outlet property="valueLabel" destination="5BM-ek-pkN" id="Sgb-Qq-4j0"/>
  273. </connections>
  274. </tableViewCell>
  275. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="default" indentationWidth="10" reuseIdentifier="RADetailPhotoCell" rowHeight="100" id="44Q-BL-fjP" customClass="RADetailPhotoCell">
  276. <rect key="frame" x="0.0" y="488" width="600" height="100"/>
  277. <autoresizingMask key="autoresizingMask"/>
  278. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="44Q-BL-fjP" id="k4f-vX-hlb">
  279. <rect key="frame" x="0.0" y="0.0" width="600" height="99.5"/>
  280. <autoresizingMask key="autoresizingMask"/>
  281. <subviews>
  282. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="M6V-ez-t4d">
  283. <rect key="frame" x="5" y="0.0" width="42" height="99.5"/>
  284. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  285. <nil key="textColor"/>
  286. <nil key="highlightedColor"/>
  287. </label>
  288. <imageView contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="x23-Ma-VwQ">
  289. <rect key="frame" x="280.5" y="5" width="89.5" height="89.5"/>
  290. <gestureRecognizers/>
  291. <constraints>
  292. <constraint firstAttribute="width" secondItem="x23-Ma-VwQ" secondAttribute="height" multiplier="89:89" id="Gi9-rt-ewa"/>
  293. </constraints>
  294. </imageView>
  295. </subviews>
  296. <constraints>
  297. <constraint firstAttribute="trailing" secondItem="x23-Ma-VwQ" secondAttribute="trailing" constant="5" id="2XQ-JJ-1cI"/>
  298. <constraint firstAttribute="bottom" secondItem="x23-Ma-VwQ" secondAttribute="bottom" constant="5" id="Dmd-a9-WuR"/>
  299. <constraint firstItem="M6V-ez-t4d" firstAttribute="centerY" secondItem="k4f-vX-hlb" secondAttribute="centerY" id="LOQ-E1-Std"/>
  300. <constraint firstItem="M6V-ez-t4d" firstAttribute="height" secondItem="k4f-vX-hlb" secondAttribute="height" id="XKq-Xo-cjc"/>
  301. <constraint firstItem="M6V-ez-t4d" firstAttribute="leading" secondItem="k4f-vX-hlb" secondAttribute="leading" constant="5" id="Y8M-sa-2fC"/>
  302. <constraint firstItem="x23-Ma-VwQ" firstAttribute="top" secondItem="k4f-vX-hlb" secondAttribute="top" constant="5" id="o0h-IC-2Ok"/>
  303. <constraint firstItem="x23-Ma-VwQ" firstAttribute="leading" relation="greaterThanOrEqual" secondItem="M6V-ez-t4d" secondAttribute="trailing" constant="10" id="pc5-75-bka"/>
  304. </constraints>
  305. </tableViewCellContentView>
  306. <connections>
  307. <outlet property="photoView" destination="x23-Ma-VwQ" id="9DZ-DP-10C"/>
  308. <outlet property="titleLabel" destination="M6V-ez-t4d" id="5az-3z-y9q"/>
  309. </connections>
  310. </tableViewCell>
  311. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="default" indentationWidth="10" reuseIdentifier="RADetailSignatureCell" rowHeight="150" id="KBG-tu-iKo" customClass="RADetailSignatureCell">
  312. <rect key="frame" x="0.0" y="588" width="600" height="150"/>
  313. <autoresizingMask key="autoresizingMask"/>
  314. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="KBG-tu-iKo" id="EcS-EV-o0B">
  315. <rect key="frame" x="0.0" y="0.0" width="600" height="149.5"/>
  316. <autoresizingMask key="autoresizingMask"/>
  317. <subviews>
  318. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="ErT-qT-9u6">
  319. <rect key="frame" x="5" y="5" width="365" height="21"/>
  320. <constraints>
  321. <constraint firstAttribute="height" constant="21" id="E3n-pS-av8"/>
  322. </constraints>
  323. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  324. <nil key="textColor"/>
  325. <nil key="highlightedColor"/>
  326. </label>
  327. <imageView contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="na6-0y-zBR">
  328. <rect key="frame" x="5" y="31" width="365" height="113.5"/>
  329. </imageView>
  330. </subviews>
  331. <constraints>
  332. <constraint firstAttribute="trailing" secondItem="na6-0y-zBR" secondAttribute="trailing" constant="5" id="3CV-pY-zBa"/>
  333. <constraint firstAttribute="trailing" secondItem="ErT-qT-9u6" secondAttribute="trailing" constant="5" id="7LJ-RW-QJj"/>
  334. <constraint firstAttribute="bottom" secondItem="na6-0y-zBR" secondAttribute="bottom" constant="5" id="9IY-QN-41w"/>
  335. <constraint firstItem="ErT-qT-9u6" firstAttribute="top" secondItem="EcS-EV-o0B" secondAttribute="top" constant="5" id="ICR-NK-MX4"/>
  336. <constraint firstItem="ErT-qT-9u6" firstAttribute="leading" secondItem="EcS-EV-o0B" secondAttribute="leading" constant="5" id="Jhd-HB-yo7"/>
  337. <constraint firstItem="na6-0y-zBR" firstAttribute="leading" secondItem="EcS-EV-o0B" secondAttribute="leading" constant="5" id="d8G-L4-4Gx"/>
  338. <constraint firstItem="na6-0y-zBR" firstAttribute="top" secondItem="ErT-qT-9u6" secondAttribute="bottom" constant="5" id="i1z-eQ-TaE"/>
  339. </constraints>
  340. </tableViewCellContentView>
  341. <connections>
  342. <outlet property="signatureView" destination="na6-0y-zBR" id="pVr-yi-poc"/>
  343. <outlet property="titleLabel" destination="ErT-qT-9u6" id="c67-Sd-fgi"/>
  344. </connections>
  345. </tableViewCell>
  346. </prototypes>
  347. <connections>
  348. <outlet property="dataSource" destination="wYu-98-b8c" id="ddq-cb-RtK"/>
  349. <outlet property="delegate" destination="wYu-98-b8c" id="enZ-Z1-wuK"/>
  350. </connections>
  351. </tableView>
  352. </subviews>
  353. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  354. <constraints>
  355. <constraint firstItem="Xxs-Bp-xwk" firstAttribute="trailing" secondItem="hEy-k0-tf5" secondAttribute="trailing" id="12Y-9k-qJd"/>
  356. <constraint firstItem="Xxs-Bp-xwk" firstAttribute="leading" secondItem="hEy-k0-tf5" secondAttribute="leading" id="2HP-SI-29U"/>
  357. <constraint firstItem="Xxs-Bp-xwk" firstAttribute="bottom" secondItem="hEy-k0-tf5" secondAttribute="bottom" id="94I-Aq-Rvf"/>
  358. <constraint firstItem="Xxs-Bp-xwk" firstAttribute="top" secondItem="hEy-k0-tf5" secondAttribute="top" id="o3j-YT-2Th"/>
  359. </constraints>
  360. <viewLayoutGuide key="safeArea" id="hEy-k0-tf5"/>
  361. </view>
  362. <connections>
  363. <outlet property="detailTableView" destination="Xxs-Bp-xwk" id="YEe-3u-DEQ"/>
  364. </connections>
  365. </viewController>
  366. <placeholder placeholderIdentifier="IBFirstResponder" id="WUS-ba-oxC" userLabel="First Responder" sceneMemberID="firstResponder"/>
  367. </objects>
  368. <point key="canvasLocation" x="-274.39999999999998" y="9.4452773613193415"/>
  369. </scene>
  370. <!--Detail Action Selection View Controller-->
  371. <scene sceneID="Sbt-sV-jDk">
  372. <objects>
  373. <viewController storyboardIdentifier="RADetailActionSelectionViewController" useStoryboardIdentifierAsRestorationIdentifier="YES" id="6bG-Uu-EAO" customClass="RADetailActionSelectionViewController" sceneMemberID="viewController">
  374. <view key="view" contentMode="scaleToFill" id="xE6-be-FMb">
  375. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  376. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  377. <subviews>
  378. <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">
  379. <rect key="frame" x="0.0" y="20" width="600" height="580"/>
  380. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  381. <prototypes>
  382. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="default" indentationWidth="10" reuseIdentifier="RADetailActionSelectionCell" id="8M5-Ka-QBN" customClass="RADetailActionSelectionCell">
  383. <rect key="frame" x="0.0" y="28" width="600" height="44"/>
  384. <autoresizingMask key="autoresizingMask"/>
  385. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="8M5-Ka-QBN" id="CTw-dI-j8V">
  386. <rect key="frame" x="0.0" y="0.0" width="600" height="43.5"/>
  387. <autoresizingMask key="autoresizingMask"/>
  388. <subviews>
  389. <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">
  390. <rect key="frame" x="5" y="0.0" width="370" height="43.5"/>
  391. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  392. <nil key="textColor"/>
  393. <nil key="highlightedColor"/>
  394. </label>
  395. </subviews>
  396. <constraints>
  397. <constraint firstItem="DSZ-Hp-4ld" firstAttribute="top" secondItem="CTw-dI-j8V" secondAttribute="top" id="6lS-aT-plO"/>
  398. <constraint firstItem="DSZ-Hp-4ld" firstAttribute="leading" secondItem="CTw-dI-j8V" secondAttribute="leading" constant="5" id="Iyc-hO-evr"/>
  399. <constraint firstAttribute="trailing" secondItem="DSZ-Hp-4ld" secondAttribute="trailing" id="WRh-DT-hfR"/>
  400. <constraint firstAttribute="bottom" secondItem="DSZ-Hp-4ld" secondAttribute="bottom" id="tGB-1A-KfD"/>
  401. </constraints>
  402. </tableViewCellContentView>
  403. <connections>
  404. <outlet property="actionLabel" destination="DSZ-Hp-4ld" id="CBw-uz-qNb"/>
  405. </connections>
  406. </tableViewCell>
  407. </prototypes>
  408. <connections>
  409. <outlet property="dataSource" destination="6bG-Uu-EAO" id="7bI-Wq-V3w"/>
  410. <outlet property="delegate" destination="6bG-Uu-EAO" id="Wfj-Vc-oqn"/>
  411. </connections>
  412. </tableView>
  413. </subviews>
  414. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  415. <constraints>
  416. <constraint firstItem="dkO-Ta-IQf" firstAttribute="leading" secondItem="eZe-q4-btM" secondAttribute="leading" id="Atc-qC-Sp2"/>
  417. <constraint firstItem="eZe-q4-btM" firstAttribute="trailing" secondItem="dkO-Ta-IQf" secondAttribute="trailing" id="Lvy-I1-AH0"/>
  418. <constraint firstItem="dkO-Ta-IQf" firstAttribute="top" secondItem="eZe-q4-btM" secondAttribute="top" id="vzb-AN-fm4"/>
  419. <constraint firstItem="eZe-q4-btM" firstAttribute="bottom" secondItem="dkO-Ta-IQf" secondAttribute="bottom" id="xR4-cB-YUn"/>
  420. </constraints>
  421. <viewLayoutGuide key="safeArea" id="eZe-q4-btM"/>
  422. </view>
  423. <connections>
  424. <outlet property="actionSelectionTableView" destination="dkO-Ta-IQf" id="i6E-qT-AWQ"/>
  425. </connections>
  426. </viewController>
  427. <placeholder placeholderIdentifier="IBFirstResponder" id="88A-VM-aby" userLabel="First Responder" sceneMemberID="firstResponder"/>
  428. </objects>
  429. <point key="canvasLocation" x="548" y="9"/>
  430. </scene>
  431. </scenes>
  432. <resources>
  433. <image name="btn_map" width="50" height="50"/>
  434. <image name="btn_navigation" width="50" height="50"/>
  435. </resources>
  436. </document>