MTMsgSearchTableViewCell.xib 4.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  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="System colors in document resources" minToolsVersion="11.0"/>
  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="MTMsgSearchTableViewCell">
  15. <rect key="frame" x="0.0" y="0.0" width="320" height="44"/>
  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="44"/>
  19. <autoresizingMask key="autoresizingMask"/>
  20. <subviews>
  21. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="CKY-px-55Q">
  22. <rect key="frame" x="18" y="6" width="32" height="32"/>
  23. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  24. <constraints>
  25. <constraint firstAttribute="width" constant="32" id="KOL-1q-aML"/>
  26. <constraint firstAttribute="height" constant="32" id="Tso-ed-6c8"/>
  27. </constraints>
  28. </view>
  29. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Yza-H4-LMe">
  30. <rect key="frame" x="58" y="14" width="33" height="16"/>
  31. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  32. <color key="textColor" red="0.098039215690000001" green="0.40784313729999999" blue="0.30588235289999999" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  33. <nil key="highlightedColor"/>
  34. </label>
  35. </subviews>
  36. <constraints>
  37. <constraint firstItem="CKY-px-55Q" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="18" id="3I8-Zs-4fb"/>
  38. <constraint firstItem="CKY-px-55Q" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="Kxd-h2-y9h"/>
  39. <constraint firstItem="Yza-H4-LMe" firstAttribute="leading" secondItem="CKY-px-55Q" secondAttribute="trailing" constant="8" id="odz-ro-Rmi"/>
  40. <constraint firstItem="Yza-H4-LMe" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="opZ-PX-a9h"/>
  41. </constraints>
  42. </tableViewCellContentView>
  43. <viewLayoutGuide key="safeArea" id="aW0-zy-SZf"/>
  44. <connections>
  45. <outlet property="iconView" destination="CKY-px-55Q" id="fIn-C8-8bH"/>
  46. <outlet property="titleL" destination="Yza-H4-LMe" id="cda-yG-blu"/>
  47. </connections>
  48. <point key="canvasLocation" x="140.57971014492756" y="119.86607142857142"/>
  49. </tableViewCell>
  50. </objects>
  51. <resources>
  52. <systemColor name="systemBackgroundColor">
  53. <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  54. </systemColor>
  55. </resources>
  56. </document>