Edit.storyboard 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="14109" 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="Aspect ratio constraints" minToolsVersion="5.1"/>
  10. <capability name="Safe area layout guides" minToolsVersion="9.0"/>
  11. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  12. </dependencies>
  13. <scenes>
  14. <!--Order Edit View Controller-->
  15. <scene sceneID="6aP-8P-zu0">
  16. <objects>
  17. <viewController storyboardIdentifier="RAOrderEditViewController" useStoryboardIdentifierAsRestorationIdentifier="YES" id="IN3-1q-AsB" customClass="RAOrderEditViewController" sceneMemberID="viewController">
  18. <view key="view" contentMode="scaleToFill" id="SQP-tB-vfe">
  19. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  20. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  21. <subviews>
  22. <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">
  23. <rect key="frame" x="0.0" y="20" width="375" height="647"/>
  24. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  25. <prototypes>
  26. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="default" indentationWidth="10" reuseIdentifier="RAEditScanInputCell" rowHeight="70" id="LAb-ek-OMl" customClass="RAEditScanInputCell">
  27. <rect key="frame" x="0.0" y="28" width="375" height="70"/>
  28. <autoresizingMask key="autoresizingMask"/>
  29. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="LAb-ek-OMl" id="OdP-kT-OdJ">
  30. <rect key="frame" x="0.0" y="0.0" width="375" height="69.5"/>
  31. <autoresizingMask key="autoresizingMask"/>
  32. <subviews>
  33. <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">
  34. <rect key="frame" x="5" y="5" width="365" height="21"/>
  35. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  36. <nil key="textColor"/>
  37. <nil key="highlightedColor"/>
  38. </label>
  39. <textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" textAlignment="natural" minimumFontSize="17" clearButtonMode="whileEditing" translatesAutoresizingMaskIntoConstraints="NO" id="xpV-6I-fj3">
  40. <rect key="frame" x="5" y="31" width="365" height="33.5"/>
  41. <nil key="textColor"/>
  42. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  43. <textInputTraits key="textInputTraits"/>
  44. <connections>
  45. <outlet property="delegate" destination="LAb-ek-OMl" id="HhP-qc-Ler"/>
  46. </connections>
  47. </textField>
  48. </subviews>
  49. <constraints>
  50. <constraint firstItem="7mL-uV-Ec4" firstAttribute="leading" secondItem="OdP-kT-OdJ" secondAttribute="leading" constant="5" id="0H6-kh-H5g"/>
  51. <constraint firstAttribute="bottom" secondItem="xpV-6I-fj3" secondAttribute="bottom" constant="5" id="4uL-YG-IfT"/>
  52. <constraint firstItem="xpV-6I-fj3" firstAttribute="trailing" secondItem="7mL-uV-Ec4" secondAttribute="trailing" id="5v6-aj-FeD"/>
  53. <constraint firstItem="7mL-uV-Ec4" firstAttribute="top" secondItem="OdP-kT-OdJ" secondAttribute="top" constant="5" id="8Dw-A1-VX7"/>
  54. <constraint firstItem="xpV-6I-fj3" firstAttribute="leading" secondItem="7mL-uV-Ec4" secondAttribute="leading" id="Ekc-Ff-6Bk"/>
  55. <constraint firstItem="xpV-6I-fj3" firstAttribute="top" secondItem="7mL-uV-Ec4" secondAttribute="bottom" constant="5" id="Zay-mH-x7B"/>
  56. <constraint firstAttribute="trailing" secondItem="7mL-uV-Ec4" secondAttribute="trailing" constant="5" id="b09-TU-lQW"/>
  57. </constraints>
  58. </tableViewCellContentView>
  59. <connections>
  60. <outlet property="inputTextField" destination="xpV-6I-fj3" id="zlO-oi-ql2"/>
  61. <outlet property="titlelabel" destination="7mL-uV-Ec4" id="M6i-GR-xhU"/>
  62. </connections>
  63. </tableViewCell>
  64. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="default" indentationWidth="10" reuseIdentifier="RAEditPhotoCell" rowHeight="100" id="O81-hv-hN7" customClass="RAEditPhotoCell">
  65. <rect key="frame" x="0.0" y="98" width="375" height="100"/>
  66. <autoresizingMask key="autoresizingMask"/>
  67. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="O81-hv-hN7" id="1NM-GJ-ZhA">
  68. <rect key="frame" x="0.0" y="0.0" width="375" height="99.5"/>
  69. <autoresizingMask key="autoresizingMask"/>
  70. <subviews>
  71. <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">
  72. <rect key="frame" x="5" y="-0.5" width="42" height="100"/>
  73. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  74. <nil key="textColor"/>
  75. <nil key="highlightedColor"/>
  76. </label>
  77. <imageView contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="MBQ-1e-9Rf">
  78. <rect key="frame" x="280.5" y="5" width="89.5" height="89.5"/>
  79. <gestureRecognizers/>
  80. <constraints>
  81. <constraint firstAttribute="width" secondItem="MBQ-1e-9Rf" secondAttribute="height" multiplier="89:89" id="wf3-jd-K2C"/>
  82. </constraints>
  83. </imageView>
  84. </subviews>
  85. <constraints>
  86. <constraint firstItem="MBQ-1e-9Rf" firstAttribute="top" secondItem="1NM-GJ-ZhA" secondAttribute="top" constant="5" id="3sZ-Ux-FGz"/>
  87. <constraint firstItem="Qmw-jO-NVe" firstAttribute="centerY" secondItem="1NM-GJ-ZhA" secondAttribute="centerY" id="9ge-KJ-iRy"/>
  88. <constraint firstAttribute="bottom" secondItem="MBQ-1e-9Rf" secondAttribute="bottom" constant="5" id="HgN-3y-uPQ"/>
  89. <constraint firstAttribute="trailing" secondItem="MBQ-1e-9Rf" secondAttribute="trailing" constant="5" id="MZv-jg-YDL"/>
  90. <constraint firstItem="Qmw-jO-NVe" firstAttribute="height" secondItem="1NM-GJ-ZhA" secondAttribute="height" id="YOC-Jh-83d"/>
  91. <constraint firstItem="MBQ-1e-9Rf" firstAttribute="leading" relation="greaterThanOrEqual" secondItem="Qmw-jO-NVe" secondAttribute="trailing" constant="10" id="eEK-Vc-XMC"/>
  92. <constraint firstItem="Qmw-jO-NVe" firstAttribute="leading" secondItem="1NM-GJ-ZhA" secondAttribute="leading" constant="5" id="wg3-mz-Lx8"/>
  93. </constraints>
  94. </tableViewCellContentView>
  95. <connections>
  96. <outlet property="photoView" destination="MBQ-1e-9Rf" id="y5c-aA-4aD"/>
  97. <outlet property="titleLabel" destination="Qmw-jO-NVe" id="dV3-vz-92d"/>
  98. </connections>
  99. </tableViewCell>
  100. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="default" indentationWidth="10" reuseIdentifier="RAEditMultInputCell" rowHeight="120" id="N8K-99-Zru" customClass="RAEditMultInputCell">
  101. <rect key="frame" x="0.0" y="198" width="375" height="120"/>
  102. <autoresizingMask key="autoresizingMask"/>
  103. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="N8K-99-Zru" id="hEy-c0-9Kf">
  104. <rect key="frame" x="0.0" y="0.0" width="375" height="119.5"/>
  105. <autoresizingMask key="autoresizingMask"/>
  106. <subviews>
  107. <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">
  108. <rect key="frame" x="5" y="5" width="365" height="21"/>
  109. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  110. <nil key="textColor"/>
  111. <nil key="highlightedColor"/>
  112. </label>
  113. <textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" textAlignment="natural" translatesAutoresizingMaskIntoConstraints="NO" id="IOP-ZT-bPg">
  114. <rect key="frame" x="5" y="31" width="365" height="83.5"/>
  115. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  116. <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>
  117. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  118. <textInputTraits key="textInputTraits" autocapitalizationType="sentences"/>
  119. <connections>
  120. <outlet property="delegate" destination="N8K-99-Zru" id="mqY-ul-1AU"/>
  121. </connections>
  122. </textView>
  123. </subviews>
  124. <constraints>
  125. <constraint firstItem="IOP-ZT-bPg" firstAttribute="top" secondItem="kSq-7N-B38" secondAttribute="bottom" constant="5" id="ALn-a5-hd8"/>
  126. <constraint firstItem="IOP-ZT-bPg" firstAttribute="trailing" secondItem="kSq-7N-B38" secondAttribute="trailing" id="IWB-Wc-5C5"/>
  127. <constraint firstItem="kSq-7N-B38" firstAttribute="top" secondItem="hEy-c0-9Kf" secondAttribute="top" constant="5" id="Nay-fR-SMJ"/>
  128. <constraint firstItem="IOP-ZT-bPg" firstAttribute="leading" secondItem="kSq-7N-B38" secondAttribute="leading" id="OhJ-tA-WvU"/>
  129. <constraint firstAttribute="trailing" secondItem="kSq-7N-B38" secondAttribute="trailing" constant="5" id="ZrD-vg-hUA"/>
  130. <constraint firstItem="kSq-7N-B38" firstAttribute="leading" secondItem="hEy-c0-9Kf" secondAttribute="leading" constant="5" id="bNJ-Or-Wab"/>
  131. <constraint firstAttribute="bottom" secondItem="IOP-ZT-bPg" secondAttribute="bottom" constant="5" id="qGB-Zw-orV"/>
  132. </constraints>
  133. </tableViewCellContentView>
  134. <connections>
  135. <outlet property="inputView" destination="IOP-ZT-bPg" id="HHf-TM-AeD"/>
  136. <outlet property="titleLabel" destination="kSq-7N-B38" id="Nqr-vh-BVJ"/>
  137. </connections>
  138. </tableViewCell>
  139. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="default" indentationWidth="10" reuseIdentifier="RAEditLabelCell" rowHeight="55" id="w0z-0V-x8d" customClass="RAEditLabelCell">
  140. <rect key="frame" x="0.0" y="318" width="375" height="55"/>
  141. <autoresizingMask key="autoresizingMask"/>
  142. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="w0z-0V-x8d" id="xbL-DH-R1m">
  143. <rect key="frame" x="0.0" y="0.0" width="375" height="54.5"/>
  144. <autoresizingMask key="autoresizingMask"/>
  145. <subviews>
  146. <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">
  147. <rect key="frame" x="5" y="5" width="365" height="21"/>
  148. <constraints>
  149. <constraint firstAttribute="height" constant="21" id="t5I-gk-pIQ"/>
  150. </constraints>
  151. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  152. <nil key="textColor"/>
  153. <nil key="highlightedColor"/>
  154. </label>
  155. <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">
  156. <rect key="frame" x="5" y="31" width="365" height="18"/>
  157. <constraints>
  158. <constraint firstAttribute="height" constant="18" id="cE2-kD-1Ra"/>
  159. </constraints>
  160. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  161. <nil key="textColor"/>
  162. <nil key="highlightedColor"/>
  163. </label>
  164. </subviews>
  165. <constraints>
  166. <constraint firstAttribute="trailing" secondItem="fYw-WK-y6k" secondAttribute="trailing" constant="5" id="Dq0-IT-Kxt"/>
  167. <constraint firstAttribute="bottom" secondItem="Rwu-ro-0dr" secondAttribute="bottom" constant="5.5" id="Hct-OI-lOR"/>
  168. <constraint firstItem="Rwu-ro-0dr" firstAttribute="trailing" secondItem="fYw-WK-y6k" secondAttribute="trailing" id="Jee-w6-MqO"/>
  169. <constraint firstItem="Rwu-ro-0dr" firstAttribute="top" secondItem="fYw-WK-y6k" secondAttribute="bottom" constant="5" id="PzN-lC-v2q"/>
  170. <constraint firstItem="fYw-WK-y6k" firstAttribute="leading" secondItem="xbL-DH-R1m" secondAttribute="leading" constant="5" id="c7g-IP-6Na"/>
  171. <constraint firstItem="Rwu-ro-0dr" firstAttribute="leading" secondItem="fYw-WK-y6k" secondAttribute="leading" id="dQ3-jn-rwg"/>
  172. <constraint firstItem="fYw-WK-y6k" firstAttribute="top" secondItem="xbL-DH-R1m" secondAttribute="top" constant="5" id="s7q-jb-oYh"/>
  173. </constraints>
  174. </tableViewCellContentView>
  175. <connections>
  176. <outlet property="titleLaebl" destination="fYw-WK-y6k" id="dc5-Qr-LbD"/>
  177. <outlet property="valueLabel" destination="Rwu-ro-0dr" id="irJ-pb-krL"/>
  178. </connections>
  179. </tableViewCell>
  180. </prototypes>
  181. <connections>
  182. <outlet property="dataSource" destination="IN3-1q-AsB" id="j4i-ZN-kfv"/>
  183. <outlet property="delegate" destination="IN3-1q-AsB" id="NbU-kh-Hg2"/>
  184. </connections>
  185. </tableView>
  186. </subviews>
  187. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  188. <gestureRecognizers/>
  189. <constraints>
  190. <constraint firstItem="ySV-Nn-wQz" firstAttribute="bottom" secondItem="h3M-SO-JeC" secondAttribute="bottom" id="8B5-Af-bAC"/>
  191. <constraint firstItem="ySV-Nn-wQz" firstAttribute="trailing" secondItem="h3M-SO-JeC" secondAttribute="trailing" id="MVB-lW-JKx"/>
  192. <constraint firstItem="h3M-SO-JeC" firstAttribute="top" secondItem="ySV-Nn-wQz" secondAttribute="top" id="eC3-64-OfK"/>
  193. <constraint firstItem="h3M-SO-JeC" firstAttribute="leading" secondItem="ySV-Nn-wQz" secondAttribute="leading" id="tzR-Dr-6Hq"/>
  194. </constraints>
  195. <viewLayoutGuide key="safeArea" id="ySV-Nn-wQz"/>
  196. <connections>
  197. <outletCollection property="gestureRecognizers" destination="sHS-5Y-Prb" appends="YES" id="zGA-ih-Yce"/>
  198. </connections>
  199. </view>
  200. <connections>
  201. <outlet property="orderEditTableView" destination="h3M-SO-JeC" id="f7f-IF-rEo"/>
  202. </connections>
  203. </viewController>
  204. <placeholder placeholderIdentifier="IBFirstResponder" id="M3M-MZ-XRp" userLabel="First Responder" sceneMemberID="firstResponder"/>
  205. <tapGestureRecognizer id="sHS-5Y-Prb">
  206. <connections>
  207. <action selector="tapToResignFirstResponder:" destination="IN3-1q-AsB" id="FVY-0T-Rxu"/>
  208. </connections>
  209. </tapGestureRecognizer>
  210. </objects>
  211. <point key="canvasLocation" x="-18.399999999999999" y="178.56071964017991"/>
  212. </scene>
  213. </scenes>
  214. </document>