1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- <?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="HomeWeiCousreCollectCell">
- <rect key="frame" x="0.0" y="0.0" width="216" height="124"/>
- <autoresizingMask key="autoresizingMask"/>
- <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
- <rect key="frame" x="0.0" y="0.0" width="216" height="124"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
- <subviews>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="bn0-Yz-Qa6">
- <rect key="frame" x="0.0" y="0.0" width="216" height="124"/>
- <subviews>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="高中生将面临5 种新考试!" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="DfN-lQ-x5P">
- <rect key="frame" x="15" y="15" width="186" height="94"/>
- <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <fontDescription key="fontDescription" name=".PingFangSC-Regular" family=".AppleSimplifiedChineseFont" pointSize="16"/>
- <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
- <nil key="highlightedColor"/>
- </label>
- </subviews>
- <color key="backgroundColor" red="0.96078431372549022" green="0.96078431372549022" blue="0.96078431372549022" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <constraints>
- <constraint firstAttribute="trailing" secondItem="DfN-lQ-x5P" secondAttribute="trailing" constant="15" id="2N0-oQ-Quc"/>
- <constraint firstAttribute="bottom" secondItem="DfN-lQ-x5P" secondAttribute="bottom" constant="15" id="Aa8-aw-Aqw"/>
- <constraint firstItem="DfN-lQ-x5P" firstAttribute="leading" secondItem="bn0-Yz-Qa6" secondAttribute="leading" constant="15" id="K6L-Ws-BuJ"/>
- <constraint firstItem="DfN-lQ-x5P" firstAttribute="top" secondItem="bn0-Yz-Qa6" secondAttribute="top" constant="15" id="uFr-kM-cSs"/>
- </constraints>
- <userDefinedRuntimeAttributes>
- <userDefinedRuntimeAttribute type="number" keyPath="layer.cornerRadius">
- <integer key="value" value="2"/>
- </userDefinedRuntimeAttribute>
- <userDefinedRuntimeAttribute type="boolean" keyPath="layer.masksToBounds" value="YES"/>
- </userDefinedRuntimeAttributes>
- </view>
- </subviews>
- </view>
- <constraints>
- <constraint firstItem="bn0-Yz-Qa6" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" id="6Gl-J3-A6q"/>
- <constraint firstAttribute="bottom" secondItem="bn0-Yz-Qa6" secondAttribute="bottom" id="W79-uJ-qFu"/>
- <constraint firstItem="bn0-Yz-Qa6" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" id="fSY-RE-A2W"/>
- <constraint firstAttribute="trailing" secondItem="bn0-Yz-Qa6" secondAttribute="trailing" id="ypx-9b-3qA"/>
- </constraints>
- <viewLayoutGuide key="safeArea" id="SEy-5g-ep8"/>
- <size key="customSize" width="216" height="124"/>
- <connections>
- <outlet property="titleL" destination="DfN-lQ-x5P" id="iWH-Za-1yy"/>
- </connections>
- <point key="canvasLocation" x="257.97101449275362" y="174.77678571428569"/>
- </collectionViewCell>
- </objects>
- </document>
|