RQFreeTryCell.xib 5.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="20037" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="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="20020"/>
  7. <capability name="System colors in document resources" minToolsVersion="11.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. <collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" id="gTV-IL-0wX" customClass="RQFreeTryCell">
  14. <rect key="frame" x="0.0" y="0.0" width="167" height="70"/>
  15. <autoresizingMask key="autoresizingMask"/>
  16. <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
  17. <rect key="frame" x="0.0" y="0.0" width="167" height="70"/>
  18. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  19. <subviews>
  20. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="SsU-dt-Wsn">
  21. <rect key="frame" x="0.0" y="0.0" width="167" height="70"/>
  22. <subviews>
  23. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="免费试用背景" translatesAutoresizingMaskIntoConstraints="NO" id="gn9-I0-SxQ">
  24. <rect key="frame" x="0.0" y="0.0" width="167" height="70"/>
  25. </imageView>
  26. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="免费试用" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="j2j-h0-Mel">
  27. <rect key="frame" x="8" y="9" width="69.5" height="21"/>
  28. <fontDescription key="fontDescription" type="boldSystem" pointSize="17"/>
  29. <color key="textColor" red="0.28627450980000002" green="0.5568627451" blue="0.96078431369999995" alpha="1" colorSpace="deviceRGB"/>
  30. <nil key="highlightedColor"/>
  31. </label>
  32. </subviews>
  33. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  34. <constraints>
  35. <constraint firstItem="j2j-h0-Mel" firstAttribute="top" secondItem="SsU-dt-Wsn" secondAttribute="top" constant="9" id="8jp-Ta-4ad"/>
  36. <constraint firstItem="gn9-I0-SxQ" firstAttribute="top" secondItem="SsU-dt-Wsn" secondAttribute="top" id="DDV-zZ-gie"/>
  37. <constraint firstItem="gn9-I0-SxQ" firstAttribute="leading" secondItem="SsU-dt-Wsn" secondAttribute="leading" id="aHl-G4-PdR"/>
  38. <constraint firstAttribute="bottom" secondItem="gn9-I0-SxQ" secondAttribute="bottom" id="eY7-aA-EQQ"/>
  39. <constraint firstItem="j2j-h0-Mel" firstAttribute="leading" secondItem="SsU-dt-Wsn" secondAttribute="leading" constant="8" id="lCS-xR-M3J"/>
  40. <constraint firstAttribute="trailing" secondItem="gn9-I0-SxQ" secondAttribute="trailing" id="tyE-LY-xUO"/>
  41. </constraints>
  42. </view>
  43. </subviews>
  44. </view>
  45. <constraints>
  46. <constraint firstItem="SsU-dt-Wsn" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" id="3Sv-Or-5SL"/>
  47. <constraint firstAttribute="trailing" secondItem="SsU-dt-Wsn" secondAttribute="trailing" id="4vB-l2-hIT"/>
  48. <constraint firstItem="SsU-dt-Wsn" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" id="NP8-qu-Y1H"/>
  49. <constraint firstAttribute="bottom" secondItem="SsU-dt-Wsn" secondAttribute="bottom" id="S8Y-QC-zXf"/>
  50. </constraints>
  51. <connections>
  52. <outlet property="myBgImageView" destination="gn9-I0-SxQ" id="DbR-5J-INb"/>
  53. <outlet property="myTitleLabel" destination="j2j-h0-Mel" id="k5K-Q1-vf5"/>
  54. </connections>
  55. <point key="canvasLocation" x="138.40579710144928" y="103.79464285714285"/>
  56. </collectionViewCell>
  57. </objects>
  58. <resources>
  59. <image name="免费试用背景" width="167" height="70"/>
  60. <systemColor name="systemBackgroundColor">
  61. <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  62. </systemColor>
  63. </resources>
  64. </document>