123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="21507" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
- <device id="retina6_12" orientation="portrait" appearance="light"/>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="21505"/>
- <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="RQTimeSingleCell">
- <rect key="frame" x="0.0" y="0.0" width="90" height="120"/>
- <autoresizingMask key="autoresizingMask"/>
- <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
- <rect key="frame" x="0.0" y="0.0" width="90" height="120"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
- <subviews>
- <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="理论计时" translatesAutoresizingMaskIntoConstraints="NO" id="lbJ-UI-VVZ">
- <rect key="frame" x="8" y="8" width="74" height="82.666666666666671"/>
- <constraints>
- <constraint firstAttribute="width" secondItem="lbJ-UI-VVZ" secondAttribute="height" multiplier="104:116" id="zLQ-Ld-Upx"/>
- </constraints>
- </imageView>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="理论计时" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="edm-3d-qoB">
- <rect key="frame" x="8" y="82.666666666666671" width="74" height="18"/>
- <fontDescription key="fontDescription" type="system" weight="medium" pointSize="15"/>
- <color key="textColor" red="0.039215686274509803" green="0.10196078431372549" blue="0.20000000000000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <nil key="highlightedColor"/>
- </label>
- </subviews>
- </view>
- <constraints>
- <constraint firstAttribute="trailing" secondItem="lbJ-UI-VVZ" secondAttribute="trailing" constant="8" id="4Zm-zT-0de"/>
- <constraint firstItem="lbJ-UI-VVZ" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" constant="8" id="OeV-9j-C3R"/>
- <constraint firstAttribute="trailing" secondItem="edm-3d-qoB" secondAttribute="trailing" constant="8" id="Ppd-cL-3aK"/>
- <constraint firstItem="edm-3d-qoB" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" constant="8" id="VzB-C1-kel"/>
- <constraint firstItem="edm-3d-qoB" firstAttribute="top" secondItem="lbJ-UI-VVZ" secondAttribute="bottom" constant="-8" id="Xh4-AN-lGE"/>
- <constraint firstItem="lbJ-UI-VVZ" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" constant="8" id="j22-Zt-n7v"/>
- </constraints>
- <connections>
- <outlet property="myTimeIcon" destination="lbJ-UI-VVZ" id="sbF-Bt-mom"/>
- <outlet property="myTimeLabel" destination="edm-3d-qoB" id="iWR-gc-z4C"/>
- </connections>
- <point key="canvasLocation" x="55" y="42"/>
- </collectionViewCell>
- </objects>
- <resources>
- <image name="理论计时" width="116" height="104"/>
- </resources>
- </document>
|