123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="15505" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
- <device id="retina4_7" orientation="portrait" appearance="light"/>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="15510"/>
- <capability name="Safe area layout guides" 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="SelectedAddressViewController" customModule="xingchuangke" customModuleProvider="target">
- <connections>
- <outlet property="btnConfrim" destination="dxU-rH-KIs" id="cu2-nb-SdD"/>
- <outlet property="switchBtn" destination="chN-1g-7Me" id="b8b-0W-Zzg"/>
- <outlet property="txtAddress1" destination="iGp-L9-Sxi" id="PTG-Db-bGw"/>
- <outlet property="txtContent" destination="VG5-RH-KGf" id="aw0-LF-St4"/>
- <outlet property="txtName" destination="p3q-Dn-Duu" id="IPi-CG-ShX"/>
- <outlet property="txtPhone" destination="5UX-r2-R9Z" id="jSX-Vo-5Pd"/>
- <outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/>
- <outlet property="view1" destination="afr-wE-YGP" id="ESn-wb-ueq"/>
- <outlet property="view2" destination="liQ-Jr-K0y" id="p1G-B5-zts"/>
- <outlet property="view3" destination="bkd-Jv-9o3" id="Whv-iY-p3t"/>
- </connections>
- </placeholder>
- <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
- <view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT">
- <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="afr-wE-YGP">
- <rect key="frame" x="16" y="15" width="343" height="50"/>
- <subviews>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="收货人:" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="j9G-ZP-Mwy">
- <rect key="frame" x="12" y="15" width="58" height="17"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
- <fontDescription key="fontDescription" type="system" pointSize="14"/>
- <nil key="textColor"/>
- <nil key="highlightedColor"/>
- </label>
- <textField opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="请输入收货人姓名" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="p3q-Dn-Duu">
- <rect key="frame" x="67" y="10" width="258" height="30"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
- <fontDescription key="fontDescription" type="system" pointSize="14"/>
- <textInputTraits key="textInputTraits"/>
- </textField>
- </subviews>
- <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <constraints>
- <constraint firstAttribute="height" constant="50" id="2Yn-vH-gZ2"/>
- </constraints>
- </view>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="liQ-Jr-K0y">
- <rect key="frame" x="16" y="75" width="343" height="50"/>
- <subviews>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="手机号:" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="3cc-BZ-iPT">
- <rect key="frame" x="12" y="15" width="58" height="17"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
- <fontDescription key="fontDescription" type="system" pointSize="14"/>
- <nil key="textColor"/>
- <nil key="highlightedColor"/>
- </label>
- <textField opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="请输入收货人手机号" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="5UX-r2-R9Z">
- <rect key="frame" x="67" y="10" width="258" height="30"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
- <fontDescription key="fontDescription" type="system" pointSize="14"/>
- <textInputTraits key="textInputTraits" keyboardType="numberPad"/>
- </textField>
- </subviews>
- <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <constraints>
- <constraint firstAttribute="height" constant="50" id="6Mo-Pm-SVb"/>
- </constraints>
- </view>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="bkd-Jv-9o3">
- <rect key="frame" x="16" y="135" width="343" height="50"/>
- <subviews>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="收货地址:" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="KzN-w8-vR8">
- <rect key="frame" x="12" y="16" width="72" height="17"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
- <fontDescription key="fontDescription" type="system" pointSize="14"/>
- <nil key="textColor"/>
- <nil key="highlightedColor"/>
- </label>
- <textField opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="请选择收货地址" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="iGp-L9-Sxi">
- <rect key="frame" x="84" y="10" width="241" height="30"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
- <fontDescription key="fontDescription" type="system" pointSize="14"/>
- <textInputTraits key="textInputTraits"/>
- </textField>
- <button opaque="NO" tag="1001" contentMode="scaleToFill" contentHorizontalAlignment="right" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="kcV-Ft-kfM">
- <rect key="frame" x="0.0" y="0.0" width="325" height="50"/>
- <state key="normal" image="fanhuiq"/>
- <connections>
- <action selector="btnMenuClick:" destination="-1" eventType="touchUpInside" id="pfG-2f-dnb"/>
- </connections>
- </button>
- </subviews>
- <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <constraints>
- <constraint firstItem="kcV-Ft-kfM" firstAttribute="top" secondItem="bkd-Jv-9o3" secondAttribute="top" id="7pN-n3-KGH"/>
- <constraint firstItem="kcV-Ft-kfM" firstAttribute="leading" secondItem="bkd-Jv-9o3" secondAttribute="leading" id="GtH-8e-6Rj"/>
- <constraint firstAttribute="trailing" secondItem="kcV-Ft-kfM" secondAttribute="trailing" constant="18" id="LiW-fA-Lag"/>
- <constraint firstAttribute="bottom" secondItem="kcV-Ft-kfM" secondAttribute="bottom" id="XnM-eh-64s"/>
- <constraint firstAttribute="height" constant="50" id="yQM-Ow-C8S"/>
- </constraints>
- </view>
- <textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" textAlignment="natural" translatesAutoresizingMaskIntoConstraints="NO" id="VG5-RH-KGf">
- <rect key="frame" x="16" y="194" width="343" height="105"/>
- <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <constraints>
- <constraint firstAttribute="height" constant="105" id="NJb-H2-T4m"/>
- </constraints>
- <fontDescription key="fontDescription" type="system" pointSize="14"/>
- <textInputTraits key="textInputTraits" autocapitalizationType="sentences"/>
- </textView>
- <button opaque="NO" tag="1002" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="dxU-rH-KIs">
- <rect key="frame" x="16" y="366" width="343" height="45"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
- <color key="backgroundColor" red="0.1647058824" green="0.57254901960000004" blue="0.96862745100000003" alpha="1" colorSpace="calibratedRGB"/>
- <viewLayoutGuide key="safeArea" id="flN-Yk-Bay"/>
- <fontDescription key="fontDescription" type="system" pointSize="17"/>
- <state key="normal" title="确定">
- <color key="titleColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- </state>
- <connections>
- <action selector="btnMenuClick:" destination="-1" eventType="touchUpInside" id="JPU-oL-Js5"/>
- </connections>
- </button>
- <view contentMode="scaleToFill" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="5Hh-jk-LtF">
- <rect key="frame" x="16" y="308" width="343" height="50"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
- <subviews>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="是否设为默认地址:" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="8yD-Sf-3ty">
- <rect key="frame" x="16" y="15" width="130" height="21"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
- <viewLayoutGuide key="safeArea" id="41T-gA-1vN"/>
- <fontDescription key="fontDescription" type="system" pointSize="14"/>
- <nil key="textColor"/>
- <nil key="highlightedColor"/>
- </label>
- <switch opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="750" verticalHuggingPriority="750" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" on="YES" translatesAutoresizingMaskIntoConstraints="NO" id="chN-1g-7Me">
- <rect key="frame" x="262" y="10" width="49" height="31"/>
- <autoresizingMask key="autoresizingMask" flexibleMinX="YES"/>
- <viewLayoutGuide key="safeArea" id="FnZ-Lx-zwu"/>
- <connections>
- <action selector="switchChanged:" destination="-1" eventType="valueChanged" id="t29-8C-hOR"/>
- </connections>
- </switch>
- </subviews>
- <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
- <viewLayoutGuide key="safeArea" id="Nz4-bM-sUF"/>
- </view>
- </subviews>
- <color key="backgroundColor" red="0.96862745098039216" green="0.96862745098039216" blue="0.97647058823529409" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <constraints>
- <constraint firstItem="fnl-2z-Ty3" firstAttribute="trailing" secondItem="VG5-RH-KGf" secondAttribute="trailing" constant="16" id="Ck7-pr-IsX"/>
- <constraint firstItem="VG5-RH-KGf" firstAttribute="leading" secondItem="fnl-2z-Ty3" secondAttribute="leading" constant="16" id="Pw6-yo-Hai"/>
- <constraint firstItem="bkd-Jv-9o3" firstAttribute="top" secondItem="liQ-Jr-K0y" secondAttribute="bottom" constant="10" id="RmN-Q9-eRk"/>
- <constraint firstItem="fnl-2z-Ty3" firstAttribute="trailing" secondItem="afr-wE-YGP" secondAttribute="trailing" constant="16" id="S4W-TW-ASp"/>
- <constraint firstItem="fnl-2z-Ty3" firstAttribute="trailing" secondItem="liQ-Jr-K0y" secondAttribute="trailing" constant="16" id="WFP-f3-fdp"/>
- <constraint firstItem="fnl-2z-Ty3" firstAttribute="trailing" secondItem="bkd-Jv-9o3" secondAttribute="trailing" constant="16" id="bPt-Fz-RbZ"/>
- <constraint firstItem="bkd-Jv-9o3" firstAttribute="leading" secondItem="fnl-2z-Ty3" secondAttribute="leading" constant="16" id="eeD-eF-k44"/>
- <constraint firstItem="afr-wE-YGP" firstAttribute="top" secondItem="fnl-2z-Ty3" secondAttribute="top" constant="15" id="hOL-6d-1aV"/>
- <constraint firstItem="afr-wE-YGP" firstAttribute="leading" secondItem="fnl-2z-Ty3" secondAttribute="leading" constant="16" id="k0N-Yd-yfP"/>
- <constraint firstItem="liQ-Jr-K0y" firstAttribute="top" secondItem="afr-wE-YGP" secondAttribute="bottom" constant="10" id="lV9-Hq-GmM"/>
- <constraint firstItem="liQ-Jr-K0y" firstAttribute="leading" secondItem="fnl-2z-Ty3" secondAttribute="leading" constant="16" id="qIa-HU-MZq"/>
- <constraint firstItem="VG5-RH-KGf" firstAttribute="top" secondItem="bkd-Jv-9o3" secondAttribute="bottom" constant="9" id="tcl-u6-J7x"/>
- </constraints>
- <viewLayoutGuide key="safeArea" id="fnl-2z-Ty3"/>
- <point key="canvasLocation" x="-199.19999999999999" y="-8.5457271364317844"/>
- </view>
- </objects>
- <resources>
- <image name="fanhuiq" width="7" height="12.5"/>
- </resources>
- </document>
|