GroupListViewCell.xib 6.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="19529" 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="19519"/>
  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" id="KGk-i7-Jjw" customClass="GroupListViewCell">
  14. <rect key="frame" x="0.0" y="0.0" width="320" height="80"/>
  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="320" height="80"/>
  18. <autoresizingMask key="autoresizingMask"/>
  19. <subviews>
  20. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="chat_group_Logo" translatesAutoresizingMaskIntoConstraints="NO" id="4TI-7d-rec">
  21. <rect key="frame" x="14" y="18" width="44" height="44"/>
  22. <constraints>
  23. <constraint firstAttribute="width" constant="44" id="f0U-HY-aS7"/>
  24. <constraint firstAttribute="height" constant="44" id="r8u-cy-WA4"/>
  25. </constraints>
  26. <userDefinedRuntimeAttributes>
  27. <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
  28. <real key="value" value="6"/>
  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="l1C-Be-pVZ">
  33. <rect key="frame" x="69" y="29" width="98" height="22"/>
  34. <constraints>
  35. <constraint firstAttribute="height" constant="22" id="fa0-TI-Dox"/>
  36. </constraints>
  37. <fontDescription key="fontDescription" type="system" pointSize="16"/>
  38. <color key="textColor" red="0.1019607843" green="0.1019607843" blue="0.1019607843" alpha="1" colorSpace="calibratedRGB"/>
  39. <nil key="highlightedColor"/>
  40. </label>
  41. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="group_course" translatesAutoresizingMaskIntoConstraints="NO" id="zBG-sk-Qhs">
  42. <rect key="frame" x="171" y="31.5" width="45" height="17"/>
  43. <constraints>
  44. <constraint firstAttribute="width" constant="45" id="DFJ-ru-KdP"/>
  45. <constraint firstAttribute="height" constant="17" id="GuI-IO-gU3"/>
  46. </constraints>
  47. <userDefinedRuntimeAttributes>
  48. <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
  49. <real key="value" value="6"/>
  50. </userDefinedRuntimeAttribute>
  51. </userDefinedRuntimeAttributes>
  52. </imageView>
  53. </subviews>
  54. <constraints>
  55. <constraint firstItem="zBG-sk-Qhs" firstAttribute="centerY" secondItem="l1C-Be-pVZ" secondAttribute="centerY" id="7Us-wg-aXV"/>
  56. <constraint firstItem="zBG-sk-Qhs" firstAttribute="leading" secondItem="l1C-Be-pVZ" secondAttribute="trailing" constant="4" id="LhR-wT-8bw"/>
  57. <constraint firstItem="l1C-Be-pVZ" firstAttribute="leading" secondItem="4TI-7d-rec" secondAttribute="trailing" constant="11" id="QFB-Sv-Pgx"/>
  58. <constraint firstItem="l1C-Be-pVZ" firstAttribute="centerY" secondItem="4TI-7d-rec" secondAttribute="centerY" id="RHB-Jo-Ft6"/>
  59. <constraint firstItem="4TI-7d-rec" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="14" id="WEd-Tk-jea"/>
  60. <constraint firstItem="4TI-7d-rec" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="oeZ-4h-wV3"/>
  61. <constraint firstAttribute="trailing" relation="greaterThanOrEqual" secondItem="zBG-sk-Qhs" secondAttribute="trailing" constant="10" id="p7v-zE-54A"/>
  62. </constraints>
  63. </tableViewCellContentView>
  64. <viewLayoutGuide key="safeArea" id="aW0-zy-SZf"/>
  65. <connections>
  66. <outlet property="groupLogo" destination="4TI-7d-rec" id="RfZ-16-mjl"/>
  67. <outlet property="groupName" destination="l1C-Be-pVZ" id="UDV-x1-iFR"/>
  68. <outlet property="typeLogo" destination="zBG-sk-Qhs" id="b46-R6-ZQY"/>
  69. </connections>
  70. <point key="canvasLocation" x="131.8840579710145" y="64.955357142857139"/>
  71. </tableViewCell>
  72. </objects>
  73. <resources>
  74. <image name="chat_group_Logo" width="44" height="44"/>
  75. <image name="group_course" width="45" height="17"/>
  76. </resources>
  77. </document>