UnreadMessageLineCell.xib 5.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14490.70" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="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="14490.49"/>
  9. <capability name="Safe area layout guides" minToolsVersion="9.0"/>
  10. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  11. </dependencies>
  12. <objects>
  13. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  14. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  15. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" id="gZO-T1-kpb" customClass="UnreadMessageLineCell">
  16. <rect key="frame" x="0.0" y="0.0" width="375" height="40"/>
  17. <autoresizingMask key="autoresizingMask"/>
  18. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="gZO-T1-kpb" id="zNz-UC-p4r">
  19. <rect key="frame" x="0.0" y="0.0" width="375" height="39.5"/>
  20. <autoresizingMask key="autoresizingMask"/>
  21. <subviews>
  22. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Unread messages" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontForContentSizeCategory="YES" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="hWl-Kx-vG7">
  23. <rect key="frame" x="0.0" y="5" width="375" height="30.5"/>
  24. <color key="backgroundColor" white="0.0" alpha="0.45000000000000001" colorSpace="custom" customColorSpace="calibratedWhite"/>
  25. <fontDescription key="fontDescription" style="UICTFontTextStyleSubhead"/>
  26. <nil key="textColor"/>
  27. <nil key="highlightedColor"/>
  28. </label>
  29. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="ArrowDown" translatesAutoresizingMaskIntoConstraints="NO" id="w9q-R4-97f">
  30. <rect key="frame" x="38" y="15" width="15.5" height="12"/>
  31. <constraints>
  32. <constraint firstAttribute="width" secondItem="w9q-R4-97f" secondAttribute="height" multiplier="22:17" id="cm1-GR-rFL"/>
  33. </constraints>
  34. </imageView>
  35. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="ArrowDown" translatesAutoresizingMaskIntoConstraints="NO" id="jQr-1n-S0M">
  36. <rect key="frame" x="321.5" y="15" width="15.5" height="12"/>
  37. <constraints>
  38. <constraint firstAttribute="width" secondItem="jQr-1n-S0M" secondAttribute="height" multiplier="22:17" id="UtR-L1-kh4"/>
  39. </constraints>
  40. </imageView>
  41. </subviews>
  42. <constraints>
  43. <constraint firstItem="hWl-Kx-vG7" firstAttribute="top" secondItem="zNz-UC-p4r" secondAttribute="top" constant="5" id="4ai-wg-hMe"/>
  44. <constraint firstItem="jQr-1n-S0M" firstAttribute="top" secondItem="zNz-UC-p4r" secondAttribute="topMargin" constant="4" id="DmG-VX-tDF"/>
  45. <constraint firstItem="hWl-Kx-vG7" firstAttribute="leading" secondItem="zNz-UC-p4r" secondAttribute="leading" id="KbN-Ay-kCC"/>
  46. <constraint firstAttribute="trailingMargin" secondItem="jQr-1n-S0M" secondAttribute="trailing" constant="22" id="T9K-er-wqw"/>
  47. <constraint firstItem="w9q-R4-97f" firstAttribute="leading" secondItem="zNz-UC-p4r" secondAttribute="leadingMargin" constant="22" id="dAW-Ua-oWb"/>
  48. <constraint firstAttribute="bottomMargin" secondItem="jQr-1n-S0M" secondAttribute="bottom" constant="2" id="ddA-Wx-PU0"/>
  49. <constraint firstAttribute="trailing" secondItem="hWl-Kx-vG7" secondAttribute="trailing" id="hpU-d6-j2j"/>
  50. <constraint firstItem="w9q-R4-97f" firstAttribute="top" secondItem="zNz-UC-p4r" secondAttribute="topMargin" constant="4" id="rM0-7O-n6x"/>
  51. <constraint firstAttribute="bottom" secondItem="hWl-Kx-vG7" secondAttribute="bottom" constant="4" id="uE4-cH-Nmj"/>
  52. <constraint firstAttribute="bottomMargin" secondItem="w9q-R4-97f" secondAttribute="bottom" constant="2" id="xRZ-Gk-yvp"/>
  53. </constraints>
  54. </tableViewCellContentView>
  55. <color key="backgroundColor" white="1" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  56. <viewLayoutGuide key="safeArea" id="jRf-C2-Zy7"/>
  57. <connections>
  58. <outlet property="arrowDownLeft" destination="w9q-R4-97f" id="wch-7A-pRD"/>
  59. <outlet property="arrowDownRight" destination="jQr-1n-S0M" id="c1N-2W-gsh"/>
  60. <outlet property="unreadMessagesLabel" destination="hWl-Kx-vG7" id="JWl-ta-Ilk"/>
  61. </connections>
  62. <point key="canvasLocation" x="33.5" y="66"/>
  63. </tableViewCell>
  64. </objects>
  65. <resources>
  66. <image name="ArrowDown" width="36" height="36"/>
  67. </resources>
  68. </document>