| 123456789101112131415161718192021222324252627282930313233343536373839 |
- <?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" colorMatched="YES">
- <device id="retina4_7" orientation="portrait">
- <adaptation id="fullscreen"/>
- </device>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14460.20"/>
- <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="topicVideoCELL" id="gTV-IL-0wX" customClass="topicVideoCell">
- <rect key="frame" x="0.0" y="0.0" width="112" height="148"/>
- <autoresizingMask key="autoresizingMask"/>
- <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
- <rect key="frame" x="0.0" y="0.0" width="112" height="148"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
- <subviews>
- <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="S0J-TZ-9Ch">
- <rect key="frame" x="0.0" y="0.0" width="112" height="148"/>
- </imageView>
- </subviews>
- </view>
- <constraints>
- <constraint firstItem="S0J-TZ-9Ch" firstAttribute="height" secondItem="gTV-IL-0wX" secondAttribute="height" id="9vZ-ae-PRo"/>
- <constraint firstItem="S0J-TZ-9Ch" firstAttribute="width" secondItem="gTV-IL-0wX" secondAttribute="width" id="APi-1k-qcJ"/>
- <constraint firstItem="S0J-TZ-9Ch" firstAttribute="centerX" secondItem="gTV-IL-0wX" secondAttribute="centerX" id="gYe-Fa-6uX"/>
- <constraint firstItem="S0J-TZ-9Ch" firstAttribute="centerY" secondItem="gTV-IL-0wX" secondAttribute="centerY" id="p5U-6y-ZOb"/>
- </constraints>
- <size key="customSize" width="112" height="148"/>
- <connections>
- <outlet property="thumbImgV" destination="S0J-TZ-9Ch" id="LFu-ku-UlG"/>
- </connections>
- <point key="canvasLocation" x="179.19999999999999" y="180.80959520239881"/>
- </collectionViewCell>
- </objects>
- </document>
|