NewlyAddedDelegateViewController.xib 8.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <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">
  3. <device id="retina4_7" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="16087"/>
  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" customClass="NewlyAddedDelegateViewController" customModule="xingchuangke" customModuleProvider="target">
  12. <connections>
  13. <outlet property="imgBgView" destination="Lhd-KC-30X" id="0Ap-vS-irD"/>
  14. <outlet property="searchTextField" destination="9tD-4z-ba7" id="2gv-Xn-ZHY"/>
  15. <outlet property="searchView" destination="9YU-Z5-eRk" id="I1j-tq-IdR"/>
  16. <outlet property="tableView" destination="e3j-YF-Y6e" id="eBF-q9-0kU"/>
  17. <outlet property="timeLabel" destination="ZXu-4U-8DN" id="Xzq-X3-WeW"/>
  18. <outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/>
  19. </connections>
  20. </placeholder>
  21. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  22. <view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT">
  23. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  24. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  25. <subviews>
  26. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="img_card_banner_07" translatesAutoresizingMaskIntoConstraints="NO" id="Lhd-KC-30X">
  27. <rect key="frame" x="0.0" y="0.0" width="375" height="153"/>
  28. <constraints>
  29. <constraint firstAttribute="height" constant="153" id="J0y-pV-I2c"/>
  30. </constraints>
  31. </imageView>
  32. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="9YU-Z5-eRk" userLabel="Search View">
  33. <rect key="frame" x="0.0" y="99" width="375" height="54"/>
  34. <subviews>
  35. <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">
  36. <rect key="frame" x="15" y="10" width="345" height="34"/>
  37. <constraints>
  38. <constraint firstAttribute="height" constant="34" id="TKy-9T-Fzd"/>
  39. </constraints>
  40. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  41. <textInputTraits key="textInputTraits"/>
  42. </textField>
  43. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="f6F-da-Lxi">
  44. <rect key="frame" x="326" y="10" width="34" height="34"/>
  45. <constraints>
  46. <constraint firstAttribute="width" constant="34" id="7Sk-Y0-dYi"/>
  47. <constraint firstAttribute="height" constant="34" id="O9j-vz-lwr"/>
  48. </constraints>
  49. <state key="normal" title="Button" image="ion_search"/>
  50. <connections>
  51. <action selector="searchBtnClick:" destination="-1" eventType="touchUpInside" id="udo-s6-R2Q"/>
  52. </connections>
  53. </button>
  54. </subviews>
  55. <constraints>
  56. <constraint firstItem="f6F-da-Lxi" firstAttribute="trailing" secondItem="9tD-4z-ba7" secondAttribute="trailing" id="4EB-w7-Ene"/>
  57. <constraint firstItem="9tD-4z-ba7" firstAttribute="leading" secondItem="9YU-Z5-eRk" secondAttribute="leading" constant="15" id="8Ac-DE-Bat"/>
  58. <constraint firstItem="9tD-4z-ba7" firstAttribute="trailing" secondItem="9YU-Z5-eRk" secondAttribute="trailing" constant="-15" id="FtY-ds-9pc"/>
  59. <constraint firstAttribute="height" constant="54" id="NFm-5O-oeB"/>
  60. <constraint firstItem="9tD-4z-ba7" firstAttribute="centerY" secondItem="9YU-Z5-eRk" secondAttribute="centerY" id="W3x-pA-6If"/>
  61. <constraint firstItem="f6F-da-Lxi" firstAttribute="centerY" secondItem="9YU-Z5-eRk" secondAttribute="centerY" id="cVY-pI-0G8"/>
  62. </constraints>
  63. </view>
  64. <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">
  65. <rect key="frame" x="15" y="158" width="35.5" height="17"/>
  66. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  67. <nil key="textColor"/>
  68. <nil key="highlightedColor"/>
  69. </label>
  70. <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">
  71. <rect key="frame" x="0.0" y="180" width="375" height="487"/>
  72. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  73. </tableView>
  74. </subviews>
  75. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  76. <constraints>
  77. <constraint firstItem="e3j-YF-Y6e" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" id="3sI-8c-w3m"/>
  78. <constraint firstItem="ZXu-4U-8DN" firstAttribute="leading" secondItem="fnl-2z-Ty3" secondAttribute="leading" constant="15" id="N7H-4l-a0C"/>
  79. <constraint firstItem="9YU-Z5-eRk" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" id="NYi-Yx-bXS"/>
  80. <constraint firstItem="e3j-YF-Y6e" firstAttribute="centerX" secondItem="i5M-Pr-FkT" secondAttribute="centerX" id="ZUG-EY-S0K"/>
  81. <constraint firstItem="9YU-Z5-eRk" firstAttribute="bottom" secondItem="Lhd-KC-30X" secondAttribute="bottom" id="a7R-3G-pUt"/>
  82. <constraint firstItem="Lhd-KC-30X" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" id="b5E-rN-GFT"/>
  83. <constraint firstItem="e3j-YF-Y6e" firstAttribute="top" secondItem="ZXu-4U-8DN" secondAttribute="bottom" constant="5" id="c6S-2a-pkh"/>
  84. <constraint firstItem="Lhd-KC-30X" firstAttribute="top" secondItem="i5M-Pr-FkT" secondAttribute="top" id="cWX-C0-qzg"/>
  85. <constraint firstItem="ZXu-4U-8DN" firstAttribute="top" secondItem="Lhd-KC-30X" secondAttribute="bottom" constant="5" id="h9D-S1-72E"/>
  86. <constraint firstItem="e3j-YF-Y6e" firstAttribute="bottom" secondItem="fnl-2z-Ty3" secondAttribute="bottom" id="l7r-ca-NOl"/>
  87. <constraint firstItem="9YU-Z5-eRk" firstAttribute="centerX" secondItem="i5M-Pr-FkT" secondAttribute="centerX" id="muM-oN-tOm"/>
  88. <constraint firstItem="Lhd-KC-30X" firstAttribute="centerX" secondItem="i5M-Pr-FkT" secondAttribute="centerX" id="rSg-4b-fAe"/>
  89. </constraints>
  90. <viewLayoutGuide key="safeArea" id="fnl-2z-Ty3"/>
  91. <point key="canvasLocation" x="139" y="83"/>
  92. </view>
  93. </objects>
  94. <resources>
  95. <image name="img_card_banner_07" width="431" height="175"/>
  96. <image name="ion_search" width="17.5" height="17"/>
  97. </resources>
  98. </document>