MsgTimeCell.xib 4.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="12121" systemVersion="16F73" 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="12089"/>
  9. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  10. </dependencies>
  11. <objects>
  12. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  13. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  14. <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" id="KGk-i7-Jjw" customClass="MsgTimeCell">
  15. <rect key="frame" x="0.0" y="0.0" width="320" height="30"/>
  16. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  17. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
  18. <rect key="frame" x="0.0" y="0.0" width="320" height="29.5"/>
  19. <autoresizingMask key="autoresizingMask"/>
  20. <subviews>
  21. <view clipsSubviews="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="alE-z5-ZkC">
  22. <rect key="frame" x="140.5" y="3" width="39.5" height="21"/>
  23. <subviews>
  24. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="12:12" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="fPf-oD-B4n">
  25. <rect key="frame" x="4" y="1" width="31.5" height="19"/>
  26. <constraints>
  27. <constraint firstAttribute="height" constant="19" id="qVF-XH-3LP"/>
  28. </constraints>
  29. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  30. <color key="textColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  31. <nil key="highlightedColor"/>
  32. </label>
  33. </subviews>
  34. <color key="backgroundColor" red="0.79607843140000001" green="0.78823529410000004" blue="0.79215686269999996" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  35. <constraints>
  36. <constraint firstItem="fPf-oD-B4n" firstAttribute="leading" secondItem="alE-z5-ZkC" secondAttribute="leading" constant="4" id="6Ed-Xh-JHi"/>
  37. <constraint firstAttribute="trailing" secondItem="fPf-oD-B4n" secondAttribute="trailing" constant="4" id="JjT-bY-WUx"/>
  38. <constraint firstItem="fPf-oD-B4n" firstAttribute="top" secondItem="alE-z5-ZkC" secondAttribute="top" constant="1" id="Kbv-Yl-AAQ"/>
  39. <constraint firstAttribute="bottom" secondItem="fPf-oD-B4n" secondAttribute="bottom" constant="1" id="V3i-yD-Fue"/>
  40. </constraints>
  41. </view>
  42. </subviews>
  43. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
  44. <constraints>
  45. <constraint firstAttribute="bottom" secondItem="alE-z5-ZkC" secondAttribute="bottom" constant="3" id="3Sp-Pj-ohM"/>
  46. <constraint firstItem="alE-z5-ZkC" firstAttribute="centerX" secondItem="H2p-sc-9uM" secondAttribute="centerX" id="Wub-h4-DU7"/>
  47. <constraint firstItem="alE-z5-ZkC" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="aYJ-J7-o48"/>
  48. <constraint firstItem="alE-z5-ZkC" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="3" id="p3e-Lx-dpE"/>
  49. </constraints>
  50. </tableViewCellContentView>
  51. <color key="backgroundColor" red="0.0" green="0.0" blue="0.0" alpha="0.0" colorSpace="custom" customColorSpace="sRGB"/>
  52. <connections>
  53. <outlet property="mbgview" destination="alE-z5-ZkC" id="XOo-4u-z49"/>
  54. <outlet property="mtimelabel" destination="fPf-oD-B4n" id="C5X-E3-Rwr"/>
  55. </connections>
  56. <point key="canvasLocation" x="398" y="417"/>
  57. </tableViewCell>
  58. </objects>
  59. </document>