Edit.storyboard 48 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416
  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 Edit View Controller-->
  14. <scene sceneID="6aP-8P-zu0">
  15. <objects>
  16. <viewController storyboardIdentifier="RAOrderEditViewController" useStoryboardIdentifierAsRestorationIdentifier="YES" id="IN3-1q-AsB" customClass="RAOrderEditViewController" sceneMemberID="viewController">
  17. <view key="view" contentMode="scaleToFill" id="SQP-tB-vfe">
  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="h3M-SO-JeC">
  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="RAEditScanInputCell" rowHeight="70" id="LAb-ek-OMl" customClass="RAEditScanInputCell">
  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="LAb-ek-OMl" id="OdP-kT-OdJ">
  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="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="7mL-uV-Ec4">
  33. <rect key="frame" x="5" y="5" width="42" height="21"/>
  34. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  35. <nil key="textColor"/>
  36. <nil key="highlightedColor"/>
  37. </label>
  38. <textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" textAlignment="natural" minimumFontSize="17" clearButtonMode="whileEditing" translatesAutoresizingMaskIntoConstraints="NO" id="xpV-6I-fj3">
  39. <rect key="frame" x="5" y="31" width="365" height="33.5"/>
  40. <nil key="textColor"/>
  41. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  42. <textInputTraits key="textInputTraits"/>
  43. <connections>
  44. <outlet property="delegate" destination="LAb-ek-OMl" id="HhP-qc-Ler"/>
  45. </connections>
  46. </textField>
  47. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="*" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="oNJ-t7-BbU">
  48. <rect key="frame" x="52" y="2" width="8" height="21"/>
  49. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  50. <color key="textColor" red="1" green="0.1047433005" blue="0.075207091899999995" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  51. <nil key="highlightedColor"/>
  52. </label>
  53. </subviews>
  54. <constraints>
  55. <constraint firstItem="7mL-uV-Ec4" firstAttribute="leading" secondItem="OdP-kT-OdJ" secondAttribute="leading" constant="5" id="0H6-kh-H5g"/>
  56. <constraint firstAttribute="bottom" secondItem="xpV-6I-fj3" secondAttribute="bottom" constant="5" id="4uL-YG-IfT"/>
  57. <constraint firstItem="7mL-uV-Ec4" firstAttribute="top" secondItem="OdP-kT-OdJ" secondAttribute="top" constant="5" id="8Dw-A1-VX7"/>
  58. <constraint firstItem="oNJ-t7-BbU" firstAttribute="top" secondItem="OdP-kT-OdJ" secondAttribute="top" constant="2" id="BOc-zX-3e0"/>
  59. <constraint firstItem="oNJ-t7-BbU" firstAttribute="leading" secondItem="7mL-uV-Ec4" secondAttribute="trailing" constant="5" id="F2a-M3-Zuo"/>
  60. <constraint firstAttribute="trailing" secondItem="xpV-6I-fj3" secondAttribute="trailing" constant="5" id="Jih-Bf-StV"/>
  61. <constraint firstAttribute="trailing" relation="greaterThanOrEqual" secondItem="oNJ-t7-BbU" secondAttribute="trailing" constant="5" id="NRw-kp-GOp"/>
  62. <constraint firstItem="xpV-6I-fj3" firstAttribute="top" secondItem="7mL-uV-Ec4" secondAttribute="bottom" constant="5" id="Zay-mH-x7B"/>
  63. <constraint firstItem="xpV-6I-fj3" firstAttribute="leading" secondItem="OdP-kT-OdJ" secondAttribute="leading" constant="5" id="iX6-A4-7PJ"/>
  64. </constraints>
  65. </tableViewCellContentView>
  66. <connections>
  67. <outlet property="inputTextField" destination="xpV-6I-fj3" id="zlO-oi-ql2"/>
  68. <outlet property="startLabel" destination="oNJ-t7-BbU" id="WNx-9W-SSe"/>
  69. <outlet property="titlelabel" destination="7mL-uV-Ec4" id="M6i-GR-xhU"/>
  70. </connections>
  71. </tableViewCell>
  72. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="default" indentationWidth="10" reuseIdentifier="RAEditPhotoCell" rowHeight="100" id="O81-hv-hN7" customClass="RAEditPhotoCell">
  73. <rect key="frame" x="0.0" y="98" width="375" height="100"/>
  74. <autoresizingMask key="autoresizingMask"/>
  75. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="O81-hv-hN7" id="1NM-GJ-ZhA">
  76. <rect key="frame" x="0.0" y="0.0" width="375" height="99.5"/>
  77. <autoresizingMask key="autoresizingMask"/>
  78. <subviews>
  79. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Qmw-jO-NVe">
  80. <rect key="frame" x="5" y="0.0" width="42" height="99.5"/>
  81. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  82. <nil key="textColor"/>
  83. <nil key="highlightedColor"/>
  84. </label>
  85. <imageView contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="MBQ-1e-9Rf">
  86. <rect key="frame" x="280.5" y="5" width="89.5" height="89.5"/>
  87. <gestureRecognizers/>
  88. <constraints>
  89. <constraint firstAttribute="width" secondItem="MBQ-1e-9Rf" secondAttribute="height" multiplier="89:89" id="wf3-jd-K2C"/>
  90. </constraints>
  91. </imageView>
  92. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="*" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="tbt-gp-C5J">
  93. <rect key="frame" x="52" y="36.5" width="8" height="21"/>
  94. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  95. <color key="textColor" red="1" green="0.1047433005" blue="0.075207091899999995" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  96. <nil key="highlightedColor"/>
  97. </label>
  98. </subviews>
  99. <constraints>
  100. <constraint firstItem="MBQ-1e-9Rf" firstAttribute="top" secondItem="1NM-GJ-ZhA" secondAttribute="top" constant="5" id="3sZ-Ux-FGz"/>
  101. <constraint firstItem="MBQ-1e-9Rf" firstAttribute="leading" relation="greaterThanOrEqual" secondItem="tbt-gp-C5J" secondAttribute="trailing" constant="5" id="9Xf-uA-RaH"/>
  102. <constraint firstItem="Qmw-jO-NVe" firstAttribute="centerY" secondItem="1NM-GJ-ZhA" secondAttribute="centerY" id="9ge-KJ-iRy"/>
  103. <constraint firstAttribute="bottom" secondItem="MBQ-1e-9Rf" secondAttribute="bottom" constant="5" id="HgN-3y-uPQ"/>
  104. <constraint firstAttribute="trailing" secondItem="MBQ-1e-9Rf" secondAttribute="trailing" constant="5" id="MZv-jg-YDL"/>
  105. <constraint firstItem="Qmw-jO-NVe" firstAttribute="height" secondItem="1NM-GJ-ZhA" secondAttribute="height" id="YOC-Jh-83d"/>
  106. <constraint firstItem="tbt-gp-C5J" firstAttribute="centerY" secondItem="Qmw-jO-NVe" secondAttribute="centerY" constant="-3" id="mMb-Zk-fge"/>
  107. <constraint firstItem="Qmw-jO-NVe" firstAttribute="leading" secondItem="1NM-GJ-ZhA" secondAttribute="leading" constant="5" id="wg3-mz-Lx8"/>
  108. <constraint firstItem="tbt-gp-C5J" firstAttribute="leading" secondItem="Qmw-jO-NVe" secondAttribute="trailing" constant="5" id="zgd-44-oss"/>
  109. </constraints>
  110. </tableViewCellContentView>
  111. <connections>
  112. <outlet property="photoView" destination="MBQ-1e-9Rf" id="y5c-aA-4aD"/>
  113. <outlet property="startLabel" destination="tbt-gp-C5J" id="9kQ-Ag-fNW"/>
  114. <outlet property="titleLabel" destination="Qmw-jO-NVe" id="dV3-vz-92d"/>
  115. </connections>
  116. </tableViewCell>
  117. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="default" indentationWidth="10" reuseIdentifier="RAEditMultInputCell" rowHeight="120" id="N8K-99-Zru" customClass="RAEditMultInputCell">
  118. <rect key="frame" x="0.0" y="198" width="375" height="120"/>
  119. <autoresizingMask key="autoresizingMask"/>
  120. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="N8K-99-Zru" id="hEy-c0-9Kf">
  121. <rect key="frame" x="0.0" y="0.0" width="375" height="119.5"/>
  122. <autoresizingMask key="autoresizingMask"/>
  123. <subviews>
  124. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="kSq-7N-B38">
  125. <rect key="frame" x="5" y="5" width="42" height="21"/>
  126. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  127. <nil key="textColor"/>
  128. <nil key="highlightedColor"/>
  129. </label>
  130. <textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" textAlignment="natural" translatesAutoresizingMaskIntoConstraints="NO" id="IOP-ZT-bPg">
  131. <rect key="frame" x="5" y="31" width="365" height="83.5"/>
  132. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  133. <string key="text">Lorem ipsum dolor sit er elit lamet, consectetaur cillium adipisicing pecu, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Nam liber te conscient to factor tum poen legum odioque civiuda.</string>
  134. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  135. <textInputTraits key="textInputTraits" autocapitalizationType="sentences"/>
  136. <connections>
  137. <outlet property="delegate" destination="N8K-99-Zru" id="mqY-ul-1AU"/>
  138. </connections>
  139. </textView>
  140. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="*" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="PXh-An-liI">
  141. <rect key="frame" x="52" y="2" width="8" height="21"/>
  142. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  143. <color key="textColor" red="1" green="0.1047433005" blue="0.075207091899999995" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  144. <nil key="highlightedColor"/>
  145. </label>
  146. </subviews>
  147. <constraints>
  148. <constraint firstItem="IOP-ZT-bPg" firstAttribute="top" secondItem="kSq-7N-B38" secondAttribute="bottom" constant="5" id="ALn-a5-hd8"/>
  149. <constraint firstAttribute="trailing" secondItem="IOP-ZT-bPg" secondAttribute="trailing" constant="5" id="CFF-qv-TKh"/>
  150. <constraint firstItem="kSq-7N-B38" firstAttribute="top" secondItem="hEy-c0-9Kf" secondAttribute="top" constant="5" id="Nay-fR-SMJ"/>
  151. <constraint firstItem="PXh-An-liI" firstAttribute="leading" secondItem="kSq-7N-B38" secondAttribute="trailing" constant="5" id="U99-yd-DPU"/>
  152. <constraint firstItem="kSq-7N-B38" firstAttribute="leading" secondItem="hEy-c0-9Kf" secondAttribute="leading" constant="5" id="bNJ-Or-Wab"/>
  153. <constraint firstItem="PXh-An-liI" firstAttribute="top" secondItem="hEy-c0-9Kf" secondAttribute="top" constant="2" id="ncC-UJ-j3n"/>
  154. <constraint firstAttribute="bottom" secondItem="IOP-ZT-bPg" secondAttribute="bottom" constant="5" id="qGB-Zw-orV"/>
  155. <constraint firstItem="IOP-ZT-bPg" firstAttribute="leading" secondItem="hEy-c0-9Kf" secondAttribute="leading" constant="5" id="qLq-zu-DPZ"/>
  156. <constraint firstAttribute="trailing" relation="greaterThanOrEqual" secondItem="PXh-An-liI" secondAttribute="trailing" constant="5" id="yZR-9G-MTy"/>
  157. </constraints>
  158. </tableViewCellContentView>
  159. <connections>
  160. <outlet property="inputView" destination="IOP-ZT-bPg" id="HHf-TM-AeD"/>
  161. <outlet property="startLabel" destination="PXh-An-liI" id="08G-No-gXN"/>
  162. <outlet property="titleLabel" destination="kSq-7N-B38" id="Nqr-vh-BVJ"/>
  163. </connections>
  164. </tableViewCell>
  165. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="default" indentationWidth="10" reuseIdentifier="RAEditLabelCell" rowHeight="55" id="w0z-0V-x8d" customClass="RAEditLabelCell">
  166. <rect key="frame" x="0.0" y="318" width="375" height="55"/>
  167. <autoresizingMask key="autoresizingMask"/>
  168. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="w0z-0V-x8d" id="xbL-DH-R1m">
  169. <rect key="frame" x="0.0" y="0.0" width="375" height="54.5"/>
  170. <autoresizingMask key="autoresizingMask"/>
  171. <subviews>
  172. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="fYw-WK-y6k">
  173. <rect key="frame" x="5" y="5" width="365" height="21"/>
  174. <constraints>
  175. <constraint firstAttribute="height" constant="21" id="t5I-gk-pIQ"/>
  176. </constraints>
  177. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  178. <nil key="textColor"/>
  179. <nil key="highlightedColor"/>
  180. </label>
  181. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Rwu-ro-0dr">
  182. <rect key="frame" x="5" y="31" width="365" height="18"/>
  183. <constraints>
  184. <constraint firstAttribute="height" constant="18" id="cE2-kD-1Ra"/>
  185. </constraints>
  186. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  187. <nil key="textColor"/>
  188. <nil key="highlightedColor"/>
  189. </label>
  190. </subviews>
  191. <constraints>
  192. <constraint firstAttribute="trailing" secondItem="fYw-WK-y6k" secondAttribute="trailing" constant="5" id="Dq0-IT-Kxt"/>
  193. <constraint firstAttribute="bottom" secondItem="Rwu-ro-0dr" secondAttribute="bottom" constant="5.5" id="Hct-OI-lOR"/>
  194. <constraint firstItem="Rwu-ro-0dr" firstAttribute="trailing" secondItem="fYw-WK-y6k" secondAttribute="trailing" id="Jee-w6-MqO"/>
  195. <constraint firstItem="Rwu-ro-0dr" firstAttribute="top" secondItem="fYw-WK-y6k" secondAttribute="bottom" constant="5" id="PzN-lC-v2q"/>
  196. <constraint firstItem="fYw-WK-y6k" firstAttribute="leading" secondItem="xbL-DH-R1m" secondAttribute="leading" constant="5" id="c7g-IP-6Na"/>
  197. <constraint firstItem="Rwu-ro-0dr" firstAttribute="leading" secondItem="fYw-WK-y6k" secondAttribute="leading" id="dQ3-jn-rwg"/>
  198. <constraint firstItem="fYw-WK-y6k" firstAttribute="top" secondItem="xbL-DH-R1m" secondAttribute="top" constant="5" id="s7q-jb-oYh"/>
  199. </constraints>
  200. </tableViewCellContentView>
  201. <connections>
  202. <outlet property="titleLaebl" destination="fYw-WK-y6k" id="dc5-Qr-LbD"/>
  203. <outlet property="valueLabel" destination="Rwu-ro-0dr" id="irJ-pb-krL"/>
  204. </connections>
  205. </tableViewCell>
  206. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="default" indentationWidth="10" reuseIdentifier="RAEditSignatureCell" rowHeight="150" id="33D-yI-fjG" customClass="RAEditSignatureCell">
  207. <rect key="frame" x="0.0" y="373" width="375" height="150"/>
  208. <autoresizingMask key="autoresizingMask"/>
  209. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="33D-yI-fjG" id="4qt-JW-wbB">
  210. <rect key="frame" x="0.0" y="0.0" width="375" height="149.5"/>
  211. <autoresizingMask key="autoresizingMask"/>
  212. <subviews>
  213. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="3pu-Ya-6af">
  214. <rect key="frame" x="5" y="5" width="42" height="21"/>
  215. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  216. <nil key="textColor"/>
  217. <nil key="highlightedColor"/>
  218. </label>
  219. <imageView contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="gSS-iw-R4g">
  220. <rect key="frame" x="5" y="31" width="365" height="113.5"/>
  221. </imageView>
  222. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="*" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Top-J1-yJf">
  223. <rect key="frame" x="52" y="2" width="8" height="21"/>
  224. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  225. <color key="textColor" red="1" green="0.1047433005" blue="0.075207091899999995" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  226. <nil key="highlightedColor"/>
  227. </label>
  228. </subviews>
  229. <constraints>
  230. <constraint firstItem="Top-J1-yJf" firstAttribute="top" secondItem="4qt-JW-wbB" secondAttribute="top" constant="2" id="0aE-yF-bEn"/>
  231. <constraint firstAttribute="bottom" secondItem="gSS-iw-R4g" secondAttribute="bottom" constant="5" id="C6D-v4-PVe"/>
  232. <constraint firstItem="gSS-iw-R4g" firstAttribute="leading" secondItem="4qt-JW-wbB" secondAttribute="leading" constant="5" id="FCA-rd-46e"/>
  233. <constraint firstItem="3pu-Ya-6af" firstAttribute="top" secondItem="4qt-JW-wbB" secondAttribute="top" constant="5" id="QIP-ek-4FG"/>
  234. <constraint firstItem="Top-J1-yJf" firstAttribute="leading" secondItem="3pu-Ya-6af" secondAttribute="trailing" constant="5" id="akC-tG-vpm"/>
  235. <constraint firstAttribute="trailing" secondItem="gSS-iw-R4g" secondAttribute="trailing" constant="5" id="cuh-4E-jD8"/>
  236. <constraint firstItem="gSS-iw-R4g" firstAttribute="top" secondItem="3pu-Ya-6af" secondAttribute="bottom" constant="5" id="mhf-Ss-IeP"/>
  237. <constraint firstItem="3pu-Ya-6af" firstAttribute="leading" secondItem="4qt-JW-wbB" secondAttribute="leading" constant="5" id="oyJ-EV-pml"/>
  238. <constraint firstAttribute="trailing" relation="greaterThanOrEqual" secondItem="Top-J1-yJf" secondAttribute="trailing" constant="5" id="p7d-zU-F7K"/>
  239. </constraints>
  240. </tableViewCellContentView>
  241. <connections>
  242. <outlet property="signatureView" destination="gSS-iw-R4g" id="Rpx-U1-ZYy"/>
  243. <outlet property="startLabel" destination="Top-J1-yJf" id="c05-Nt-GXN"/>
  244. <outlet property="titleLabel" destination="3pu-Ya-6af" id="vPH-wV-7Ey"/>
  245. </connections>
  246. </tableViewCell>
  247. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="default" indentationWidth="10" reuseIdentifier="RAEditDateCell" rowHeight="55" id="b5o-NB-xXS" customClass="RAEditDateCell">
  248. <rect key="frame" x="0.0" y="523" width="375" height="55"/>
  249. <autoresizingMask key="autoresizingMask"/>
  250. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="b5o-NB-xXS" id="Rxx-xH-4mP">
  251. <rect key="frame" x="0.0" y="0.0" width="375" height="54.5"/>
  252. <autoresizingMask key="autoresizingMask"/>
  253. <subviews>
  254. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="877-kV-pfE">
  255. <rect key="frame" x="5" y="5" width="42" height="21"/>
  256. <constraints>
  257. <constraint firstAttribute="height" constant="21" id="Boo-cS-pY0"/>
  258. </constraints>
  259. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  260. <nil key="textColor"/>
  261. <nil key="highlightedColor"/>
  262. </label>
  263. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Urz-aO-cuz">
  264. <rect key="frame" x="5" y="31" width="325" height="18"/>
  265. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  266. <nil key="textColor"/>
  267. <nil key="highlightedColor"/>
  268. </label>
  269. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="*" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="OjZ-5U-5uD">
  270. <rect key="frame" x="52" y="2" width="8" height="21"/>
  271. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  272. <color key="textColor" red="1" green="0.1047433005" blue="0.075207091899999995" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  273. <nil key="highlightedColor"/>
  274. </label>
  275. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="i0H-tc-GBN">
  276. <rect key="frame" x="335" y="12.5" width="30" height="30"/>
  277. <constraints>
  278. <constraint firstAttribute="height" constant="30" id="A8j-lk-laU"/>
  279. <constraint firstAttribute="width" constant="30" id="Tra-px-j9M"/>
  280. </constraints>
  281. <state key="normal" image="btn_calendar"/>
  282. <connections>
  283. <action selector="datePickerBtnClick:" destination="b5o-NB-xXS" eventType="touchUpInside" id="KSB-Lh-3WQ"/>
  284. </connections>
  285. </button>
  286. </subviews>
  287. <constraints>
  288. <constraint firstItem="OjZ-5U-5uD" firstAttribute="leading" secondItem="877-kV-pfE" secondAttribute="trailing" constant="5" id="E4t-7L-L3f"/>
  289. <constraint firstItem="i0H-tc-GBN" firstAttribute="leading" secondItem="Urz-aO-cuz" secondAttribute="trailing" constant="5" id="IKl-ZA-y7m"/>
  290. <constraint firstItem="877-kV-pfE" firstAttribute="top" secondItem="Rxx-xH-4mP" secondAttribute="top" constant="5" id="NCc-dx-C6M"/>
  291. <constraint firstAttribute="bottom" secondItem="Urz-aO-cuz" secondAttribute="bottom" constant="5.5" id="Nki-e0-D91"/>
  292. <constraint firstItem="Urz-aO-cuz" firstAttribute="top" secondItem="877-kV-pfE" secondAttribute="bottom" constant="5" id="OzZ-QE-uvp"/>
  293. <constraint firstItem="i0H-tc-GBN" firstAttribute="centerY" secondItem="Rxx-xH-4mP" secondAttribute="centerY" id="RIk-Rw-eDH"/>
  294. <constraint firstAttribute="trailing" relation="greaterThanOrEqual" secondItem="OjZ-5U-5uD" secondAttribute="trailing" constant="5" id="dgM-YQ-7eq"/>
  295. <constraint firstAttribute="trailing" secondItem="i0H-tc-GBN" secondAttribute="trailing" constant="10" id="eSh-WN-DOb"/>
  296. <constraint firstItem="OjZ-5U-5uD" firstAttribute="top" secondItem="Rxx-xH-4mP" secondAttribute="top" constant="2" id="ij3-sW-kEX"/>
  297. <constraint firstItem="i0H-tc-GBN" firstAttribute="leading" relation="greaterThanOrEqual" secondItem="OjZ-5U-5uD" secondAttribute="trailing" constant="5" id="lVp-Si-4A5"/>
  298. <constraint firstItem="Urz-aO-cuz" firstAttribute="leading" secondItem="877-kV-pfE" secondAttribute="leading" id="qMt-p5-gtZ"/>
  299. <constraint firstItem="877-kV-pfE" firstAttribute="leading" secondItem="Rxx-xH-4mP" secondAttribute="leading" constant="5" id="wx7-lV-Dks"/>
  300. </constraints>
  301. </tableViewCellContentView>
  302. <connections>
  303. <outlet property="dateLabel" destination="Urz-aO-cuz" id="Ea0-Di-iMC"/>
  304. <outlet property="datePickerBtn" destination="i0H-tc-GBN" id="5go-h7-xT6"/>
  305. <outlet property="startLabel" destination="OjZ-5U-5uD" id="iaP-2L-Boj"/>
  306. <outlet property="titleLabel" destination="877-kV-pfE" id="MuA-bl-qzb"/>
  307. </connections>
  308. </tableViewCell>
  309. </prototypes>
  310. <connections>
  311. <outlet property="dataSource" destination="IN3-1q-AsB" id="j4i-ZN-kfv"/>
  312. <outlet property="delegate" destination="IN3-1q-AsB" id="NbU-kh-Hg2"/>
  313. </connections>
  314. </tableView>
  315. </subviews>
  316. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  317. <gestureRecognizers/>
  318. <constraints>
  319. <constraint firstItem="ySV-Nn-wQz" firstAttribute="bottom" secondItem="h3M-SO-JeC" secondAttribute="bottom" id="8B5-Af-bAC"/>
  320. <constraint firstItem="ySV-Nn-wQz" firstAttribute="trailing" secondItem="h3M-SO-JeC" secondAttribute="trailing" id="MVB-lW-JKx"/>
  321. <constraint firstItem="h3M-SO-JeC" firstAttribute="top" secondItem="ySV-Nn-wQz" secondAttribute="top" id="eC3-64-OfK"/>
  322. <constraint firstItem="h3M-SO-JeC" firstAttribute="leading" secondItem="ySV-Nn-wQz" secondAttribute="leading" id="tzR-Dr-6Hq"/>
  323. </constraints>
  324. <viewLayoutGuide key="safeArea" id="ySV-Nn-wQz"/>
  325. <connections>
  326. <outletCollection property="gestureRecognizers" destination="sHS-5Y-Prb" appends="YES" id="zGA-ih-Yce"/>
  327. </connections>
  328. </view>
  329. <connections>
  330. <outlet property="orderEditTableView" destination="h3M-SO-JeC" id="f7f-IF-rEo"/>
  331. </connections>
  332. </viewController>
  333. <placeholder placeholderIdentifier="IBFirstResponder" id="M3M-MZ-XRp" userLabel="First Responder" sceneMemberID="firstResponder"/>
  334. <tapGestureRecognizer id="sHS-5Y-Prb">
  335. <connections>
  336. <action selector="tapToResignFirstResponder:" destination="IN3-1q-AsB" id="FVY-0T-Rxu"/>
  337. </connections>
  338. </tapGestureRecognizer>
  339. </objects>
  340. <point key="canvasLocation" x="-18.399999999999999" y="178.56071964017991"/>
  341. </scene>
  342. <!--Edit Required Alert-->
  343. <scene sceneID="Ft3-hd-P7A">
  344. <objects>
  345. <viewController storyboardIdentifier="RAEditRequiredAlert" useStoryboardIdentifierAsRestorationIdentifier="YES" id="7Vb-rb-Bgc" customClass="RAEditRequiredAlert" sceneMemberID="viewController">
  346. <view key="view" contentMode="scaleToFill" id="5K8-ZT-R0M">
  347. <rect key="frame" x="0.0" y="0.0" width="300" height="200"/>
  348. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  349. <subviews>
  350. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Warning" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="wal-J9-Hg6">
  351. <rect key="frame" x="5" y="5" width="290" height="24"/>
  352. <fontDescription key="fontDescription" type="system" pointSize="20"/>
  353. <nil key="textColor"/>
  354. <nil key="highlightedColor"/>
  355. </label>
  356. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="9KF-7X-fM9">
  357. <rect key="frame" x="5" y="34" width="290" height="20.5"/>
  358. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  359. <nil key="textColor"/>
  360. <nil key="highlightedColor"/>
  361. </label>
  362. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="oEg-jq-oWF">
  363. <rect key="frame" x="0.0" y="58" width="300" height="0.5"/>
  364. <color key="backgroundColor" white="0.66666666666666663" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  365. <constraints>
  366. <constraint firstAttribute="height" constant="0.5" id="ITW-9b-I21"/>
  367. </constraints>
  368. </view>
  369. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Rra-Ip-4wb">
  370. <rect key="frame" x="5" y="59.5" width="290" height="50"/>
  371. <constraints>
  372. <constraint firstAttribute="height" constant="50" id="JbV-gE-wzg"/>
  373. </constraints>
  374. <state key="normal" title="Ok"/>
  375. <connections>
  376. <action selector="okBtnClick:" destination="7Vb-rb-Bgc" eventType="touchUpInside" id="EzR-Ty-a1W"/>
  377. </connections>
  378. </button>
  379. </subviews>
  380. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  381. <constraints>
  382. <constraint firstItem="Rra-Ip-4wb" firstAttribute="centerX" secondItem="9KF-7X-fM9" secondAttribute="centerX" id="4Qu-Xc-ese"/>
  383. <constraint firstItem="wal-J9-Hg6" firstAttribute="leading" secondItem="r5t-37-G4F" secondAttribute="leading" constant="5" id="6M9-FT-0aL"/>
  384. <constraint firstItem="Rra-Ip-4wb" firstAttribute="top" secondItem="9KF-7X-fM9" secondAttribute="bottom" constant="5" id="F7e-bD-YAk"/>
  385. <constraint firstItem="9KF-7X-fM9" firstAttribute="top" secondItem="wal-J9-Hg6" secondAttribute="bottom" constant="5" id="Fb3-mK-tOs"/>
  386. <constraint firstItem="wal-J9-Hg6" firstAttribute="top" secondItem="r5t-37-G4F" secondAttribute="top" constant="5" id="Ie5-6m-cVN"/>
  387. <constraint firstItem="oEg-jq-oWF" firstAttribute="leading" secondItem="r5t-37-G4F" secondAttribute="leading" id="MzX-t3-y5K"/>
  388. <constraint firstItem="Rra-Ip-4wb" firstAttribute="leading" secondItem="r5t-37-G4F" secondAttribute="leading" constant="5" id="Nrs-OC-pv2"/>
  389. <constraint firstItem="r5t-37-G4F" firstAttribute="trailing" secondItem="Rra-Ip-4wb" secondAttribute="trailing" constant="5" id="Wyx-3q-wMd"/>
  390. <constraint firstItem="r5t-37-G4F" firstAttribute="trailing" secondItem="9KF-7X-fM9" secondAttribute="trailing" constant="5" id="bp0-Qi-Buq"/>
  391. <constraint firstItem="Rra-Ip-4wb" firstAttribute="top" secondItem="oEg-jq-oWF" secondAttribute="bottom" constant="1" id="j6g-LD-A7G"/>
  392. <constraint firstItem="9KF-7X-fM9" firstAttribute="leading" secondItem="r5t-37-G4F" secondAttribute="leading" constant="5" id="joY-Je-Y1H"/>
  393. <constraint firstItem="r5t-37-G4F" firstAttribute="trailing" secondItem="wal-J9-Hg6" secondAttribute="trailing" constant="5" id="mLM-aD-ewb"/>
  394. <constraint firstItem="r5t-37-G4F" firstAttribute="trailing" secondItem="oEg-jq-oWF" secondAttribute="trailing" id="xqh-Dt-IZh"/>
  395. </constraints>
  396. <viewLayoutGuide key="safeArea" id="r5t-37-G4F"/>
  397. </view>
  398. <value key="contentSizeForViewInPopover" type="size" width="300" height="200"/>
  399. <nil key="simulatedTopBarMetrics"/>
  400. <nil key="simulatedBottomBarMetrics"/>
  401. <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
  402. <size key="freeformSize" width="300" height="200"/>
  403. <connections>
  404. <outlet property="msgLabel" destination="9KF-7X-fM9" id="sgB-Et-Max"/>
  405. <outlet property="titleLabel" destination="wal-J9-Hg6" id="YbR-lo-fXv"/>
  406. </connections>
  407. </viewController>
  408. <placeholder placeholderIdentifier="IBFirstResponder" id="nlm-8i-gIv" userLabel="First Responder" sceneMemberID="firstResponder"/>
  409. </objects>
  410. <point key="canvasLocation" x="790.39999999999998" y="170.91454272863569"/>
  411. </scene>
  412. </scenes>
  413. <resources>
  414. <image name="btn_calendar" width="30" height="30"/>
  415. </resources>
  416. </document>