1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="16097.2" 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="16087"/>
- <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="NewlyAddedDelegateViewController" customModule="xingchuangke" customModuleProvider="target">
- <connections>
- <outlet property="imgBgView" destination="Lhd-KC-30X" id="0Ap-vS-irD"/>
- <outlet property="searchTextField" destination="9tD-4z-ba7" id="2gv-Xn-ZHY"/>
- <outlet property="searchView" destination="9YU-Z5-eRk" id="I1j-tq-IdR"/>
- <outlet property="tableView" destination="e3j-YF-Y6e" id="eBF-q9-0kU"/>
- <outlet property="timeLabel" destination="ZXu-4U-8DN" id="Xzq-X3-WeW"/>
- <outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/>
- </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>
- <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="img_card_banner_07" translatesAutoresizingMaskIntoConstraints="NO" id="Lhd-KC-30X">
- <rect key="frame" x="0.0" y="0.0" width="375" height="153"/>
- <constraints>
- <constraint firstAttribute="height" constant="153" id="J0y-pV-I2c"/>
- </constraints>
- </imageView>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="9YU-Z5-eRk" userLabel="Search View">
- <rect key="frame" x="0.0" y="99" width="375" height="54"/>
- <subviews>
- <textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" placeholder="请输入手机号/姓名" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="9tD-4z-ba7" userLabel="search Text Field">
- <rect key="frame" x="15" y="10" width="345" height="34"/>
- <constraints>
- <constraint firstAttribute="height" constant="34" id="TKy-9T-Fzd"/>
- </constraints>
- <fontDescription key="fontDescription" type="system" pointSize="14"/>
- <textInputTraits key="textInputTraits"/>
- </textField>
- <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="f6F-da-Lxi">
- <rect key="frame" x="326" y="10" width="34" height="34"/>
- <constraints>
- <constraint firstAttribute="width" constant="34" id="7Sk-Y0-dYi"/>
- <constraint firstAttribute="height" constant="34" id="O9j-vz-lwr"/>
- </constraints>
- <state key="normal" title="Button" image="ion_search"/>
- <connections>
- <action selector="searchBtnClick:" destination="-1" eventType="touchUpInside" id="udo-s6-R2Q"/>
- </connections>
- </button>
- </subviews>
- <constraints>
- <constraint firstItem="f6F-da-Lxi" firstAttribute="trailing" secondItem="9tD-4z-ba7" secondAttribute="trailing" id="4EB-w7-Ene"/>
- <constraint firstItem="9tD-4z-ba7" firstAttribute="leading" secondItem="9YU-Z5-eRk" secondAttribute="leading" constant="15" id="8Ac-DE-Bat"/>
- <constraint firstItem="9tD-4z-ba7" firstAttribute="trailing" secondItem="9YU-Z5-eRk" secondAttribute="trailing" constant="-15" id="FtY-ds-9pc"/>
- <constraint firstAttribute="height" constant="54" id="NFm-5O-oeB"/>
- <constraint firstItem="9tD-4z-ba7" firstAttribute="centerY" secondItem="9YU-Z5-eRk" secondAttribute="centerY" id="W3x-pA-6If"/>
- <constraint firstItem="f6F-da-Lxi" firstAttribute="centerY" secondItem="9YU-Z5-eRk" secondAttribute="centerY" id="cVY-pI-0G8"/>
- </constraints>
- </view>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="ZXu-4U-8DN">
- <rect key="frame" x="15" y="158" width="35.5" height="17"/>
- <fontDescription key="fontDescription" type="system" pointSize="14"/>
- <nil key="textColor"/>
- <nil key="highlightedColor"/>
- </label>
- <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" style="plain" separatorStyle="default" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="e3j-YF-Y6e">
- <rect key="frame" x="0.0" y="180" width="375" height="487"/>
- <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
- </tableView>
- </subviews>
- <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
- <constraints>
- <constraint firstItem="e3j-YF-Y6e" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" id="3sI-8c-w3m"/>
- <constraint firstItem="ZXu-4U-8DN" firstAttribute="leading" secondItem="fnl-2z-Ty3" secondAttribute="leading" constant="15" id="N7H-4l-a0C"/>
- <constraint firstItem="9YU-Z5-eRk" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" id="NYi-Yx-bXS"/>
- <constraint firstItem="e3j-YF-Y6e" firstAttribute="centerX" secondItem="i5M-Pr-FkT" secondAttribute="centerX" id="ZUG-EY-S0K"/>
- <constraint firstItem="9YU-Z5-eRk" firstAttribute="bottom" secondItem="Lhd-KC-30X" secondAttribute="bottom" id="a7R-3G-pUt"/>
- <constraint firstItem="Lhd-KC-30X" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" id="b5E-rN-GFT"/>
- <constraint firstItem="e3j-YF-Y6e" firstAttribute="top" secondItem="ZXu-4U-8DN" secondAttribute="bottom" constant="5" id="c6S-2a-pkh"/>
- <constraint firstItem="Lhd-KC-30X" firstAttribute="top" secondItem="i5M-Pr-FkT" secondAttribute="top" id="cWX-C0-qzg"/>
- <constraint firstItem="ZXu-4U-8DN" firstAttribute="top" secondItem="Lhd-KC-30X" secondAttribute="bottom" constant="5" id="h9D-S1-72E"/>
- <constraint firstItem="e3j-YF-Y6e" firstAttribute="bottom" secondItem="fnl-2z-Ty3" secondAttribute="bottom" id="l7r-ca-NOl"/>
- <constraint firstItem="9YU-Z5-eRk" firstAttribute="centerX" secondItem="i5M-Pr-FkT" secondAttribute="centerX" id="muM-oN-tOm"/>
- <constraint firstItem="Lhd-KC-30X" firstAttribute="centerX" secondItem="i5M-Pr-FkT" secondAttribute="centerX" id="rSg-4b-fAe"/>
- </constraints>
- <viewLayoutGuide key="safeArea" id="fnl-2z-Ty3"/>
- <point key="canvasLocation" x="139" y="83"/>
- </view>
- </objects>
- <resources>
- <image name="img_card_banner_07" width="431" height="175"/>
- <image name="ion_search" width="17.5" height="17"/>
- </resources>
- </document>
|