DelegateListCell.xib 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="16097.2" 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="16087"/>
  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="DelegateListCell" customModule="xingchuangke" customModuleProvider="target">
  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. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="未实名" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="q1c-ph-tTV" userLabel="Title Label">
  21. <rect key="frame" x="15" y="11.5" width="52" height="21"/>
  22. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  23. <nil key="textColor"/>
  24. <nil key="highlightedColor"/>
  25. </label>
  26. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="(推荐码)" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="pzx-db-iwy" userLabel="Code Label">
  27. <rect key="frame" x="67" y="13.5" width="71.5" height="17"/>
  28. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  29. <color key="textColor" red="0.59999999999999998" green="0.59999999999999998" blue="0.59999999999999998" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  30. <nil key="highlightedColor"/>
  31. </label>
  32. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="1kn-hD-ksx" userLabel="Phone Label">
  33. <rect key="frame" x="305" y="22" width="0.0" height="0.0"/>
  34. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  35. <color key="textColor" red="0.59999999999999998" green="0.59999999999999998" blue="0.59999999999999998" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  36. <nil key="highlightedColor"/>
  37. </label>
  38. </subviews>
  39. <constraints>
  40. <constraint firstItem="1kn-hD-ksx" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="3ve-Ai-tnw"/>
  41. <constraint firstItem="q1c-ph-tTV" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="460-bI-K6o"/>
  42. <constraint firstItem="1kn-hD-ksx" firstAttribute="trailing" secondItem="H2p-sc-9uM" secondAttribute="trailing" constant="-15" id="5bp-Cz-rZ4"/>
  43. <constraint firstItem="pzx-db-iwy" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="E9p-tH-CbG"/>
  44. <constraint firstItem="pzx-db-iwy" firstAttribute="leading" secondItem="q1c-ph-tTV" secondAttribute="trailing" id="Wad-Un-3Nl"/>
  45. <constraint firstItem="q1c-ph-tTV" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="15" id="fpj-HR-hCA"/>
  46. </constraints>
  47. </tableViewCellContentView>
  48. <viewLayoutGuide key="safeArea" id="njF-e1-oar"/>
  49. <connections>
  50. <outlet property="codeLabel" destination="pzx-db-iwy" id="dsD-SM-aXv"/>
  51. <outlet property="phoneLabel" destination="1kn-hD-ksx" id="FRJ-Cf-lXr"/>
  52. <outlet property="titleLabel" destination="q1c-ph-tTV" id="3je-gj-HUq"/>
  53. </connections>
  54. <point key="canvasLocation" x="139" y="89"/>
  55. </tableViewCell>
  56. </objects>
  57. </document>