MTSeachFriendNoView.xib 5.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <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">
  3. <device id="retina4_7" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="17703"/>
  7. <capability name="Safe area layout guides" minToolsVersion="9.0"/>
  8. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  9. </dependencies>
  10. <objects>
  11. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  12. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  13. <view contentMode="scaleToFill" id="iN0-l3-epB" customClass="MTSeachFriendNoView">
  14. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  15. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  16. <subviews>
  17. <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">
  18. <rect key="frame" x="147.5" y="45" width="80" height="16"/>
  19. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  20. <color key="textColor" red="0.59999999999999998" green="0.62352941176470589" blue="0.61568627450980395" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  21. <nil key="highlightedColor"/>
  22. </label>
  23. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="zWp-GN-1BQ">
  24. <rect key="frame" x="187" y="82" width="1" height="11"/>
  25. <color key="backgroundColor" red="0.59999999999999998" green="0.62352941176470589" blue="0.61568627450980395" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  26. <constraints>
  27. <constraint firstAttribute="width" constant="1" id="Dgf-23-DVh"/>
  28. <constraint firstAttribute="height" constant="11" id="vRa-j1-2SL"/>
  29. </constraints>
  30. </view>
  31. <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">
  32. <rect key="frame" x="110" y="79" width="43" height="17"/>
  33. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  34. <color key="textColor" red="0.098039215690000001" green="0.40784313729999999" blue="0.30588235289999999" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  35. <nil key="highlightedColor"/>
  36. </label>
  37. <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">
  38. <rect key="frame" x="228" y="79" width="29" height="17"/>
  39. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  40. <color key="textColor" red="0.098039215690000001" green="0.40784313729999999" blue="0.30588235289999999" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  41. <nil key="highlightedColor"/>
  42. </label>
  43. </subviews>
  44. <viewLayoutGuide key="safeArea" id="vUN-kp-3ea"/>
  45. <color key="backgroundColor" red="0.94117647058823528" green="0.94117647058823528" blue="0.94117647058823528" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  46. <constraints>
  47. <constraint firstItem="zWp-GN-1BQ" firstAttribute="top" secondItem="1hT-ce-8KB" secondAttribute="bottom" constant="21" id="5yf-Pg-xEd"/>
  48. <constraint firstItem="RXw-mm-WXy" firstAttribute="centerY" secondItem="zWp-GN-1BQ" secondAttribute="centerY" id="A5d-tY-U8k"/>
  49. <constraint firstItem="zWp-GN-1BQ" firstAttribute="leading" secondItem="RXw-mm-WXy" secondAttribute="trailing" constant="34" id="YzO-hr-nBY"/>
  50. <constraint firstItem="zWp-GN-1BQ" firstAttribute="centerX" secondItem="iN0-l3-epB" secondAttribute="centerX" id="Z5N-gX-T6b"/>
  51. <constraint firstItem="1hT-ce-8KB" firstAttribute="centerX" secondItem="iN0-l3-epB" secondAttribute="centerX" id="plm-EF-tH7"/>
  52. <constraint firstItem="HqY-m8-SSR" firstAttribute="centerY" secondItem="zWp-GN-1BQ" secondAttribute="centerY" id="sqV-bU-jtt"/>
  53. <constraint firstItem="1hT-ce-8KB" firstAttribute="top" secondItem="vUN-kp-3ea" secondAttribute="top" constant="45" id="ufY-8g-Rhn"/>
  54. <constraint firstItem="HqY-m8-SSR" firstAttribute="leading" secondItem="zWp-GN-1BQ" secondAttribute="trailing" constant="40" id="xGR-Oy-rFi"/>
  55. </constraints>
  56. <point key="canvasLocation" x="141" y="103"/>
  57. </view>
  58. </objects>
  59. </document>