LogFirstCell.xib 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="17156" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
  3. <device id="retina4_7" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="17125"/>
  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. <collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" reuseIdentifier="collectionCell" id="gTV-IL-0wX" customClass="LogFirstCell">
  13. <rect key="frame" x="0.0" y="0.0" width="58" height="75"/>
  14. <autoresizingMask key="autoresizingMask"/>
  15. <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
  16. <rect key="frame" x="0.0" y="0.0" width="58" height="75"/>
  17. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  18. <subviews>
  19. <imageView userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="logFirst_钻石.png" translatesAutoresizingMaskIntoConstraints="NO" id="qed-ib-paz" userLabel="背景1">
  20. <rect key="frame" x="9" y="10" width="40" height="40"/>
  21. <constraints>
  22. <constraint firstAttribute="width" constant="40" id="jOc-6U-edb"/>
  23. <constraint firstAttribute="height" constant="40" id="kih-bY-Ydc"/>
  24. </constraints>
  25. </imageView>
  26. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="Gdi-hW-xXm" userLabel="背景2">
  27. <rect key="frame" x="0.0" y="0.0" width="58" height="75"/>
  28. </imageView>
  29. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="gVk-be-bp9" userLabel="X20">
  30. <rect key="frame" x="0.0" y="55.5" width="58" height="14.5"/>
  31. <fontDescription key="fontDescription" type="system" pointSize="12"/>
  32. <color key="textColor" red="1" green="0.1803921568627451" blue="0.5490196078431373" alpha="1" colorSpace="calibratedRGB"/>
  33. <nil key="highlightedColor"/>
  34. </label>
  35. </subviews>
  36. </view>
  37. <constraints>
  38. <constraint firstAttribute="bottom" secondItem="gVk-be-bp9" secondAttribute="bottom" constant="5" id="7MA-qG-qwT"/>
  39. <constraint firstAttribute="trailing" secondItem="Gdi-hW-xXm" secondAttribute="trailing" id="F5T-aj-y00"/>
  40. <constraint firstItem="qed-ib-paz" firstAttribute="centerX" secondItem="gTV-IL-0wX" secondAttribute="centerX" id="OTr-jU-4uD"/>
  41. <constraint firstAttribute="bottom" secondItem="Gdi-hW-xXm" secondAttribute="bottom" id="VRD-Sf-i8z"/>
  42. <constraint firstItem="qed-ib-paz" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" constant="10" id="XRr-K4-y5w"/>
  43. <constraint firstItem="Gdi-hW-xXm" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" id="Zhp-t4-fdv"/>
  44. <constraint firstItem="gVk-be-bp9" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" id="bpf-8F-1PJ"/>
  45. <constraint firstItem="Gdi-hW-xXm" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" id="c55-og-yh7"/>
  46. <constraint firstAttribute="trailing" secondItem="gVk-be-bp9" secondAttribute="trailing" id="cOA-ah-3Hs"/>
  47. </constraints>
  48. <size key="customSize" width="120" height="153"/>
  49. <connections>
  50. <outlet property="bgIV" destination="qed-ib-paz" id="3No-Qj-EVE"/>
  51. <outlet property="bgIV2" destination="Gdi-hW-xXm" id="fOR-gJ-cu5"/>
  52. <outlet property="numL" destination="gVk-be-bp9" id="Ruw-hr-h8M"/>
  53. </connections>
  54. <point key="canvasLocation" x="-16" y="36.431784107946029"/>
  55. </collectionViewCell>
  56. </objects>
  57. <resources>
  58. <image name="logFirst_钻石.png" width="160" height="160"/>
  59. </resources>
  60. </document>