1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="23504" 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="23506"/>
- <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="NYFailSpecialExerciseCell">
- <rect key="frame" x="0.0" y="0.0" width="120" height="100"/>
- <autoresizingMask key="autoresizingMask"/>
- <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
- <rect key="frame" x="0.0" y="0.0" width="120" height="100"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
- <subviews>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="v4l-t6-8ZK">
- <rect key="frame" x="6" y="6" width="108" height="88"/>
- <subviews>
- <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="扣分" translatesAutoresizingMaskIntoConstraints="NO" id="a5Q-Rq-HF8">
- <rect key="frame" x="39" y="16" width="30" height="30"/>
- <constraints>
- <constraint firstAttribute="height" constant="30" id="1BN-bm-hOn"/>
- <constraint firstAttribute="width" constant="30" id="Lz5-6m-7MZ"/>
- </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="s4N-ai-wC2">
- <rect key="frame" x="5" y="51" width="98" height="18"/>
- <constraints>
- <constraint firstAttribute="height" constant="18" id="9mQ-n6-4Y7"/>
- </constraints>
- <fontDescription key="fontDescription" type="system" pointSize="15"/>
- <color key="textColor" red="0.039215686274509803" green="0.10196078431372549" blue="0.20000000000000001" alpha="1" colorSpace="calibratedRGB"/>
- <nil key="highlightedColor"/>
- </label>
- </subviews>
- <color key="backgroundColor" red="0.96862745098039216" green="0.97254901960784312" blue="0.98039215686274506" alpha="1" colorSpace="calibratedRGB"/>
- <constraints>
- <constraint firstItem="a5Q-Rq-HF8" firstAttribute="centerX" secondItem="v4l-t6-8ZK" secondAttribute="centerX" id="08S-38-BtS"/>
- <constraint firstAttribute="trailing" secondItem="s4N-ai-wC2" secondAttribute="trailing" constant="5" id="e2P-LL-ANb"/>
- <constraint firstItem="s4N-ai-wC2" firstAttribute="top" secondItem="a5Q-Rq-HF8" secondAttribute="bottom" constant="5" id="ngI-zc-dd4"/>
- <constraint firstItem="a5Q-Rq-HF8" firstAttribute="top" secondItem="v4l-t6-8ZK" secondAttribute="top" constant="16" id="rrc-G9-0ZD"/>
- <constraint firstItem="s4N-ai-wC2" firstAttribute="leading" secondItem="v4l-t6-8ZK" secondAttribute="leading" constant="5" id="sMs-Hi-BZ2"/>
- </constraints>
- <userDefinedRuntimeAttributes>
- <userDefinedRuntimeAttribute type="number" keyPath="layer.cornerRadius">
- <integer key="value" value="5"/>
- </userDefinedRuntimeAttribute>
- </userDefinedRuntimeAttributes>
- </view>
- </subviews>
- </view>
- <constraints>
- <constraint firstItem="v4l-t6-8ZK" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" constant="6" id="Njq-Ma-Zem"/>
- <constraint firstItem="v4l-t6-8ZK" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" constant="6" id="cQF-Z9-j1g"/>
- <constraint firstAttribute="trailing" secondItem="v4l-t6-8ZK" secondAttribute="trailing" constant="6" id="jMf-f3-eGI"/>
- <constraint firstAttribute="bottom" secondItem="v4l-t6-8ZK" secondAttribute="bottom" constant="6" id="t00-86-xEt"/>
- </constraints>
- <connections>
- <outlet property="icon_imageView" destination="a5Q-Rq-HF8" id="VTp-Xk-mbd"/>
- <outlet property="title_label" destination="s4N-ai-wC2" id="9nq-kf-9Hk"/>
- </connections>
- <point key="canvasLocation" x="23" y="-12"/>
- </collectionViewCell>
- </objects>
- <resources>
- <image name="扣分" width="30" height="30"/>
- </resources>
- </document>
|