shoujianrenResultViewCell.xib 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="15702" 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="15704"/>
  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="none" indentationWidth="10" reuseIdentifier="shoujianrenResultViewCell" rowHeight="68" id="KGk-i7-Jjw" customClass="shoujianrenResultViewCell">
  14. <rect key="frame" x="0.0" y="0.0" width="320" height="68"/>
  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="68"/>
  18. <autoresizingMask key="autoresizingMask"/>
  19. <subviews>
  20. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="imagePlaceholder" translatesAutoresizingMaskIntoConstraints="NO" id="age-Vf-Qz4">
  21. <rect key="frame" x="10" y="10" width="48" height="48"/>
  22. <constraints>
  23. <constraint firstAttribute="width" secondItem="age-Vf-Qz4" secondAttribute="height" id="7rP-d1-aza"/>
  24. </constraints>
  25. </imageView>
  26. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="exK-1Q-F7r">
  27. <rect key="frame" x="68" y="25" width="242" height="18"/>
  28. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  29. <color key="textColor" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="1" colorSpace="calibratedRGB"/>
  30. <nil key="highlightedColor"/>
  31. </label>
  32. </subviews>
  33. <constraints>
  34. <constraint firstItem="age-Vf-Qz4" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="10" id="EBv-SK-Hxa"/>
  35. <constraint firstAttribute="bottom" secondItem="age-Vf-Qz4" secondAttribute="bottom" constant="10" id="H6P-LR-Hda"/>
  36. <constraint firstItem="exK-1Q-F7r" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="bmU-wi-rFq"/>
  37. <constraint firstItem="exK-1Q-F7r" firstAttribute="leading" secondItem="age-Vf-Qz4" secondAttribute="trailing" constant="10" id="i7p-DS-hgT"/>
  38. <constraint firstItem="age-Vf-Qz4" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="10" id="kUe-69-dig"/>
  39. <constraint firstAttribute="trailing" secondItem="exK-1Q-F7r" secondAttribute="trailing" constant="10" id="pFX-YO-7Qi"/>
  40. </constraints>
  41. </tableViewCellContentView>
  42. <viewLayoutGuide key="safeArea" id="aW0-zy-SZf"/>
  43. <connections>
  44. <outlet property="iconImageView" destination="age-Vf-Qz4" id="Vux-0a-VY8"/>
  45. <outlet property="nameLabel" destination="exK-1Q-F7r" id="ENx-Rl-kqb"/>
  46. </connections>
  47. <point key="canvasLocation" x="137.68115942028987" y="144.64285714285714"/>
  48. </tableViewCell>
  49. </objects>
  50. <resources>
  51. <image name="imagePlaceholder" width="1024" height="1024"/>
  52. </resources>
  53. </document>