ChatListCell.xib 6.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="23727" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
  3. <device id="retina6_12" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="23721"/>
  7. <capability name="System colors in document resources" minToolsVersion="11.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 clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="default" indentationWidth="10" id="cO1-ES-TGx" customClass="ChatListCell">
  14. <rect key="frame" x="0.0" y="0.0" width="393" height="80"/>
  15. <autoresizingMask key="autoresizingMask" widthSizable="YES"/>
  16. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="cO1-ES-TGx" id="ie5-Ei-sRh">
  17. <rect key="frame" x="0.0" y="0.0" width="393" height="80"/>
  18. <autoresizingMask key="autoresizingMask"/>
  19. <subviews>
  20. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="BZ5-Wc-odT">
  21. <rect key="frame" x="30" y="18" width="44" height="44"/>
  22. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  23. </imageView>
  24. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="9gh-hv-yML">
  25. <rect key="frame" x="84" y="18" width="194" height="30"/>
  26. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
  27. <fontDescription key="fontDescription" type="boldSystem" pointSize="16"/>
  28. <color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  29. <nil key="highlightedColor"/>
  30. </label>
  31. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="KT8-3a-O4o">
  32. <rect key="frame" x="84" y="44" width="280" height="30"/>
  33. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
  34. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  35. <color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  36. <nil key="highlightedColor"/>
  37. </label>
  38. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="99" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="ypC-gO-ZGJ">
  39. <rect key="frame" x="59" y="10" width="20" height="20"/>
  40. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  41. <color key="backgroundColor" systemColor="systemPinkColor"/>
  42. <fontDescription key="fontDescription" type="system" pointSize="9"/>
  43. <color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  44. <nil key="highlightedColor"/>
  45. </label>
  46. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="Label" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="pbk-Na-0Ue">
  47. <rect key="frame" x="286" y="18" width="86" height="30"/>
  48. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/>
  49. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  50. <color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  51. <nil key="highlightedColor"/>
  52. </label>
  53. </subviews>
  54. </tableViewCellContentView>
  55. <connections>
  56. <outlet property="avatar" destination="BZ5-Wc-odT" id="zes-rJ-g9g"/>
  57. <outlet property="countText" destination="ypC-gO-ZGJ" id="vDB-yU-c0U"/>
  58. <outlet property="lastMsg" destination="KT8-3a-O4o" id="aqV-PR-ISO"/>
  59. <outlet property="name" destination="9gh-hv-yML" id="GkZ-Bc-FMX"/>
  60. <outlet property="time" destination="pbk-Na-0Ue" id="r3m-oN-ohJ"/>
  61. </connections>
  62. <point key="canvasLocation" x="316.79389312977099" y="-104.22535211267606"/>
  63. </tableViewCell>
  64. </objects>
  65. <resources>
  66. <systemColor name="systemPinkColor">
  67. <color red="1" green="0.17647058823529413" blue="0.33333333333333331" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  68. </systemColor>
  69. </resources>
  70. </document>