<?xml version="1.0" encoding="UTF-8"?>
|
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="21701" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
|
<device id="retina6_12" orientation="portrait" appearance="light"/>
|
<dependencies>
|
<deployment identifier="iOS"/>
|
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="21679"/>
|
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
|
<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" reuseIdentifier="_StudentVideoCCell" id="gTV-IL-0wX" customClass="StudentVideoCCell" customModule="WanPai" customModuleProvider="target">
|
<rect key="frame" x="0.0" y="0.0" width="191" height="256"/>
|
<autoresizingMask key="autoresizingMask"/>
|
<view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
|
<rect key="frame" x="0.0" y="0.0" width="191" height="256"/>
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
<subviews>
|
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="jKQ-ka-UkG">
|
<rect key="frame" x="0.0" y="0.0" width="191" height="136.33333333333334"/>
|
<color key="backgroundColor" systemColor="systemGray6Color"/>
|
<constraints>
|
<constraint firstAttribute="width" secondItem="jKQ-ka-UkG" secondAttribute="height" multiplier="1:0.7142" id="bOR-Km-XmP"/>
|
</constraints>
|
<userDefinedRuntimeAttributes>
|
<userDefinedRuntimeAttribute type="boolean" keyPath="ld_maskToBoundsXIB" value="YES"/>
|
<userDefinedRuntimeAttribute type="number" keyPath="ld_cornerRadiusXIB">
|
<real key="value" value="4"/>
|
</userDefinedRuntimeAttribute>
|
</userDefinedRuntimeAttributes>
|
</imageView>
|
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="2" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="kLK-TI-Nc0">
|
<rect key="frame" x="2" y="148.33333333333334" width="187" height="14.333333333333343"/>
|
<fontDescription key="fontDescription" type="system" pointSize="12"/>
|
<color key="textColor" red="0.17254901960784313" green="0.30980392156862746" blue="0.38823529411764707" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
<nil key="highlightedColor"/>
|
</label>
|
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="icon_play" translatesAutoresizingMaskIntoConstraints="NO" id="QFZ-qd-mTm">
|
<rect key="frame" x="149" y="5" width="30" height="30"/>
|
</imageView>
|
</subviews>
|
</view>
|
<viewLayoutGuide key="safeArea" id="ZTg-uK-7eu"/>
|
<constraints>
|
<constraint firstAttribute="trailing" secondItem="kLK-TI-Nc0" secondAttribute="trailing" constant="2" id="6DY-Ku-PQe"/>
|
<constraint firstItem="kLK-TI-Nc0" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" constant="2" id="LgG-rF-QfO"/>
|
<constraint firstItem="jKQ-ka-UkG" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" id="iU0-rp-Nix"/>
|
<constraint firstAttribute="trailing" secondItem="QFZ-qd-mTm" secondAttribute="trailing" constant="12" id="j8m-Ua-R66"/>
|
<constraint firstItem="jKQ-ka-UkG" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" id="jeI-JD-tg0"/>
|
<constraint firstAttribute="trailing" secondItem="jKQ-ka-UkG" secondAttribute="trailing" id="s36-Hu-sE3"/>
|
<constraint firstItem="kLK-TI-Nc0" firstAttribute="top" secondItem="jKQ-ka-UkG" secondAttribute="bottom" constant="12" id="saj-wm-vK7"/>
|
<constraint firstItem="QFZ-qd-mTm" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" constant="5" id="wnC-dS-X79"/>
|
</constraints>
|
<size key="customSize" width="191" height="256"/>
|
<connections>
|
<outlet property="img_cover" destination="jKQ-ka-UkG" id="VWX-vG-VQH"/>
|
<outlet property="label_title" destination="kLK-TI-Nc0" id="IkF-ia-0FF"/>
|
</connections>
|
<point key="canvasLocation" x="246.56488549618319" y="92.957746478873247"/>
|
</collectionViewCell>
|
</objects>
|
<resources>
|
<image name="icon_play" width="30" height="30"/>
|
<systemColor name="systemGray6Color">
|
<color red="0.94901960784313721" green="0.94901960784313721" blue="0.96862745098039216" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
</systemColor>
|
</resources>
|
</document>
|