RankCell.xib 8.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14313.18" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
  3. <device id="retina4_7" orientation="portrait">
  4. <adaptation id="fullscreen"/>
  5. </device>
  6. <dependencies>
  7. <deployment identifier="iOS"/>
  8. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14283.14"/>
  9. <capability name="Safe area layout guides" minToolsVersion="9.0"/>
  10. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  11. </dependencies>
  12. <objects>
  13. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  14. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  15. <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" rowHeight="64" id="KGk-i7-Jjw" customClass="RankCell">
  16. <rect key="frame" x="0.0" y="0.0" width="339" height="64"/>
  17. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  18. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
  19. <rect key="frame" x="0.0" y="0.0" width="339" height="63.5"/>
  20. <autoresizingMask key="autoresizingMask"/>
  21. <subviews>
  22. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="1PP-Ol-2YZ">
  23. <rect key="frame" x="15" y="0.0" width="309" height="1"/>
  24. <color key="backgroundColor" red="0.94901960784313721" green="0.95686274509803915" blue="0.96078431372549022" alpha="1" colorSpace="calibratedRGB"/>
  25. <constraints>
  26. <constraint firstAttribute="height" constant="1" id="Q3J-8T-9Fi"/>
  27. </constraints>
  28. </view>
  29. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="1" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="FVl-Vw-j6N">
  30. <rect key="frame" x="15" y="23.5" width="6.5" height="17"/>
  31. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  32. <nil key="highlightedColor"/>
  33. </label>
  34. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="morentouxiang" translatesAutoresizingMaskIntoConstraints="NO" id="qXx-VB-JIQ">
  35. <rect key="frame" x="44" y="10" width="44" height="44"/>
  36. <constraints>
  37. <constraint firstAttribute="width" constant="44" id="6OF-x4-Or4"/>
  38. <constraint firstAttribute="height" constant="44" id="gtn-Ts-Z0l"/>
  39. </constraints>
  40. </imageView>
  41. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="夏秋雨" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="8i9-Ia-utw">
  42. <rect key="frame" x="102" y="23" width="46" height="18"/>
  43. <fontDescription key="fontDescription" type="system" weight="medium" pointSize="15"/>
  44. <nil key="highlightedColor"/>
  45. </label>
  46. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="icon_paimingfen" translatesAutoresizingMaskIntoConstraints="NO" id="qW5-pf-OEG">
  47. <rect key="frame" x="268" y="22" width="20" height="20"/>
  48. <constraints>
  49. <constraint firstAttribute="height" constant="20" id="5yj-dS-wFK"/>
  50. <constraint firstAttribute="width" constant="20" id="o1J-RU-CYq"/>
  51. </constraints>
  52. </imageView>
  53. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="123" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="0zM-XU-sxf">
  54. <rect key="frame" x="290" y="23.5" width="24.5" height="17"/>
  55. <fontDescription key="fontDescription" type="system" weight="semibold" pointSize="14"/>
  56. <color key="textColor" red="1" green="0.25098039215686274" blue="0.58431372549019611" alpha="1" colorSpace="calibratedRGB"/>
  57. <nil key="highlightedColor"/>
  58. </label>
  59. </subviews>
  60. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  61. <constraints>
  62. <constraint firstItem="qW5-pf-OEG" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="6vg-vG-Jyz"/>
  63. <constraint firstItem="FVl-Vw-j6N" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="Kjr-n1-Oxt"/>
  64. <constraint firstAttribute="trailing" secondItem="qW5-pf-OEG" secondAttribute="trailing" constant="51" id="Kpd-zK-Yv9"/>
  65. <constraint firstItem="1PP-Ol-2YZ" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="15" id="N6t-X6-FOL"/>
  66. <constraint firstItem="8i9-Ia-utw" firstAttribute="leading" secondItem="qXx-VB-JIQ" secondAttribute="trailing" constant="14" id="Zgd-LP-k5Z"/>
  67. <constraint firstItem="0zM-XU-sxf" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="bxh-v5-59a"/>
  68. <constraint firstItem="qXx-VB-JIQ" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="44" id="cRn-ug-4v8"/>
  69. <constraint firstItem="1PP-Ol-2YZ" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" id="dRT-Wl-zo2"/>
  70. <constraint firstItem="FVl-Vw-j6N" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="15" id="dzF-YZ-ROj"/>
  71. <constraint firstItem="qXx-VB-JIQ" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="iCW-Ae-lRb"/>
  72. <constraint firstItem="0zM-XU-sxf" firstAttribute="leading" secondItem="qW5-pf-OEG" secondAttribute="trailing" constant="2" id="j36-En-pOw"/>
  73. <constraint firstItem="8i9-Ia-utw" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="seP-7l-KBV"/>
  74. <constraint firstAttribute="trailing" secondItem="1PP-Ol-2YZ" secondAttribute="trailing" constant="15" id="ts0-Yg-gU1"/>
  75. </constraints>
  76. </tableViewCellContentView>
  77. <viewLayoutGuide key="safeArea" id="aW0-zy-SZf"/>
  78. <connections>
  79. <outlet property="avatar" destination="qXx-VB-JIQ" id="SOe-Yd-Dw6"/>
  80. <outlet property="labelCoin" destination="0zM-XU-sxf" id="UcS-PH-Bj4"/>
  81. <outlet property="labelName" destination="8i9-Ia-utw" id="sSv-7E-Tp6"/>
  82. <outlet property="labelRank" destination="FVl-Vw-j6N" id="m33-v2-Bhk"/>
  83. </connections>
  84. <point key="canvasLocation" x="148" y="161.91904047976013"/>
  85. </tableViewCell>
  86. </objects>
  87. <resources>
  88. <image name="icon_paimingfen" width="20" height="20"/>
  89. <image name="morentouxiang" width="45" height="45"/>
  90. </resources>
  91. </document>