JLMyBonusHeaderView.xib 5.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="16096" 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 version="2304" identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="16086"/>
  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. <collectionReusableView opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" reuseIdentifier="JLMyBonusHeaderView" id="U6b-Vx-4bR">
  14. <rect key="frame" x="0.0" y="0.0" width="320" height="50"/>
  15. <autoresizingMask key="autoresizingMask"/>
  16. <subviews>
  17. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="我的彩金礼物" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="3Rj-hy-nNW">
  18. <rect key="frame" x="20" y="16.5" width="86" height="17"/>
  19. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  20. <nil key="textColor"/>
  21. <nil key="highlightedColor"/>
  22. </label>
  23. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="价值" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="R0d-4p-fzh">
  24. <rect key="frame" x="172" y="16.5" width="29" height="17"/>
  25. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  26. <nil key="textColor"/>
  27. <nil key="highlightedColor"/>
  28. </label>
  29. <view alpha="0.5" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="o4b-PK-N1b" userLabel="lineView">
  30. <rect key="frame" x="0.0" y="49.5" width="320" height="0.5"/>
  31. <color key="backgroundColor" white="0.66666666666666663" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  32. <constraints>
  33. <constraint firstAttribute="height" constant="0.5" id="0ti-dz-r48"/>
  34. </constraints>
  35. </view>
  36. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="状态" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="bUu-tb-w6z">
  37. <rect key="frame" x="271" y="16.5" width="29" height="17"/>
  38. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  39. <nil key="textColor"/>
  40. <nil key="highlightedColor"/>
  41. </label>
  42. </subviews>
  43. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  44. <constraints>
  45. <constraint firstItem="3Rj-hy-nNW" firstAttribute="leading" secondItem="9Gg-ye-v9C" secondAttribute="leading" constant="20" id="2RN-H7-wuS"/>
  46. <constraint firstItem="o4b-PK-N1b" firstAttribute="leading" secondItem="U6b-Vx-4bR" secondAttribute="leading" id="BjL-5M-6zF"/>
  47. <constraint firstItem="9Gg-ye-v9C" firstAttribute="bottom" secondItem="o4b-PK-N1b" secondAttribute="bottom" id="JA2-Qd-Kgm"/>
  48. <constraint firstItem="R0d-4p-fzh" firstAttribute="centerY" secondItem="U6b-Vx-4bR" secondAttribute="centerY" id="LMW-wa-2VN"/>
  49. <constraint firstItem="bUu-tb-w6z" firstAttribute="leading" secondItem="R0d-4p-fzh" secondAttribute="trailing" constant="70" id="MPi-p0-o1S"/>
  50. <constraint firstAttribute="trailing" secondItem="bUu-tb-w6z" secondAttribute="trailing" constant="20" id="VtX-5B-nDH"/>
  51. <constraint firstItem="bUu-tb-w6z" firstAttribute="centerY" secondItem="U6b-Vx-4bR" secondAttribute="centerY" id="XYq-dd-JrU"/>
  52. <constraint firstItem="3Rj-hy-nNW" firstAttribute="centerY" secondItem="U6b-Vx-4bR" secondAttribute="centerY" id="g3s-Eo-z8e"/>
  53. <constraint firstAttribute="trailing" secondItem="o4b-PK-N1b" secondAttribute="trailing" id="jBs-pg-tjY"/>
  54. </constraints>
  55. <viewLayoutGuide key="safeArea" id="9Gg-ye-v9C"/>
  56. <point key="canvasLocation" x="137.68115942028987" y="97.767857142857139"/>
  57. </collectionReusableView>
  58. </objects>
  59. </document>