| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14313.18" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
- <device id="retina4_7" orientation="portrait">
- <adaptation id="fullscreen"/>
- </device>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14283.14"/>
- <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </dependencies>
- <objects>
- <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="ShadowMenu"/>
- <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
- <view contentMode="scaleToFill" id="iN0-l3-epB">
- <rect key="frame" x="0.0" y="0.0" width="586" height="97"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <view tag="1" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Ms2-XD-V04">
- <rect key="frame" x="0.0" y="0.0" width="143" height="97"/>
- <subviews>
- <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="into_icon_daijiedan" translatesAutoresizingMaskIntoConstraints="NO" id="0nq-ks-WN4">
- <rect key="frame" x="56.5" y="16" width="30" height="30"/>
- <constraints>
- <constraint firstAttribute="width" constant="30" id="ds2-uP-b9f"/>
- <constraint firstAttribute="height" constant="30" id="j4Y-Hq-87r"/>
- </constraints>
- </imageView>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="待接单" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="pcj-ZR-MOW">
- <rect key="frame" x="53" y="52" width="37" height="14.5"/>
- <fontDescription key="fontDescription" type="system" pointSize="12"/>
- <nil key="highlightedColor"/>
- </label>
- </subviews>
- <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <gestureRecognizers/>
- <constraints>
- <constraint firstItem="0nq-ks-WN4" firstAttribute="centerX" secondItem="Ms2-XD-V04" secondAttribute="centerX" id="3vv-3G-E2e"/>
- <constraint firstItem="pcj-ZR-MOW" firstAttribute="top" secondItem="0nq-ks-WN4" secondAttribute="bottom" constant="6" id="Dy9-83-4tR"/>
- <constraint firstItem="pcj-ZR-MOW" firstAttribute="centerX" secondItem="0nq-ks-WN4" secondAttribute="centerX" id="FVC-Cf-36G"/>
- <constraint firstItem="0nq-ks-WN4" firstAttribute="top" secondItem="Ms2-XD-V04" secondAttribute="top" constant="16" id="hLW-io-Ef3"/>
- </constraints>
- <connections>
- <outletCollection property="gestureRecognizers" destination="dGk-vq-5yd" appends="YES" id="pVa-gd-Cxr"/>
- </connections>
- </view>
- <view tag="2" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="ESo-yS-OuH">
- <rect key="frame" x="143" y="0.0" width="142.5" height="97"/>
- <subviews>
- <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="into_icon_jinxingzhong" translatesAutoresizingMaskIntoConstraints="NO" id="6cZ-dT-aYA">
- <rect key="frame" x="56" y="16" width="30" height="30"/>
- <constraints>
- <constraint firstAttribute="width" constant="30" id="LzM-CD-FN8"/>
- <constraint firstAttribute="height" constant="30" id="dLy-pM-2Ua"/>
- </constraints>
- </imageView>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="进行中" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="jff-6n-BMW">
- <rect key="frame" x="52.5" y="52" width="37" height="14.5"/>
- <fontDescription key="fontDescription" type="system" pointSize="12"/>
- <nil key="highlightedColor"/>
- </label>
- </subviews>
- <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <gestureRecognizers/>
- <constraints>
- <constraint firstItem="jff-6n-BMW" firstAttribute="top" secondItem="6cZ-dT-aYA" secondAttribute="bottom" constant="6" id="XEB-Mf-hKD"/>
- <constraint firstItem="6cZ-dT-aYA" firstAttribute="top" secondItem="ESo-yS-OuH" secondAttribute="top" constant="16" id="ifK-Nb-JHB"/>
- <constraint firstItem="jff-6n-BMW" firstAttribute="centerX" secondItem="6cZ-dT-aYA" secondAttribute="centerX" id="x7s-WN-Lf5"/>
- <constraint firstItem="6cZ-dT-aYA" firstAttribute="centerX" secondItem="ESo-yS-OuH" secondAttribute="centerX" id="xiH-BI-bnO"/>
- </constraints>
- <connections>
- <outletCollection property="gestureRecognizers" destination="bxc-Ze-rFz" appends="YES" id="5ta-is-E65"/>
- </connections>
- </view>
- <view tag="3" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="in9-GQ-UqP">
- <rect key="frame" x="285.5" y="0.0" width="143" height="97"/>
- <subviews>
- <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="into_icon_yiwancheng" translatesAutoresizingMaskIntoConstraints="NO" id="Ofx-Th-haa">
- <rect key="frame" x="56.5" y="16" width="30" height="30"/>
- <constraints>
- <constraint firstAttribute="width" constant="30" id="2Bg-46-apt"/>
- <constraint firstAttribute="height" constant="30" id="Xzo-3c-IM8"/>
- </constraints>
- </imageView>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="已完成" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="NV2-qq-MQF">
- <rect key="frame" x="53" y="52" width="37" height="14.5"/>
- <fontDescription key="fontDescription" type="system" pointSize="12"/>
- <nil key="highlightedColor"/>
- </label>
- </subviews>
- <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <gestureRecognizers/>
- <constraints>
- <constraint firstItem="NV2-qq-MQF" firstAttribute="top" secondItem="Ofx-Th-haa" secondAttribute="bottom" constant="6" id="Cgw-DF-bA5"/>
- <constraint firstItem="Ofx-Th-haa" firstAttribute="top" secondItem="in9-GQ-UqP" secondAttribute="top" constant="16" id="RcW-Uh-yI8"/>
- <constraint firstItem="Ofx-Th-haa" firstAttribute="centerX" secondItem="in9-GQ-UqP" secondAttribute="centerX" id="WRg-Tk-o6a"/>
- <constraint firstItem="NV2-qq-MQF" firstAttribute="centerX" secondItem="Ofx-Th-haa" secondAttribute="centerX" id="amv-nD-6ea"/>
- </constraints>
- <connections>
- <outletCollection property="gestureRecognizers" destination="ETf-HJ-HiM" appends="YES" id="OGl-kK-WUE"/>
- </connections>
- </view>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="GLa-Yo-eqL">
- <rect key="frame" x="435.5" y="33.5" width="1" height="30"/>
- <color key="backgroundColor" red="0.94901960784313721" green="0.95686274509803915" blue="0.96078431372549022" alpha="1" colorSpace="calibratedRGB"/>
- <constraints>
- <constraint firstAttribute="width" constant="1" id="80i-AH-y7t"/>
- <constraint firstAttribute="height" constant="30" id="h4y-tw-Uyw"/>
- </constraints>
- </view>
- <view tag="4" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="abX-rt-trM">
- <rect key="frame" x="443.5" y="0.0" width="142.5" height="97"/>
- <subviews>
- <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="into_icon_quanbu" translatesAutoresizingMaskIntoConstraints="NO" id="YwJ-fa-Opu">
- <rect key="frame" x="56" y="16" width="30" height="30"/>
- <constraints>
- <constraint firstAttribute="height" constant="30" id="7h2-cN-c3A"/>
- <constraint firstAttribute="width" constant="30" id="B6x-pJ-TYq"/>
- </constraints>
- </imageView>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="全部订单" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="0Bv-SF-Hac">
- <rect key="frame" x="46.5" y="52" width="49.5" height="14.5"/>
- <fontDescription key="fontDescription" type="system" pointSize="12"/>
- <nil key="highlightedColor"/>
- </label>
- </subviews>
- <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <gestureRecognizers/>
- <constraints>
- <constraint firstItem="0Bv-SF-Hac" firstAttribute="centerX" secondItem="YwJ-fa-Opu" secondAttribute="centerX" id="FMw-cl-4x7"/>
- <constraint firstItem="0Bv-SF-Hac" firstAttribute="top" secondItem="YwJ-fa-Opu" secondAttribute="bottom" constant="6" id="cXU-V8-b8W"/>
- <constraint firstItem="YwJ-fa-Opu" firstAttribute="centerX" secondItem="abX-rt-trM" secondAttribute="centerX" id="mFm-aZ-gUm"/>
- <constraint firstItem="YwJ-fa-Opu" firstAttribute="top" secondItem="abX-rt-trM" secondAttribute="top" constant="16" id="ukh-Fn-mBC"/>
- </constraints>
- <connections>
- <outletCollection property="gestureRecognizers" destination="Y9d-8L-NAY" appends="YES" id="SUY-Hp-EEK"/>
- </connections>
- </view>
- </subviews>
- <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <constraints>
- <constraint firstItem="abX-rt-trM" firstAttribute="width" secondItem="Ms2-XD-V04" secondAttribute="width" id="09S-MV-YZG"/>
- <constraint firstItem="abX-rt-trM" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" id="0zA-cz-f0e"/>
- <constraint firstItem="ESo-yS-OuH" firstAttribute="height" secondItem="Ms2-XD-V04" secondAttribute="height" id="3RO-oS-7K4"/>
- <constraint firstItem="in9-GQ-UqP" firstAttribute="width" secondItem="Ms2-XD-V04" secondAttribute="width" id="4NX-Kg-rc1"/>
- <constraint firstItem="Ms2-XD-V04" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" id="8Aw-aD-38r"/>
- <constraint firstItem="Ms2-XD-V04" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" id="9Pb-o9-GD1"/>
- <constraint firstItem="in9-GQ-UqP" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" id="Fq5-vV-brq"/>
- <constraint firstAttribute="bottom" secondItem="Ms2-XD-V04" secondAttribute="bottom" id="KAF-v4-oVg"/>
- <constraint firstAttribute="trailing" secondItem="abX-rt-trM" secondAttribute="trailing" id="KT1-90-a66"/>
- <constraint firstAttribute="bottom" secondItem="abX-rt-trM" secondAttribute="bottom" id="RHQ-Nw-MRd"/>
- <constraint firstItem="GLa-Yo-eqL" firstAttribute="leading" secondItem="in9-GQ-UqP" secondAttribute="trailing" constant="7" id="Sco-h6-Rk2"/>
- <constraint firstItem="in9-GQ-UqP" firstAttribute="height" secondItem="Ms2-XD-V04" secondAttribute="height" id="V0g-pi-hWY"/>
- <constraint firstItem="in9-GQ-UqP" firstAttribute="leading" secondItem="ESo-yS-OuH" secondAttribute="trailing" id="bJz-b5-ph9"/>
- <constraint firstItem="ESo-yS-OuH" firstAttribute="leading" secondItem="Ms2-XD-V04" secondAttribute="trailing" id="csW-wX-DNl"/>
- <constraint firstAttribute="bottom" secondItem="ESo-yS-OuH" secondAttribute="bottom" id="ekE-5e-rQZ"/>
- <constraint firstItem="abX-rt-trM" firstAttribute="leading" secondItem="GLa-Yo-eqL" secondAttribute="trailing" constant="7" id="f2s-ss-BKL"/>
- <constraint firstItem="ESo-yS-OuH" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" id="iqO-q1-RhW"/>
- <constraint firstItem="GLa-Yo-eqL" firstAttribute="centerY" secondItem="iN0-l3-epB" secondAttribute="centerY" id="jxG-qv-JKT"/>
- <constraint firstAttribute="bottom" secondItem="in9-GQ-UqP" secondAttribute="bottom" id="m8x-t7-YSq"/>
- <constraint firstItem="ESo-yS-OuH" firstAttribute="width" secondItem="Ms2-XD-V04" secondAttribute="width" id="vBc-q5-6ZJ"/>
- <constraint firstItem="abX-rt-trM" firstAttribute="height" secondItem="Ms2-XD-V04" secondAttribute="height" id="xgt-6F-1Jk"/>
- </constraints>
- <nil key="simulatedTopBarMetrics"/>
- <nil key="simulatedBottomBarMetrics"/>
- <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
- <point key="canvasLocation" x="-182.40000000000001" y="242.42878560719643"/>
- </view>
- <tapGestureRecognizer id="dGk-vq-5yd">
- <connections>
- <action selector="tapItem:" destination="-1" id="0UV-kX-2bV"/>
- </connections>
- </tapGestureRecognizer>
- <tapGestureRecognizer id="bxc-Ze-rFz">
- <connections>
- <action selector="tapItem:" destination="-1" id="hle-UO-jMj"/>
- </connections>
- </tapGestureRecognizer>
- <tapGestureRecognizer id="ETf-HJ-HiM">
- <connections>
- <action selector="tapItem:" destination="-1" id="MRp-RZ-48U"/>
- </connections>
- </tapGestureRecognizer>
- <tapGestureRecognizer id="Y9d-8L-NAY">
- <connections>
- <action selector="tapItem:" destination="-1" id="RdI-s1-L4G"/>
- </connections>
- </tapGestureRecognizer>
- </objects>
- <resources>
- <image name="into_icon_daijiedan" width="30" height="30"/>
- <image name="into_icon_jinxingzhong" width="30" height="30"/>
- <image name="into_icon_quanbu" width="30" height="30"/>
- <image name="into_icon_yiwancheng" width="30" height="30"/>
- </resources>
- </document>
|