1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="17701" 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="17703"/>
- <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"/>
- <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
- <view contentMode="scaleToFill" id="iN0-l3-epB" customClass="MTSeachFriendNoView">
- <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="搜索指定内容" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="1hT-ce-8KB">
- <rect key="frame" x="147.5" y="45" width="80" height="16"/>
- <fontDescription key="fontDescription" type="system" pointSize="13"/>
- <color key="textColor" red="0.59999999999999998" green="0.62352941176470589" blue="0.61568627450980395" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <nil key="highlightedColor"/>
- </label>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="zWp-GN-1BQ">
- <rect key="frame" x="187" y="82" width="1" height="11"/>
- <color key="backgroundColor" red="0.59999999999999998" green="0.62352941176470589" blue="0.61568627450980395" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <constraints>
- <constraint firstAttribute="width" constant="1" id="Dgf-23-DVh"/>
- <constraint firstAttribute="height" constant="11" id="vRa-j1-2SL"/>
- </constraints>
- </view>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="联系人" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="RXw-mm-WXy">
- <rect key="frame" x="110" y="79" width="43" height="17"/>
- <fontDescription key="fontDescription" type="system" pointSize="14"/>
- <color key="textColor" red="0.098039215690000001" green="0.40784313729999999" blue="0.30588235289999999" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <nil key="highlightedColor"/>
- </label>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="群聊" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="HqY-m8-SSR">
- <rect key="frame" x="228" y="79" width="29" height="17"/>
- <fontDescription key="fontDescription" type="system" pointSize="14"/>
- <color key="textColor" red="0.098039215690000001" green="0.40784313729999999" blue="0.30588235289999999" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <nil key="highlightedColor"/>
- </label>
- </subviews>
- <viewLayoutGuide key="safeArea" id="vUN-kp-3ea"/>
- <color key="backgroundColor" red="0.94117647058823528" green="0.94117647058823528" blue="0.94117647058823528" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <constraints>
- <constraint firstItem="zWp-GN-1BQ" firstAttribute="top" secondItem="1hT-ce-8KB" secondAttribute="bottom" constant="21" id="5yf-Pg-xEd"/>
- <constraint firstItem="RXw-mm-WXy" firstAttribute="centerY" secondItem="zWp-GN-1BQ" secondAttribute="centerY" id="A5d-tY-U8k"/>
- <constraint firstItem="zWp-GN-1BQ" firstAttribute="leading" secondItem="RXw-mm-WXy" secondAttribute="trailing" constant="34" id="YzO-hr-nBY"/>
- <constraint firstItem="zWp-GN-1BQ" firstAttribute="centerX" secondItem="iN0-l3-epB" secondAttribute="centerX" id="Z5N-gX-T6b"/>
- <constraint firstItem="1hT-ce-8KB" firstAttribute="centerX" secondItem="iN0-l3-epB" secondAttribute="centerX" id="plm-EF-tH7"/>
- <constraint firstItem="HqY-m8-SSR" firstAttribute="centerY" secondItem="zWp-GN-1BQ" secondAttribute="centerY" id="sqV-bU-jtt"/>
- <constraint firstItem="1hT-ce-8KB" firstAttribute="top" secondItem="vUN-kp-3ea" secondAttribute="top" constant="45" id="ufY-8g-Rhn"/>
- <constraint firstItem="HqY-m8-SSR" firstAttribute="leading" secondItem="zWp-GN-1BQ" secondAttribute="trailing" constant="40" id="xGR-Oy-rFi"/>
- </constraints>
- <point key="canvasLocation" x="141" y="103"/>
- </view>
- </objects>
- </document>
|