MessageFansCell.xib 8.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14113" 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="14088"/>
  9. <capability name="Aspect ratio constraints" minToolsVersion="5.1"/>
  10. <capability name="Constraints with non-1.0 multipliers" minToolsVersion="5.1"/>
  11. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  12. </dependencies>
  13. <objects>
  14. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  15. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  16. <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" rowHeight="121" id="KGk-i7-Jjw" customClass="MessageFansCell">
  17. <rect key="frame" x="0.0" y="0.0" width="360" height="121"/>
  18. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  19. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
  20. <rect key="frame" x="0.0" y="0.0" width="360" height="120.5"/>
  21. <autoresizingMask key="autoresizingMask"/>
  22. <subviews>
  23. <button opaque="NO" clipsSubviews="YES" contentMode="scaleAspectFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="1UW-hY-mhq" userLabel="头像">
  24. <rect key="frame" x="15" y="30.5" width="60" height="60"/>
  25. <constraints>
  26. <constraint firstAttribute="width" constant="60" id="9JE-oA-Quy"/>
  27. <constraint firstAttribute="width" secondItem="1UW-hY-mhq" secondAttribute="height" multiplier="1:1" id="9cF-9U-Ute"/>
  28. </constraints>
  29. <connections>
  30. <action selector="clickIconBtn:" destination="KGk-i7-Jjw" eventType="touchUpInside" id="4bm-Qx-2FX"/>
  31. </connections>
  32. </button>
  33. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="FWQ-P0-Drf" userLabel="内容">
  34. <rect key="frame" x="90" y="30.5" width="39.5" height="30"/>
  35. <fontDescription key="fontDescription" type="system" pointSize="16"/>
  36. <color key="textColor" red="0.5490196078431373" green="0.5490196078431373" blue="0.5490196078431373" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  37. <nil key="highlightedColor"/>
  38. </label>
  39. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="90D-d1-1ZM" userLabel="时间">
  40. <rect key="frame" x="90" y="60.5" width="36" height="30"/>
  41. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  42. <color key="textColor" red="0.54901960780000003" green="0.54901960780000003" blue="0.54901960780000003" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  43. <nil key="highlightedColor"/>
  44. </label>
  45. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="dfM-0O-wFD" userLabel="关注">
  46. <rect key="frame" x="285" y="47.5" width="60" height="26"/>
  47. <constraints>
  48. <constraint firstAttribute="width" constant="60" id="JUg-bT-sms"/>
  49. <constraint firstAttribute="height" constant="26" id="OeC-oV-WFl"/>
  50. </constraints>
  51. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  52. <state key="normal" title="关注"/>
  53. <connections>
  54. <action selector="clickFollowBtn:" destination="KGk-i7-Jjw" eventType="touchUpInside" id="u9C-9o-bMO"/>
  55. </connections>
  56. </button>
  57. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="q0e-tD-8A3" userLabel="line">
  58. <rect key="frame" x="15" y="120" width="330" height="0.0"/>
  59. <color key="backgroundColor" white="1" alpha="0.059999999999999998" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  60. <constraints>
  61. <constraint firstAttribute="height" constant="0.5" identifier="1" id="3Su-Kk-O6b"/>
  62. </constraints>
  63. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  64. <nil key="textColor"/>
  65. <nil key="highlightedColor"/>
  66. </label>
  67. </subviews>
  68. <constraints>
  69. <constraint firstAttribute="trailing" secondItem="dfM-0O-wFD" secondAttribute="trailing" constant="15" id="1ST-5p-Oy4"/>
  70. <constraint firstItem="90D-d1-1ZM" firstAttribute="height" secondItem="FWQ-P0-Drf" secondAttribute="height" id="3lL-BB-d0U"/>
  71. <constraint firstItem="q0e-tD-8A3" firstAttribute="width" secondItem="H2p-sc-9uM" secondAttribute="width" constant="-30" id="5qU-sG-hAV"/>
  72. <constraint firstItem="1UW-hY-mhq" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="6B9-Cp-Jlu"/>
  73. <constraint firstItem="FWQ-P0-Drf" firstAttribute="height" secondItem="1UW-hY-mhq" secondAttribute="height" multiplier="1/2" id="7EO-P5-k4A"/>
  74. <constraint firstItem="1UW-hY-mhq" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="15" id="7t4-sg-tsr"/>
  75. <constraint firstItem="dfM-0O-wFD" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="9An-BM-zyW"/>
  76. <constraint firstItem="90D-d1-1ZM" firstAttribute="leading" secondItem="FWQ-P0-Drf" secondAttribute="leading" id="I3Y-ka-byS"/>
  77. <constraint firstItem="FWQ-P0-Drf" firstAttribute="leading" secondItem="1UW-hY-mhq" secondAttribute="trailing" constant="15" id="Neg-Ce-iaI"/>
  78. <constraint firstAttribute="bottom" secondItem="q0e-tD-8A3" secondAttribute="bottom" constant="0.5" id="QpK-kc-IPu"/>
  79. <constraint firstItem="FWQ-P0-Drf" firstAttribute="top" secondItem="1UW-hY-mhq" secondAttribute="top" id="SE4-Yq-2a1"/>
  80. <constraint firstItem="q0e-tD-8A3" firstAttribute="centerX" secondItem="H2p-sc-9uM" secondAttribute="centerX" id="Xie-AX-aDI"/>
  81. <constraint firstItem="90D-d1-1ZM" firstAttribute="top" secondItem="FWQ-P0-Drf" secondAttribute="bottom" id="nb3-Ph-LpP"/>
  82. <constraint firstItem="FWQ-P0-Drf" firstAttribute="width" relation="lessThanOrEqual" secondItem="H2p-sc-9uM" secondAttribute="width" multiplier="0.5" id="v7v-OL-QXn"/>
  83. </constraints>
  84. </tableViewCellContentView>
  85. <connections>
  86. <outlet property="contentL" destination="FWQ-P0-Drf" id="6nn-RE-z3u"/>
  87. <outlet property="followBtn" destination="dfM-0O-wFD" id="w7t-K0-G6F"/>
  88. <outlet property="iconBtn" destination="1UW-hY-mhq" id="jOE-Ax-idu"/>
  89. <outlet property="timeL" destination="90D-d1-1ZM" id="IHU-UC-ZFf"/>
  90. </connections>
  91. <point key="canvasLocation" x="14" y="92.5"/>
  92. </tableViewCell>
  93. </objects>
  94. </document>