DelegateListForActiveViewController.xib 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  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="retina6_1" 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="DelegateListForActiveViewController" customModule="xingchuangke" customModuleProvider="target">
  12. <connections>
  13. <outlet property="imgBgView" destination="ys3-BD-f5O" id="SQg-pK-Gte"/>
  14. <outlet property="searchBtn" destination="gfO-FA-5sk" id="2X9-WQ-tle"/>
  15. <outlet property="searchTextField" destination="Vfq-MV-72V" id="k1z-yn-FrS"/>
  16. <outlet property="searchView" destination="iQ2-5l-Dml" id="kbs-W0-Eyh"/>
  17. <outlet property="tableView" destination="5Iu-fv-gck" id="KDT-bM-BSn"/>
  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="414" height="896"/>
  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="ys3-BD-f5O">
  27. <rect key="frame" x="0.0" y="0.0" width="414" height="153"/>
  28. <constraints>
  29. <constraint firstAttribute="height" constant="153" id="qER-8T-ATZ"/>
  30. </constraints>
  31. </imageView>
  32. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="iQ2-5l-Dml" userLabel="Search View">
  33. <rect key="frame" x="0.0" y="99" width="414" height="54"/>
  34. <subviews>
  35. <textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" placeholder="请输入手机号/姓名" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="Vfq-MV-72V" userLabel="search Text Field">
  36. <rect key="frame" x="15" y="10" width="384" height="34"/>
  37. <constraints>
  38. <constraint firstAttribute="height" constant="34" id="woa-WG-DqL"/>
  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="gfO-FA-5sk">
  44. <rect key="frame" x="365" y="10" width="34" height="34"/>
  45. <constraints>
  46. <constraint firstAttribute="height" constant="34" id="H15-AO-fwN"/>
  47. <constraint firstAttribute="width" constant="34" id="yXU-Gm-o3j"/>
  48. </constraints>
  49. <state key="normal" title="Button" image="ion_search"/>
  50. <connections>
  51. <action selector="searchBtnClicked:" destination="-1" eventType="touchUpInside" id="vWY-NT-Qnc"/>
  52. </connections>
  53. </button>
  54. </subviews>
  55. <constraints>
  56. <constraint firstAttribute="height" constant="54" id="68T-wg-0Dx"/>
  57. <constraint firstItem="gfO-FA-5sk" firstAttribute="trailing" secondItem="Vfq-MV-72V" secondAttribute="trailing" id="HSF-Rx-KTG"/>
  58. <constraint firstItem="Vfq-MV-72V" firstAttribute="leading" secondItem="iQ2-5l-Dml" secondAttribute="leading" constant="15" id="Hjr-2N-qrA"/>
  59. <constraint firstItem="Vfq-MV-72V" firstAttribute="trailing" secondItem="iQ2-5l-Dml" secondAttribute="trailing" constant="-15" id="V4r-Eq-0yW"/>
  60. <constraint firstItem="gfO-FA-5sk" firstAttribute="centerY" secondItem="iQ2-5l-Dml" secondAttribute="centerY" id="Zoe-Tn-GGJ"/>
  61. <constraint firstItem="Vfq-MV-72V" firstAttribute="centerY" secondItem="iQ2-5l-Dml" secondAttribute="centerY" id="vsr-TV-5Ta"/>
  62. </constraints>
  63. </view>
  64. <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" style="plain" separatorStyle="default" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="5Iu-fv-gck">
  65. <rect key="frame" x="0.0" y="153" width="414" height="743"/>
  66. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  67. </tableView>
  68. </subviews>
  69. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  70. <constraints>
  71. <constraint firstItem="5Iu-fv-gck" firstAttribute="top" secondItem="ys3-BD-f5O" secondAttribute="bottom" id="4T9-pB-PAq"/>
  72. <constraint firstItem="ys3-BD-f5O" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" id="Fc2-um-FfD"/>
  73. <constraint firstItem="iQ2-5l-Dml" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" id="J0z-pz-7r1"/>
  74. <constraint firstItem="ys3-BD-f5O" firstAttribute="centerX" secondItem="i5M-Pr-FkT" secondAttribute="centerX" id="NjU-xS-2ie"/>
  75. <constraint firstItem="ys3-BD-f5O" firstAttribute="top" secondItem="i5M-Pr-FkT" secondAttribute="top" id="X2m-l3-dPE"/>
  76. <constraint firstItem="5Iu-fv-gck" firstAttribute="bottom" secondItem="i5M-Pr-FkT" secondAttribute="bottom" id="bfG-QM-Smr"/>
  77. <constraint firstItem="iQ2-5l-Dml" firstAttribute="bottom" secondItem="ys3-BD-f5O" secondAttribute="bottom" id="cYr-Tv-lAu"/>
  78. <constraint firstItem="iQ2-5l-Dml" firstAttribute="centerX" secondItem="i5M-Pr-FkT" secondAttribute="centerX" id="fKY-mH-49X"/>
  79. <constraint firstItem="5Iu-fv-gck" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" id="mRC-Xf-ueT"/>
  80. <constraint firstItem="5Iu-fv-gck" firstAttribute="centerX" secondItem="i5M-Pr-FkT" secondAttribute="centerX" id="uhE-Ie-Uc7"/>
  81. </constraints>
  82. <viewLayoutGuide key="safeArea" id="fnl-2z-Ty3"/>
  83. <point key="canvasLocation" x="139" y="89"/>
  84. </view>
  85. </objects>
  86. <resources>
  87. <image name="img_card_banner_07" width="431" height="175"/>
  88. <image name="ion_search" width="17.5" height="17"/>
  89. </resources>
  90. </document>