OrderSelectMoreView.xib 13 KB
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="16096" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
    <device id="retina4_7" orientation="portrait" appearance="light"/>
    <dependencies>
        <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="16086"/>
        <capability name="Named colors" minToolsVersion="9.0"/>
        <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
    </dependencies>
    <objects>
        <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="OrderSelectMoreView">
            <connections>
                <outlet property="contentHeight" destination="MoJ-QU-lc9" id="A6E-16-iib"/>
                <outlet property="contentWidht" destination="Maq-yV-LoF" id="OFR-Dg-Djw"/>
                <outlet property="moreBgView" destination="8Ir-pU-hYD" id="e2J-vs-M4j"/>
            </connections>
        </placeholder>
        <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
        <view clipsSubviews="YES" contentMode="scaleToFill" id="iN0-l3-epB">
            <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
            <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
            <subviews>
                <view clipsSubviews="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="XxT-ef-JCa">
                    <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
                    <color key="backgroundColor" name="提示视图背景色"/>
                    <gestureRecognizers/>
                    <connections>
                        <outletCollection property="gestureRecognizers" destination="eFW-7l-Ug1" appends="YES" id="rGr-pX-vNO"/>
                    </connections>
                </view>
                <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="jdd-MN-xKa">
                    <rect key="frame" x="0.0" y="-5" width="375" height="450"/>
                    <subviews>
                        <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Aa2-Gq-Tga">
                            <rect key="frame" x="0.0" y="399" width="375" height="1"/>
                            <color key="backgroundColor" name="灰色分界线"/>
                            <constraints>
                                <constraint firstAttribute="height" constant="1" id="kEr-v0-j2o"/>
                            </constraints>
                        </view>
                        <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="ZjA-JG-8Bi">
                            <rect key="frame" x="187" y="400" width="1" height="50"/>
                            <color key="backgroundColor" name="灰色分界线"/>
                            <constraints>
                                <constraint firstAttribute="width" constant="1" id="BB6-25-bs0"/>
                            </constraints>
                        </view>
                        <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="eqJ-Ca-ryF">
                            <rect key="frame" x="0.0" y="400" width="187" height="50"/>
                            <fontDescription key="fontDescription" type="system" pointSize="13"/>
                            <state key="normal" title="重置">
                                <color key="titleColor" name="灰色字体颜色"/>
                            </state>
                        </button>
                        <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="sTi-CD-uRH">
                            <rect key="frame" x="188" y="400" width="187" height="50"/>
                            <fontDescription key="fontDescription" type="system" pointSize="13"/>
                            <state key="normal" title="确定">
                                <color key="titleColor" name="蓝色字体颜色"/>
                            </state>
                        </button>
                        <scrollView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="zOf-Po-PY2">
                            <rect key="frame" x="0.0" y="5" width="375" height="394"/>
                            <subviews>
                                <view clipsSubviews="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="8Ir-pU-hYD" userLabel="contentView">
                                    <rect key="frame" x="0.0" y="0.0" width="375" height="400"/>
                                    <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
                                    <constraints>
                                        <constraint firstAttribute="width" constant="375" id="Maq-yV-LoF">
                                            <userDefinedRuntimeAttributes>
                                                <userDefinedRuntimeAttribute type="boolean" keyPath="isAdaptateScreen" value="YES"/>
                                            </userDefinedRuntimeAttributes>
                                        </constraint>
                                        <constraint firstAttribute="height" constant="400" id="MoJ-QU-lc9">
                                            <userDefinedRuntimeAttributes>
                                                <userDefinedRuntimeAttribute type="boolean" keyPath="isAdaptateScreen" value="YES"/>
                                            </userDefinedRuntimeAttributes>
                                        </constraint>
                                    </constraints>
                                </view>
                            </subviews>
                            <constraints>
                                <constraint firstAttribute="trailing" secondItem="8Ir-pU-hYD" secondAttribute="trailing" id="2Nc-Yd-0C6"/>
                                <constraint firstItem="8Ir-pU-hYD" firstAttribute="leading" secondItem="zOf-Po-PY2" secondAttribute="leading" id="LMi-lF-UC7"/>
                                <constraint firstItem="8Ir-pU-hYD" firstAttribute="top" secondItem="zOf-Po-PY2" secondAttribute="top" id="QuN-Os-DK1"/>
                                <constraint firstAttribute="bottom" secondItem="8Ir-pU-hYD" secondAttribute="bottom" constant="1" id="ULm-fK-ffI"/>
                            </constraints>
                            <viewLayoutGuide key="contentLayoutGuide" id="Ez2-0F-GmD"/>
                            <viewLayoutGuide key="frameLayoutGuide" id="65K-Ih-2xq"/>
                        </scrollView>
                    </subviews>
                    <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
                    <constraints>
                        <constraint firstItem="ZjA-JG-8Bi" firstAttribute="leading" secondItem="eqJ-Ca-ryF" secondAttribute="trailing" id="1dD-kq-jUo"/>
                        <constraint firstAttribute="trailing" secondItem="Aa2-Gq-Tga" secondAttribute="trailing" id="3sp-xm-trK"/>
                        <constraint firstItem="ZjA-JG-8Bi" firstAttribute="centerX" secondItem="jdd-MN-xKa" secondAttribute="centerX" id="5Gq-4q-G21"/>
                        <constraint firstAttribute="trailing" secondItem="sTi-CD-uRH" secondAttribute="trailing" id="6Te-mt-Haa"/>
                        <constraint firstAttribute="bottom" secondItem="sTi-CD-uRH" secondAttribute="bottom" id="6Xa-C7-gfS"/>
                        <constraint firstItem="eqJ-Ca-ryF" firstAttribute="top" secondItem="Aa2-Gq-Tga" secondAttribute="bottom" id="Bja-iy-hMM"/>
                        <constraint firstItem="sTi-CD-uRH" firstAttribute="top" secondItem="Aa2-Gq-Tga" secondAttribute="bottom" id="HnI-Vw-MPv"/>
                        <constraint firstAttribute="bottom" secondItem="ZjA-JG-8Bi" secondAttribute="bottom" id="MzQ-Dc-uZI"/>
                        <constraint firstAttribute="height" constant="450" id="Ox5-6L-Sdm">
                            <userDefinedRuntimeAttributes>
                                <userDefinedRuntimeAttribute type="boolean" keyPath="isAdaptateScreen" value="YES"/>
                            </userDefinedRuntimeAttributes>
                        </constraint>
                        <constraint firstItem="Aa2-Gq-Tga" firstAttribute="top" secondItem="zOf-Po-PY2" secondAttribute="bottom" id="SR0-r1-Lex"/>
                        <constraint firstAttribute="trailing" secondItem="zOf-Po-PY2" secondAttribute="trailing" id="VGe-bY-PQi"/>
                        <constraint firstItem="zOf-Po-PY2" firstAttribute="top" secondItem="jdd-MN-xKa" secondAttribute="top" constant="5" id="VJX-NT-HKi"/>
                        <constraint firstItem="Aa2-Gq-Tga" firstAttribute="leading" secondItem="jdd-MN-xKa" secondAttribute="leading" id="eyE-Di-kPM"/>
                        <constraint firstItem="zOf-Po-PY2" firstAttribute="leading" secondItem="jdd-MN-xKa" secondAttribute="leading" id="gOh-nx-EqA"/>
                        <constraint firstAttribute="bottom" secondItem="eqJ-Ca-ryF" secondAttribute="bottom" id="khU-s2-oBA"/>
                        <constraint firstItem="ZjA-JG-8Bi" firstAttribute="top" secondItem="Aa2-Gq-Tga" secondAttribute="bottom" id="piN-ao-ymM"/>
                        <constraint firstItem="eqJ-Ca-ryF" firstAttribute="leading" secondItem="jdd-MN-xKa" secondAttribute="leading" id="qvT-NV-QHG"/>
                        <constraint firstAttribute="bottom" secondItem="Aa2-Gq-Tga" secondAttribute="bottom" constant="50" id="z8e-SX-0dd"/>
                        <constraint firstItem="sTi-CD-uRH" firstAttribute="leading" secondItem="ZjA-JG-8Bi" secondAttribute="trailing" id="z9s-k0-HhR"/>
                    </constraints>
                    <userDefinedRuntimeAttributes>
                        <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
                            <real key="value" value="5"/>
                        </userDefinedRuntimeAttribute>
                    </userDefinedRuntimeAttributes>
                </view>
            </subviews>
            <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
            <constraints>
                <constraint firstAttribute="trailing" secondItem="XxT-ef-JCa" secondAttribute="trailing" id="GO4-rR-Wdl"/>
                <constraint firstAttribute="trailing" secondItem="jdd-MN-xKa" secondAttribute="trailing" id="LMC-6Y-0Ih"/>
                <constraint firstItem="jdd-MN-xKa" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" constant="-5" id="MJ3-pL-Gla"/>
                <constraint firstItem="jdd-MN-xKa" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" id="bzD-SC-qgb"/>
                <constraint firstItem="XxT-ef-JCa" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" id="ntA-VW-dzI"/>
                <constraint firstAttribute="bottom" secondItem="XxT-ef-JCa" secondAttribute="bottom" id="vlS-ux-c66"/>
                <constraint firstItem="XxT-ef-JCa" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" id="zTR-RI-W7W"/>
            </constraints>
            <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
            <point key="canvasLocation" x="-130.40000000000001" y="123.68815592203899"/>
        </view>
        <tapGestureRecognizer id="eFW-7l-Ug1">
            <connections>
                <action selector="colseByBlackTap:" destination="-1" id="rm2-C3-MXz"/>
            </connections>
        </tapGestureRecognizer>
    </objects>
    <resources>
        <namedColor name="提示视图背景色">
            <color red="0.1803921568627451" green="0.1803921568627451" blue="0.1803921568627451" alpha="0.5" colorSpace="custom" customColorSpace="sRGB"/>
        </namedColor>
        <namedColor name="灰色分界线">
            <color red="0.92941176470588238" green="0.92941176470588238" blue="0.92941176470588238" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
        </namedColor>
        <namedColor name="灰色字体颜色">
            <color red="0.40000000000000002" green="0.40000000000000002" blue="0.40000000000000002" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
        </namedColor>
        <namedColor name="蓝色字体颜色">
            <color red="0.27843137254901962" green="0.5607843137254902" blue="0.8901960784313725" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
        </namedColor>
    </resources>
</document>