RecommendTableViewCell.xib 8.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="12121" systemVersion="16F73" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
  3. <device id="retina4_7" orientation="portrait">
  4. <adaptation id="fullscreen"/>
  5. </device>
  6. <dependencies>
  7. <deployment identifier="iOS"/>
  8. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="12089"/>
  9. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  10. </dependencies>
  11. <objects>
  12. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  13. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  14. <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" reuseIdentifier="recommendCell" rowHeight="123" id="KGk-i7-Jjw" customClass="RecommendTableViewCell">
  15. <rect key="frame" x="0.0" y="0.0" width="602" height="123"/>
  16. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  17. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
  18. <rect key="frame" x="0.0" y="0.0" width="602" height="123"/>
  19. <autoresizingMask key="autoresizingMask"/>
  20. <subviews>
  21. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="推荐人信息类型" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="glr-sd-Rx0">
  22. <rect key="frame" x="10" y="10" width="110" height="30"/>
  23. <constraints>
  24. <constraint firstAttribute="width" constant="110" id="hzb-oA-Idj"/>
  25. <constraint firstAttribute="height" constant="30" id="r8q-bh-FKZ"/>
  26. </constraints>
  27. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  28. <nil key="textColor"/>
  29. <nil key="highlightedColor"/>
  30. </label>
  31. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="me_chooseType" translatesAutoresizingMaskIntoConstraints="NO" id="vNb-Xp-L8N">
  32. <rect key="frame" x="130" y="10" width="462" height="30"/>
  33. <constraints>
  34. <constraint firstAttribute="height" constant="30" id="7ng-Oq-R13"/>
  35. </constraints>
  36. </imageView>
  37. <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" enabled="NO" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="请选择推荐人信息类型" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="qn3-Mh-V8g">
  38. <rect key="frame" x="136" y="10" width="456" height="30"/>
  39. <color key="backgroundColor" red="0.0" green="0.0" blue="0.0" alpha="0.0" colorSpace="custom" customColorSpace="sRGB"/>
  40. <constraints>
  41. <constraint firstAttribute="height" constant="30" id="fbW-7E-SzV"/>
  42. </constraints>
  43. <nil key="textColor"/>
  44. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  45. <textInputTraits key="textInputTraits"/>
  46. </textField>
  47. <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="0TK-d2-Nzd">
  48. <rect key="frame" x="10" y="50" width="582" height="30"/>
  49. <constraints>
  50. <constraint firstAttribute="height" constant="30" id="g8b-Z2-sBO"/>
  51. </constraints>
  52. <nil key="textColor"/>
  53. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  54. <textInputTraits key="textInputTraits" keyboardType="numberPad"/>
  55. </textField>
  56. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="G5t-MN-vAs">
  57. <rect key="frame" x="130" y="10" width="462" height="30"/>
  58. <constraints>
  59. <constraint firstAttribute="height" constant="30" id="IDb-h7-eWB"/>
  60. </constraints>
  61. <connections>
  62. <action selector="choseType:" destination="KGk-i7-Jjw" eventType="touchUpInside" id="7fN-Cj-D4y"/>
  63. </connections>
  64. </button>
  65. </subviews>
  66. <constraints>
  67. <constraint firstItem="G5t-MN-vAs" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="10" id="0of-05-Vfi"/>
  68. <constraint firstItem="0TK-d2-Nzd" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="10" id="7Cz-mZ-TRv"/>
  69. <constraint firstAttribute="trailing" secondItem="G5t-MN-vAs" secondAttribute="trailing" constant="10" id="ATW-d5-199"/>
  70. <constraint firstItem="glr-sd-Rx0" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="10" id="DQN-N1-dwG"/>
  71. <constraint firstAttribute="trailing" secondItem="qn3-Mh-V8g" secondAttribute="trailing" constant="10" id="E3H-A2-utH"/>
  72. <constraint firstAttribute="trailing" secondItem="0TK-d2-Nzd" secondAttribute="trailing" constant="10" id="VMC-za-MzG"/>
  73. <constraint firstItem="qn3-Mh-V8g" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="10" id="WbM-ub-MPz"/>
  74. <constraint firstItem="qn3-Mh-V8g" firstAttribute="leading" secondItem="glr-sd-Rx0" secondAttribute="trailing" constant="16" id="WiD-QU-PP9"/>
  75. <constraint firstAttribute="trailing" secondItem="vNb-Xp-L8N" secondAttribute="trailing" constant="10" id="YaR-cc-Jqw"/>
  76. <constraint firstItem="glr-sd-Rx0" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="10" id="lTp-Wj-6e4"/>
  77. <constraint firstItem="vNb-Xp-L8N" firstAttribute="leading" secondItem="glr-sd-Rx0" secondAttribute="trailing" constant="10" id="obV-oF-c77"/>
  78. <constraint firstItem="0TK-d2-Nzd" firstAttribute="top" secondItem="qn3-Mh-V8g" secondAttribute="bottom" constant="10" id="ou6-z0-HPJ"/>
  79. <constraint firstItem="G5t-MN-vAs" firstAttribute="leading" secondItem="glr-sd-Rx0" secondAttribute="trailing" constant="10" id="r1t-qJ-QE0"/>
  80. <constraint firstItem="vNb-Xp-L8N" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="10" id="rQ2-hN-vfy"/>
  81. </constraints>
  82. </tableViewCellContentView>
  83. <connections>
  84. <outlet property="recommendField" destination="0TK-d2-Nzd" id="2Ms-Kj-98v"/>
  85. <outlet property="recommendLabel" destination="glr-sd-Rx0" id="ObX-Xg-o6x"/>
  86. <outlet property="recommendTypeBtn" destination="G5t-MN-vAs" id="K0Z-5R-Ym4"/>
  87. <outlet property="recommendTypeField" destination="qn3-Mh-V8g" id="SX8-nX-Tdw"/>
  88. </connections>
  89. <point key="canvasLocation" x="-164" y="94.5"/>
  90. </tableViewCell>
  91. </objects>
  92. <resources>
  93. <image name="me_chooseType" width="200" height="30"/>
  94. </resources>
  95. </document>