ContractListCell.xib 6.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="21225" 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="21207"/>
  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. <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" rowHeight="85" id="KGk-i7-Jjw" customClass="ContractListCell">
  14. <rect key="frame" x="0.0" y="0.0" width="384" height="85"/>
  15. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  16. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
  17. <rect key="frame" x="0.0" y="0.0" width="384" height="85"/>
  18. <autoresizingMask key="autoresizingMask"/>
  19. <subviews>
  20. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="chat_personLogo" translatesAutoresizingMaskIntoConstraints="NO" id="vI1-v5-uMm">
  21. <rect key="frame" x="14" y="20.5" width="44" height="44"/>
  22. <constraints>
  23. <constraint firstAttribute="width" constant="44" id="25B-HV-Nhl"/>
  24. <constraint firstAttribute="height" constant="44" id="zF0-8A-Kxy"/>
  25. </constraints>
  26. <userDefinedRuntimeAttributes>
  27. <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
  28. <real key="value" value="4"/>
  29. </userDefinedRuntimeAttribute>
  30. </userDefinedRuntimeAttributes>
  31. </imageView>
  32. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="张老师" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="8fl-pa-IHx">
  33. <rect key="frame" x="69" y="31.5" width="49" height="22"/>
  34. <constraints>
  35. <constraint firstAttribute="height" constant="22" id="XK0-bc-cnh"/>
  36. </constraints>
  37. <fontDescription key="fontDescription" type="system" pointSize="16"/>
  38. <color key="textColor" red="0.10196078431372549" green="0.10196078431372549" blue="0.10196078431372549" alpha="1" colorSpace="calibratedRGB"/>
  39. <nil key="highlightedColor"/>
  40. </label>
  41. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="ZD7-0R-OoK">
  42. <rect key="frame" x="72" y="84" width="312" height="1"/>
  43. <color key="backgroundColor" red="0.94117647058823528" green="0.94117647058823528" blue="0.94117647058823528" alpha="1" colorSpace="calibratedRGB"/>
  44. <constraints>
  45. <constraint firstAttribute="height" constant="1" id="pLM-MY-tjk"/>
  46. </constraints>
  47. </view>
  48. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="chat_talentList" translatesAutoresizingMaskIntoConstraints="NO" id="wE9-mv-fQZ">
  49. <rect key="frame" x="14" y="50.5" width="44" height="14"/>
  50. <constraints>
  51. <constraint firstAttribute="height" constant="14" id="31K-VC-pL8"/>
  52. <constraint firstAttribute="width" constant="44" id="hUJ-sa-RuA"/>
  53. </constraints>
  54. </imageView>
  55. </subviews>
  56. <constraints>
  57. <constraint firstItem="8fl-pa-IHx" firstAttribute="centerY" secondItem="vI1-v5-uMm" secondAttribute="centerY" id="9PL-c3-9J3"/>
  58. <constraint firstItem="wE9-mv-fQZ" firstAttribute="centerX" secondItem="vI1-v5-uMm" secondAttribute="centerX" id="Bi2-yQ-N9p"/>
  59. <constraint firstItem="ZD7-0R-OoK" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="72" id="DPF-fF-mtx"/>
  60. <constraint firstAttribute="bottom" secondItem="ZD7-0R-OoK" secondAttribute="bottom" id="Qy0-N6-dQU"/>
  61. <constraint firstItem="8fl-pa-IHx" firstAttribute="leading" secondItem="vI1-v5-uMm" secondAttribute="trailing" constant="11" id="fdz-o1-pUv"/>
  62. <constraint firstAttribute="trailing" secondItem="ZD7-0R-OoK" secondAttribute="trailing" id="qkd-cr-TeW"/>
  63. <constraint firstItem="wE9-mv-fQZ" firstAttribute="bottom" secondItem="vI1-v5-uMm" secondAttribute="bottom" id="vb6-na-6sB"/>
  64. <constraint firstItem="vI1-v5-uMm" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="vgm-ZS-Nds"/>
  65. <constraint firstItem="vI1-v5-uMm" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="14" id="yHs-ea-3Xd"/>
  66. </constraints>
  67. </tableViewCellContentView>
  68. <viewLayoutGuide key="safeArea" id="aW0-zy-SZf"/>
  69. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  70. <connections>
  71. <outlet property="friendAvatar" destination="vI1-v5-uMm" id="U0E-W5-93f"/>
  72. <outlet property="friendName" destination="8fl-pa-IHx" id="ADl-id-NuZ"/>
  73. <outlet property="roleType" destination="wE9-mv-fQZ" id="DhH-hR-dPW"/>
  74. </connections>
  75. <point key="canvasLocation" x="178.2608695652174" y="95.424107142857139"/>
  76. </tableViewCell>
  77. </objects>
  78. <resources>
  79. <image name="chat_personLogo" width="44" height="44"/>
  80. <image name="chat_talentList" width="44" height="14"/>
  81. </resources>
  82. </document>