JLChen
2021-05-18 a869383e163a18cdedcf587383c1eca043129754
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14460.31" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
    <device id="retina6_1" orientation="portrait">
        <adaptation id="fullscreen"/>
    </device>
    <dependencies>
        <deployment identifier="iOS"/>
        <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14460.20"/>
        <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="LCVideotapeListCell">
            <rect key="frame" x="0.0" y="0.0" width="318" height="395"/>
            <autoresizingMask key="autoresizingMask"/>
            <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
                <rect key="frame" x="0.0" y="0.0" width="318" height="395"/>
                <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
                <subviews>
                    <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="R0t-Ph-acv" userLabel="picView">
                        <rect key="frame" x="0.0" y="0.0" width="318" height="318"/>
                        <constraints>
                            <constraint firstAttribute="width" secondItem="R0t-Ph-acv" secondAttribute="height" multiplier="1:1" id="yna-FC-ZJr"/>
                        </constraints>
                    </imageView>
                    <imageView hidden="YES" userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="common_icon_blue_selected" translatesAutoresizingMaskIntoConstraints="NO" id="QZo-rj-HLQ">
                        <rect key="frame" x="291" y="291" width="22" height="22"/>
                    </imageView>
                    <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="3GN-N2-2bV" userLabel="bottomView">
                        <rect key="frame" x="0.0" y="318" width="318" height="77"/>
                        <subviews>
                            <label opaque="NO" userInteractionEnabled="NO" contentMode="center" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="00:04:21" textAlignment="natural" lineBreakMode="tailTruncation" minimumScaleFactor="0.10000000000000001" adjustsFontForContentSizeCategory="YES" translatesAutoresizingMaskIntoConstraints="NO" id="a9U-CM-ybo" userLabel="timeLab">
                                <rect key="frame" x="89.5" y="19.5" width="159" height="38.5"/>
                                <fontDescription key="fontDescription" type="system" pointSize="17"/>
                                <color key="textColor" red="0.45098039215686275" green="0.45098039215686275" blue="0.50196078431372548" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                                <nil key="highlightedColor"/>
                            </label>
                            <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="play_module_time" translatesAutoresizingMaskIntoConstraints="NO" id="vup-gu-Llb">
                                <rect key="frame" x="46" y="19.5" width="38.5" height="38.5"/>
                                <constraints>
                                    <constraint firstAttribute="width" secondItem="vup-gu-Llb" secondAttribute="height" multiplier="1:1" id="4YM-do-mLb"/>
                                </constraints>
                            </imageView>
                        </subviews>
                        <color key="backgroundColor" red="0.93333333333333335" green="0.93333333333333335" blue="0.94509803921568625" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                        <constraints>
                            <constraint firstItem="vup-gu-Llb" firstAttribute="bottom" secondItem="a9U-CM-ybo" secondAttribute="bottom" id="0jc-5u-aIz"/>
                            <constraint firstItem="a9U-CM-ybo" firstAttribute="leading" secondItem="vup-gu-Llb" secondAttribute="trailing" constant="5" id="5qu-68-vHr"/>
                            <constraint firstItem="a9U-CM-ybo" firstAttribute="height" secondItem="3GN-N2-2bV" secondAttribute="height" multiplier="0.5" id="Ba6-Bz-k9Z"/>
                            <constraint firstItem="a9U-CM-ybo" firstAttribute="width" secondItem="3GN-N2-2bV" secondAttribute="width" multiplier="0.5:1" id="Dq9-NE-iJo"/>
                            <constraint firstItem="a9U-CM-ybo" firstAttribute="centerX" secondItem="3GN-N2-2bV" secondAttribute="centerX" constant="10" id="JQf-xu-wYr"/>
                            <constraint firstItem="vup-gu-Llb" firstAttribute="top" secondItem="a9U-CM-ybo" secondAttribute="top" id="bim-6O-EZJ"/>
                            <constraint firstItem="a9U-CM-ybo" firstAttribute="centerY" secondItem="3GN-N2-2bV" secondAttribute="centerY" id="gqp-hn-xdy"/>
                        </constraints>
                    </view>
                    <label opaque="NO" userInteractionEnabled="NO" contentMode="center" horizontalHuggingPriority="251" verticalHuggingPriority="251" misplaced="YES" text="59分59秒" textAlignment="center" lineBreakMode="tailTruncation" minimumScaleFactor="0.10000000000000001" adjustsFontForContentSizeCategory="YES" translatesAutoresizingMaskIntoConstraints="NO" id="xyr-Iv-I7y" userLabel="durationLab">
                        <rect key="frame" x="8" y="5" width="63" height="17"/>
                        <fontDescription key="fontDescription" type="system" pointSize="9"/>
                        <color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
                        <nil key="highlightedColor"/>
                    </label>
                </subviews>
            </view>
            <constraints>
                <constraint firstItem="xyr-Iv-I7y" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" constant="8" id="AhT-WM-HgY"/>
                <constraint firstItem="R0t-Ph-acv" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" id="BqI-i8-wQK"/>
                <constraint firstItem="3GN-N2-2bV" firstAttribute="top" secondItem="R0t-Ph-acv" secondAttribute="bottom" id="TCw-uB-kLE"/>
                <constraint firstAttribute="bottom" secondItem="3GN-N2-2bV" secondAttribute="bottom" id="UMi-2n-1jA"/>
                <constraint firstAttribute="trailing" secondItem="QZo-rj-HLQ" secondAttribute="trailing" constant="5" id="UwD-9l-a6P"/>
                <constraint firstItem="R0t-Ph-acv" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" id="VF9-X9-mbZ"/>
                <constraint firstItem="3GN-N2-2bV" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" id="W3l-HR-fsS"/>
                <constraint firstItem="xyr-Iv-I7y" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" constant="5" id="elb-86-oQB"/>
                <constraint firstAttribute="trailing" secondItem="3GN-N2-2bV" secondAttribute="trailing" id="fes-Yj-IPX"/>
                <constraint firstItem="3GN-N2-2bV" firstAttribute="top" secondItem="QZo-rj-HLQ" secondAttribute="bottom" constant="5" id="g1k-vo-ccr"/>
                <constraint firstAttribute="trailing" secondItem="R0t-Ph-acv" secondAttribute="trailing" id="g4i-IF-h11"/>
            </constraints>
            <viewLayoutGuide key="safeArea" id="ifc-YB-SZR"/>
            <size key="customSize" width="318" height="395"/>
            <connections>
                <outlet property="durationTimeLab" destination="xyr-Iv-I7y" id="8sd-8S-Mz4"/>
                <outlet property="picImgview" destination="R0t-Ph-acv" id="UDn-Ke-1RG"/>
                <outlet property="selectImg" destination="QZo-rj-HLQ" id="5oj-Px-0Hq"/>
                <outlet property="startTimeLab" destination="a9U-CM-ybo" id="YZu-0Z-gHc"/>
            </connections>
            <point key="canvasLocation" x="221.73913043478262" y="199.88839285714286"/>
        </collectionViewCell>
    </objects>
    <resources>
        <image name="common_icon_blue_selected" width="22" height="22"/>
        <image name="play_module_time" width="9.5" height="9.5"/>
    </resources>
</document>