12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="20037" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
- <device id="retina6_1" orientation="portrait" appearance="light"/>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="20020"/>
- <capability name="System colors in document resources" minToolsVersion="11.0"/>
- <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </dependencies>
- <objects>
- <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
- <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
- <collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" id="gTV-IL-0wX" customClass="RQFreeTryCell">
- <rect key="frame" x="0.0" y="0.0" width="167" height="70"/>
- <autoresizingMask key="autoresizingMask"/>
- <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
- <rect key="frame" x="0.0" y="0.0" width="167" height="70"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
- <subviews>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="SsU-dt-Wsn">
- <rect key="frame" x="0.0" y="0.0" width="167" height="70"/>
- <subviews>
- <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="免费试用背景" translatesAutoresizingMaskIntoConstraints="NO" id="gn9-I0-SxQ">
- <rect key="frame" x="0.0" y="0.0" width="167" height="70"/>
- </imageView>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="免费试用" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="j2j-h0-Mel">
- <rect key="frame" x="8" y="9" width="69.5" height="21"/>
- <fontDescription key="fontDescription" type="boldSystem" pointSize="17"/>
- <color key="textColor" red="0.28627450980000002" green="0.5568627451" blue="0.96078431369999995" alpha="1" colorSpace="deviceRGB"/>
- <nil key="highlightedColor"/>
- </label>
- </subviews>
- <color key="backgroundColor" systemColor="systemBackgroundColor"/>
- <constraints>
- <constraint firstItem="j2j-h0-Mel" firstAttribute="top" secondItem="SsU-dt-Wsn" secondAttribute="top" constant="9" id="8jp-Ta-4ad"/>
- <constraint firstItem="gn9-I0-SxQ" firstAttribute="top" secondItem="SsU-dt-Wsn" secondAttribute="top" id="DDV-zZ-gie"/>
- <constraint firstItem="gn9-I0-SxQ" firstAttribute="leading" secondItem="SsU-dt-Wsn" secondAttribute="leading" id="aHl-G4-PdR"/>
- <constraint firstAttribute="bottom" secondItem="gn9-I0-SxQ" secondAttribute="bottom" id="eY7-aA-EQQ"/>
- <constraint firstItem="j2j-h0-Mel" firstAttribute="leading" secondItem="SsU-dt-Wsn" secondAttribute="leading" constant="8" id="lCS-xR-M3J"/>
- <constraint firstAttribute="trailing" secondItem="gn9-I0-SxQ" secondAttribute="trailing" id="tyE-LY-xUO"/>
- </constraints>
- </view>
- </subviews>
- </view>
- <constraints>
- <constraint firstItem="SsU-dt-Wsn" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" id="3Sv-Or-5SL"/>
- <constraint firstAttribute="trailing" secondItem="SsU-dt-Wsn" secondAttribute="trailing" id="4vB-l2-hIT"/>
- <constraint firstItem="SsU-dt-Wsn" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" id="NP8-qu-Y1H"/>
- <constraint firstAttribute="bottom" secondItem="SsU-dt-Wsn" secondAttribute="bottom" id="S8Y-QC-zXf"/>
- </constraints>
- <connections>
- <outlet property="myBgImageView" destination="gn9-I0-SxQ" id="DbR-5J-INb"/>
- <outlet property="myTitleLabel" destination="j2j-h0-Mel" id="k5K-Q1-vf5"/>
- </connections>
- <point key="canvasLocation" x="138.40579710144928" y="103.79464285714285"/>
- </collectionViewCell>
- </objects>
- <resources>
- <image name="免费试用背景" width="167" height="70"/>
- <systemColor name="systemBackgroundColor">
- <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- </systemColor>
- </resources>
- </document>
|