MTContactsHomeTableViewCell.xib 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="17701" 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="17703"/>
  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="MTContactsHomeTableViewCell">
  14. <rect key="frame" x="0.0" y="0.0" width="320" height="44"/>
  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="44"/>
  18. <autoresizingMask key="autoresizingMask"/>
  19. <subviews>
  20. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="Qok-fM-Xic">
  21. <rect key="frame" x="18" y="5.5" width="33" height="33"/>
  22. <constraints>
  23. <constraint firstAttribute="height" constant="33" id="abn-uZ-ihb"/>
  24. <constraint firstAttribute="width" constant="33" id="qGt-UH-sqY"/>
  25. </constraints>
  26. </imageView>
  27. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="哎哎" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="TeT-Z7-q5Q">
  28. <rect key="frame" x="58" y="14" width="27" height="16"/>
  29. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  30. <nil key="textColor"/>
  31. <nil key="highlightedColor"/>
  32. </label>
  33. </subviews>
  34. <constraints>
  35. <constraint firstItem="TeT-Z7-q5Q" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="7B2-tq-cSG"/>
  36. <constraint firstItem="Qok-fM-Xic" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="Mzd-pk-CRL"/>
  37. <constraint firstItem="Qok-fM-Xic" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="18" id="edm-VC-PXH"/>
  38. <constraint firstItem="TeT-Z7-q5Q" firstAttribute="leading" secondItem="Qok-fM-Xic" secondAttribute="trailing" constant="7" id="o3D-Pf-Z2r"/>
  39. </constraints>
  40. </tableViewCellContentView>
  41. <viewLayoutGuide key="safeArea" id="aW0-zy-SZf"/>
  42. <point key="canvasLocation" x="141" y="101"/>
  43. </tableViewCell>
  44. </objects>
  45. </document>