OrderManagerVC.xib 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="22154" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
  3. <device id="retina6_12" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="22130"/>
  7. <capability name="Safe area layout guides" minToolsVersion="9.0"/>
  8. <capability name="System colors in document resources" minToolsVersion="11.0"/>
  9. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  10. </dependencies>
  11. <objects>
  12. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="OrderManagerVC" customModule="ADHTuanCan" customModuleProvider="target">
  13. <connections>
  14. <outlet property="btnSView" destination="yzS-Qa-tQM" id="J11-fc-iaC"/>
  15. <outlet property="leftBtn" destination="fNY-3c-M9u" id="m63-fU-GSu"/>
  16. <outlet property="navHeight" destination="TQl-Vq-NMF" id="0Wd-25-DKc"/>
  17. <outlet property="rightBtn" destination="euo-KZ-OEN" id="vO7-9r-C9x"/>
  18. <outlet property="tableView" destination="Y94-Cx-DTU" id="p4z-WD-ny6"/>
  19. <outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/>
  20. <outletCollection property="sliderBtnList" destination="DZO-jF-xT2" collectionClass="NSMutableArray" id="Xrn-GS-Yho"/>
  21. <outletCollection property="sliderBtnList" destination="sXy-bX-p2I" collectionClass="NSMutableArray" id="xQ9-vA-7Ex"/>
  22. <outletCollection property="sliderBtnList" destination="gUO-Lf-Seq" collectionClass="NSMutableArray" id="klb-4u-D5t"/>
  23. <outletCollection property="sliderBtnList" destination="g7q-0C-ZWR" collectionClass="NSMutableArray" id="kwK-Sv-5e6"/>
  24. <outletCollection property="sliderBtnList" destination="mpc-hT-sX3" collectionClass="NSMutableArray" id="CjJ-OD-9Kc"/>
  25. </connections>
  26. </placeholder>
  27. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  28. <view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT">
  29. <rect key="frame" x="0.0" y="0.0" width="393" height="852"/>
  30. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  31. <subviews>
  32. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="wft-KR-KyG">
  33. <rect key="frame" x="0.0" y="0.0" width="393" height="88"/>
  34. <subviews>
  35. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Vrj-Im-1cG">
  36. <rect key="frame" x="196" y="0.0" width="1" height="88"/>
  37. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  38. <constraints>
  39. <constraint firstAttribute="width" constant="1" id="swg-Qq-rr0"/>
  40. </constraints>
  41. </view>
  42. <button opaque="NO" contentMode="scaleToFill" selected="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="fNY-3c-M9u">
  43. <rect key="frame" x="120" y="53" width="66" height="35"/>
  44. <constraints>
  45. <constraint firstAttribute="height" constant="35" id="Vbn-DD-2Nj"/>
  46. </constraints>
  47. <fontDescription key="fontDescription" type="boldSystem" pointSize="16"/>
  48. <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
  49. <state key="normal" title="白团订单">
  50. <color key="titleColor" red="0.54901960780000003" green="0.58039215690000001" blue="0.69019607839999997" alpha="1" colorSpace="calibratedRGB"/>
  51. </state>
  52. <state key="selected">
  53. <color key="titleColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  54. </state>
  55. <connections>
  56. <action selector="leftAction:" destination="-1" eventType="touchUpInside" id="5PG-Jq-9kr"/>
  57. </connections>
  58. </button>
  59. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="AEF-Qd-LRx">
  60. <rect key="frame" x="338" y="56" width="30" height="29"/>
  61. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  62. <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
  63. <state key="normal" title="预览"/>
  64. <connections>
  65. <action selector="checkAction:" destination="-1" eventType="touchUpInside" id="8B9-ta-si2"/>
  66. </connections>
  67. </button>
  68. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="euo-KZ-OEN">
  69. <rect key="frame" x="207" y="53" width="30" height="35"/>
  70. <constraints>
  71. <constraint firstAttribute="height" constant="35" id="Ty5-72-UtM"/>
  72. </constraints>
  73. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  74. <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
  75. <state key="normal" title="订单">
  76. <color key="titleColor" red="0.54901960780000003" green="0.58039215690000001" blue="0.69019607839999997" alpha="1" colorSpace="calibratedRGB"/>
  77. </state>
  78. <state key="selected">
  79. <color key="titleColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  80. </state>
  81. <connections>
  82. <action selector="rightAction:" destination="-1" eventType="touchUpInside" id="qgA-9q-oEc"/>
  83. </connections>
  84. </button>
  85. </subviews>
  86. <color key="backgroundColor" red="0.12941176469999999" green="0.12941176469999999" blue="0.1333333333" alpha="1" colorSpace="calibratedRGB"/>
  87. <constraints>
  88. <constraint firstAttribute="bottom" secondItem="fNY-3c-M9u" secondAttribute="bottom" id="ATp-3y-eFe"/>
  89. <constraint firstAttribute="bottom" secondItem="Vrj-Im-1cG" secondAttribute="bottom" id="EGO-cf-Und"/>
  90. <constraint firstItem="fNY-3c-M9u" firstAttribute="leading" relation="greaterThanOrEqual" secondItem="wft-KR-KyG" secondAttribute="leading" constant="5" id="GN0-qh-FPK"/>
  91. <constraint firstAttribute="height" constant="88" id="TQl-Vq-NMF"/>
  92. <constraint firstItem="Vrj-Im-1cG" firstAttribute="top" secondItem="wft-KR-KyG" secondAttribute="top" id="XSg-gp-NrT"/>
  93. <constraint firstItem="Vrj-Im-1cG" firstAttribute="centerX" secondItem="wft-KR-KyG" secondAttribute="centerX" id="aaQ-fh-K1k"/>
  94. <constraint firstItem="AEF-Qd-LRx" firstAttribute="centerY" secondItem="fNY-3c-M9u" secondAttribute="centerY" id="dhE-6l-mWw"/>
  95. <constraint firstItem="AEF-Qd-LRx" firstAttribute="leading" relation="greaterThanOrEqual" secondItem="euo-KZ-OEN" secondAttribute="trailing" constant="5" id="g1O-ZF-qic"/>
  96. <constraint firstItem="euo-KZ-OEN" firstAttribute="leading" secondItem="Vrj-Im-1cG" secondAttribute="trailing" constant="10" id="h4B-cW-jOb"/>
  97. <constraint firstAttribute="trailing" secondItem="AEF-Qd-LRx" secondAttribute="trailing" constant="25" id="kQ6-Ty-ibW"/>
  98. <constraint firstItem="euo-KZ-OEN" firstAttribute="centerY" secondItem="fNY-3c-M9u" secondAttribute="centerY" id="m3f-yr-uvG"/>
  99. <constraint firstItem="Vrj-Im-1cG" firstAttribute="leading" secondItem="fNY-3c-M9u" secondAttribute="trailing" constant="10" id="qIG-z4-pgG"/>
  100. </constraints>
  101. </view>
  102. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="yzS-Qa-tQM">
  103. <rect key="frame" x="0.0" y="88" width="393" height="55"/>
  104. <subviews>
  105. <stackView opaque="NO" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="07e-3b-CEn">
  106. <rect key="frame" x="0.0" y="10" width="393" height="32.666666666666664"/>
  107. <subviews>
  108. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="DZO-jF-xT2">
  109. <rect key="frame" x="0.0" y="0.0" width="78.666666666666671" height="32.666666666666664"/>
  110. <fontDescription key="fontDescription" type="system" weight="medium" pointSize="15"/>
  111. <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
  112. <state key="normal" title="待付款">
  113. <color key="titleColor" white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  114. </state>
  115. </button>
  116. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="sXy-bX-p2I">
  117. <rect key="frame" x="78.666666666666657" y="0.0" width="78.666666666666657" height="32.666666666666664"/>
  118. <fontDescription key="fontDescription" type="system" weight="medium" pointSize="15"/>
  119. <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
  120. <state key="normal" title="待接单">
  121. <color key="titleColor" white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  122. </state>
  123. </button>
  124. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="gUO-Lf-Seq">
  125. <rect key="frame" x="157.33333333333334" y="0.0" width="78.333333333333343" height="32.666666666666664"/>
  126. <fontDescription key="fontDescription" type="system" weight="medium" pointSize="15"/>
  127. <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
  128. <state key="normal" title="已完成">
  129. <color key="titleColor" white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  130. </state>
  131. </button>
  132. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="g7q-0C-ZWR">
  133. <rect key="frame" x="235.66666666666666" y="0.0" width="78.666666666666657" height="32.666666666666664"/>
  134. <fontDescription key="fontDescription" type="system" weight="medium" pointSize="15"/>
  135. <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
  136. <state key="normal" title="待配送">
  137. <color key="titleColor" white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  138. </state>
  139. </button>
  140. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="mpc-hT-sX3">
  141. <rect key="frame" x="314.33333333333331" y="0.0" width="78.666666666666686" height="32.666666666666664"/>
  142. <fontDescription key="fontDescription" type="system" weight="medium" pointSize="15"/>
  143. <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
  144. <state key="normal" title="全部">
  145. <color key="titleColor" white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  146. </state>
  147. </button>
  148. </subviews>
  149. <constraints>
  150. <constraint firstItem="sXy-bX-p2I" firstAttribute="top" secondItem="07e-3b-CEn" secondAttribute="top" id="07I-wX-eRK"/>
  151. <constraint firstItem="g7q-0C-ZWR" firstAttribute="width" secondItem="DZO-jF-xT2" secondAttribute="width" id="2Yg-Bw-lrz"/>
  152. <constraint firstItem="sXy-bX-p2I" firstAttribute="width" secondItem="DZO-jF-xT2" secondAttribute="width" id="3Gr-J2-1Qu"/>
  153. <constraint firstAttribute="bottom" secondItem="g7q-0C-ZWR" secondAttribute="bottom" id="5CP-6u-Vwg"/>
  154. <constraint firstItem="gUO-Lf-Seq" firstAttribute="leading" secondItem="sXy-bX-p2I" secondAttribute="trailing" id="G57-P0-IQj"/>
  155. <constraint firstItem="DZO-jF-xT2" firstAttribute="top" secondItem="07e-3b-CEn" secondAttribute="top" id="G6A-ZG-JG5"/>
  156. <constraint firstItem="sXy-bX-p2I" firstAttribute="leading" secondItem="DZO-jF-xT2" secondAttribute="trailing" id="GUN-DP-ddC"/>
  157. <constraint firstItem="g7q-0C-ZWR" firstAttribute="leading" secondItem="gUO-Lf-Seq" secondAttribute="trailing" id="H68-zw-BSL"/>
  158. <constraint firstAttribute="bottom" secondItem="sXy-bX-p2I" secondAttribute="bottom" id="Heh-sp-Wda"/>
  159. <constraint firstAttribute="bottom" secondItem="mpc-hT-sX3" secondAttribute="bottom" id="O0C-2f-Rqf"/>
  160. <constraint firstItem="gUO-Lf-Seq" firstAttribute="width" secondItem="DZO-jF-xT2" secondAttribute="width" id="OYy-Bt-q6a"/>
  161. <constraint firstAttribute="trailing" secondItem="mpc-hT-sX3" secondAttribute="trailing" id="WWe-UN-Zv8"/>
  162. <constraint firstItem="DZO-jF-xT2" firstAttribute="leading" secondItem="07e-3b-CEn" secondAttribute="leading" id="Yf6-8m-poA"/>
  163. <constraint firstItem="gUO-Lf-Seq" firstAttribute="top" secondItem="07e-3b-CEn" secondAttribute="top" id="aHt-ay-As3"/>
  164. <constraint firstItem="mpc-hT-sX3" firstAttribute="top" secondItem="07e-3b-CEn" secondAttribute="top" id="gy0-cv-HVd"/>
  165. <constraint firstItem="mpc-hT-sX3" firstAttribute="leading" secondItem="g7q-0C-ZWR" secondAttribute="trailing" id="iie-SN-GsK"/>
  166. <constraint firstItem="g7q-0C-ZWR" firstAttribute="top" secondItem="07e-3b-CEn" secondAttribute="top" id="kKF-aE-FsD"/>
  167. <constraint firstAttribute="bottom" secondItem="gUO-Lf-Seq" secondAttribute="bottom" id="ob1-Y4-CPH"/>
  168. <constraint firstItem="mpc-hT-sX3" firstAttribute="width" secondItem="DZO-jF-xT2" secondAttribute="width" id="qK2-f8-ZFx"/>
  169. <constraint firstAttribute="bottom" secondItem="DZO-jF-xT2" secondAttribute="bottom" id="uQk-0f-COx"/>
  170. </constraints>
  171. </stackView>
  172. </subviews>
  173. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  174. <constraints>
  175. <constraint firstItem="07e-3b-CEn" firstAttribute="leading" secondItem="yzS-Qa-tQM" secondAttribute="leading" id="9pf-mx-lQ3"/>
  176. <constraint firstAttribute="height" constant="55" id="JRB-dN-dRM"/>
  177. <constraint firstAttribute="bottom" secondItem="07e-3b-CEn" secondAttribute="bottom" constant="12.5" id="SjL-fj-Jut"/>
  178. <constraint firstItem="07e-3b-CEn" firstAttribute="top" secondItem="yzS-Qa-tQM" secondAttribute="top" constant="10" id="g3F-o1-yST"/>
  179. <constraint firstAttribute="trailing" secondItem="07e-3b-CEn" secondAttribute="trailing" id="vyt-RZ-32c"/>
  180. </constraints>
  181. </view>
  182. <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" showsHorizontalScrollIndicator="NO" showsVerticalScrollIndicator="NO" style="grouped" separatorStyle="none" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="18" estimatedSectionHeaderHeight="-1" sectionFooterHeight="18" estimatedSectionFooterHeight="-1" translatesAutoresizingMaskIntoConstraints="NO" id="Y94-Cx-DTU">
  183. <rect key="frame" x="0.0" y="143" width="393" height="708"/>
  184. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  185. <connections>
  186. <outlet property="dataSource" destination="-1" id="jRh-eN-WoK"/>
  187. <outlet property="delegate" destination="-1" id="diQ-f1-cPL"/>
  188. </connections>
  189. </tableView>
  190. </subviews>
  191. <viewLayoutGuide key="safeArea" id="fnl-2z-Ty3"/>
  192. <color key="backgroundColor" red="0.96470588239999999" green="0.96470588239999999" blue="0.97254901959999995" alpha="1" colorSpace="calibratedRGB"/>
  193. <constraints>
  194. <constraint firstItem="yzS-Qa-tQM" firstAttribute="leading" secondItem="fnl-2z-Ty3" secondAttribute="leading" id="67s-Ai-YoQ"/>
  195. <constraint firstItem="wft-KR-KyG" firstAttribute="top" secondItem="i5M-Pr-FkT" secondAttribute="top" id="Iuz-uM-TIS"/>
  196. <constraint firstItem="fnl-2z-Ty3" firstAttribute="trailing" secondItem="yzS-Qa-tQM" secondAttribute="trailing" id="YIb-SK-Kqf"/>
  197. <constraint firstItem="Y94-Cx-DTU" firstAttribute="top" secondItem="yzS-Qa-tQM" secondAttribute="bottom" id="ZUW-rt-vM3"/>
  198. <constraint firstItem="wft-KR-KyG" firstAttribute="leading" secondItem="fnl-2z-Ty3" secondAttribute="leading" id="ZVp-Gm-CvZ"/>
  199. <constraint firstItem="yzS-Qa-tQM" firstAttribute="top" secondItem="wft-KR-KyG" secondAttribute="bottom" id="iDg-Z1-hIo"/>
  200. <constraint firstItem="fnl-2z-Ty3" firstAttribute="trailing" secondItem="wft-KR-KyG" secondAttribute="trailing" id="iYz-Do-CSL"/>
  201. <constraint firstItem="fnl-2z-Ty3" firstAttribute="trailing" secondItem="Y94-Cx-DTU" secondAttribute="trailing" id="prF-M0-rgj"/>
  202. <constraint firstAttribute="bottom" secondItem="Y94-Cx-DTU" secondAttribute="bottom" constant="1" id="vaZ-zj-Oft"/>
  203. <constraint firstItem="Y94-Cx-DTU" firstAttribute="leading" secondItem="fnl-2z-Ty3" secondAttribute="leading" id="yPT-N7-a6v"/>
  204. </constraints>
  205. <point key="canvasLocation" x="58.778625954198468" y="0.0"/>
  206. </view>
  207. </objects>
  208. <resources>
  209. <systemColor name="systemBackgroundColor">
  210. <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  211. </systemColor>
  212. </resources>
  213. </document>