SLNearbyPeopleCell.xib 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="21225" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
  3. <device id="retina6_0" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="21207"/>
  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="none" indentationWidth="10" rowHeight="99" id="KGk-i7-Jjw" customClass="SLNearbyPeopleCell">
  13. <rect key="frame" x="0.0" y="0.0" width="354" height="99"/>
  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="354" height="99"/>
  17. <autoresizingMask key="autoresizingMask"/>
  18. <subviews>
  19. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="icon_ellipse" translatesAutoresizingMaskIntoConstraints="NO" id="LMr-Xc-pRl">
  20. <rect key="frame" x="16" y="25.666666666666671" width="48" height="48"/>
  21. <constraints>
  22. <constraint firstAttribute="width" constant="48" id="HNh-Wv-U35"/>
  23. <constraint firstAttribute="height" constant="48" id="Xlb-uO-yTJ"/>
  24. </constraints>
  25. </imageView>
  26. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="用户名称" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="FQH-An-920">
  27. <rect key="frame" x="80" y="25.666666666666671" width="65.333333333333314" height="19.333333333333329"/>
  28. <fontDescription key="fontDescription" type="system" weight="medium" pointSize="16"/>
  29. <nil key="textColor"/>
  30. <nil key="highlightedColor"/>
  31. </label>
  32. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="2公里内" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="80A-AO-lwb">
  33. <rect key="frame" x="300" y="27.666666666666671" width="44" height="15"/>
  34. <fontDescription key="fontDescription" type="system" pointSize="12"/>
  35. <color key="textColor" red="0.68235294117647061" green="0.68235294117647061" blue="0.69803921568627447" alpha="1" colorSpace="calibratedRGB"/>
  36. <nil key="highlightedColor"/>
  37. </label>
  38. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="icon_sex_woman_b" translatesAutoresizingMaskIntoConstraints="NO" id="3Tw-rh-f0k">
  39. <rect key="frame" x="151.33333333333334" y="26" width="18.333333333333343" height="18.333333333333329"/>
  40. </imageView>
  41. </subviews>
  42. <constraints>
  43. <constraint firstAttribute="trailing" secondItem="80A-AO-lwb" secondAttribute="trailing" constant="10" id="4sL-NB-kCR"/>
  44. <constraint firstItem="FQH-An-920" firstAttribute="leading" secondItem="LMr-Xc-pRl" secondAttribute="trailing" constant="16" id="5tW-Bq-0Zb"/>
  45. <constraint firstItem="FQH-An-920" firstAttribute="top" secondItem="LMr-Xc-pRl" secondAttribute="top" id="AIe-CY-QJi"/>
  46. <constraint firstItem="LMr-Xc-pRl" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="DNy-tU-vZk"/>
  47. <constraint firstItem="LMr-Xc-pRl" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="16" id="EyS-xp-rkp"/>
  48. <constraint firstItem="3Tw-rh-f0k" firstAttribute="centerY" secondItem="FQH-An-920" secondAttribute="centerY" id="Zi3-pZ-nM3"/>
  49. <constraint firstItem="80A-AO-lwb" firstAttribute="centerY" secondItem="FQH-An-920" secondAttribute="centerY" id="gRl-dY-D2b"/>
  50. <constraint firstItem="3Tw-rh-f0k" firstAttribute="leading" secondItem="FQH-An-920" secondAttribute="trailing" constant="6" id="sHM-TK-3M1"/>
  51. </constraints>
  52. </tableViewCellContentView>
  53. <point key="canvasLocation" x="110.76923076923076" y="18.127962085308056"/>
  54. </tableViewCell>
  55. </objects>
  56. <resources>
  57. <image name="icon_ellipse" width="52.333332061767578" height="52.333332061767578"/>
  58. <image name="icon_sex_woman_b" width="18.333333969116211" height="18.333333969116211"/>
  59. </resources>
  60. </document>