JCHATShowTimeCell.xib 3.0 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="16097" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="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="16087"/>
  7. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  8. </dependencies>
  9. <objects>
  10. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  11. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  12. <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" id="KGk-i7-Jjw" customClass="JCHATShowTimeCell">
  13. <rect key="frame" x="0.0" y="0.0" width="320" height="44"/>
  14. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  15. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
  16. <rect key="frame" x="0.0" y="0.0" width="320" height="44"/>
  17. <autoresizingMask key="autoresizingMask"/>
  18. <subviews>
  19. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="2015-01-19 12:33:2" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="2sZ-xC-Dn1">
  20. <rect key="frame" x="96.5" y="13.5" width="127.5" height="17"/>
  21. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  22. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  23. <nil key="highlightedColor"/>
  24. </label>
  25. </subviews>
  26. <constraints>
  27. <constraint firstItem="2sZ-xC-Dn1" firstAttribute="centerX" secondItem="H2p-sc-9uM" secondAttribute="centerX" id="HPk-BA-kev"/>
  28. <constraint firstItem="2sZ-xC-Dn1" firstAttribute="width" relation="lessThanOrEqual" secondItem="H2p-sc-9uM" secondAttribute="width" constant="-30" id="bSP-lJ-BtU"/>
  29. <constraint firstItem="2sZ-xC-Dn1" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="jo2-Al-O6u"/>
  30. </constraints>
  31. </tableViewCellContentView>
  32. <connections>
  33. <outlet property="messageTimeLabel" destination="2sZ-xC-Dn1" id="tOi-TW-N2j"/>
  34. </connections>
  35. <point key="canvasLocation" x="686.95652173913049" y="255.80357142857142"/>
  36. </tableViewCell>
  37. </objects>
  38. </document>