1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="15705" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
- <device id="retina6_1" orientation="portrait" appearance="light"/>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="15706"/>
- <capability name="Safe area layout guides" minToolsVersion="9.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="HomeGoodBookCollectCell">
- <rect key="frame" x="0.0" y="0.0" width="99" height="190"/>
- <autoresizingMask key="autoresizingMask"/>
- <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
- <rect key="frame" x="0.0" y="0.0" width="99" height="190"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
- <subviews>
- <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="img_placeHolder" translatesAutoresizingMaskIntoConstraints="NO" id="QPI-af-UiU">
- <rect key="frame" x="15" y="0.0" width="69" height="96"/>
- <constraints>
- <constraint firstAttribute="height" constant="96" id="kC6-ZV-nYz"/>
- </constraints>
- </imageView>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="小故事大道理 " textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="2" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="3PU-UA-qB9">
- <rect key="frame" x="15" y="107" width="69" height="36"/>
- <fontDescription key="fontDescription" type="system" pointSize="15"/>
- <color key="textColor" red="0.039215686274509803" green="0.039215686274509803" blue="0.039215686274509803" alpha="1" colorSpace="calibratedRGB"/>
- <nil key="highlightedColor"/>
- </label>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="雷格厄姆" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Xqe-jW-XzD">
- <rect key="frame" x="15" y="149" width="69" height="15"/>
- <fontDescription key="fontDescription" type="system" pointSize="12"/>
- <color key="textColor" red="0.59999999999999998" green="0.59999999999999998" blue="0.59999999999999998" alpha="1" colorSpace="calibratedRGB"/>
- <nil key="highlightedColor"/>
- </label>
- </subviews>
- </view>
- <constraints>
- <constraint firstAttribute="trailing" secondItem="Xqe-jW-XzD" secondAttribute="trailing" constant="15" id="9uK-Pp-DDa"/>
- <constraint firstItem="QPI-af-UiU" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" constant="15" id="APZ-jR-4Uc"/>
- <constraint firstItem="QPI-af-UiU" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" id="Eye-CK-jsg"/>
- <constraint firstItem="Xqe-jW-XzD" firstAttribute="top" secondItem="3PU-UA-qB9" secondAttribute="bottom" constant="6" id="bFe-5x-6iY"/>
- <constraint firstItem="3PU-UA-qB9" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" constant="15" id="cBz-sw-4be"/>
- <constraint firstAttribute="trailing" secondItem="3PU-UA-qB9" secondAttribute="trailing" constant="15" id="gc5-ql-mco"/>
- <constraint firstItem="3PU-UA-qB9" firstAttribute="top" secondItem="QPI-af-UiU" secondAttribute="bottom" constant="11" id="hnv-ZU-hRs"/>
- <constraint firstAttribute="trailing" secondItem="QPI-af-UiU" secondAttribute="trailing" constant="15" id="px5-XR-Fd4"/>
- <constraint firstItem="Xqe-jW-XzD" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" constant="15" id="yfD-mY-lpZ"/>
- </constraints>
- <viewLayoutGuide key="safeArea" id="SEy-5g-ep8"/>
- <size key="customSize" width="99" height="190"/>
- <connections>
- <outlet property="imagV" destination="QPI-af-UiU" id="Ne7-1B-2tB"/>
- <outlet property="subTitleL" destination="Xqe-jW-XzD" id="7Ma-Od-Nl1"/>
- <outlet property="titleL" destination="3PU-UA-qB9" id="roD-LW-TqB"/>
- </connections>
- <point key="canvasLocation" x="173.18840579710147" y="199.55357142857142"/>
- </collectionViewCell>
- </objects>
- <resources>
- <image name="img_placeHolder" width="800" height="800"/>
- </resources>
- </document>
|