1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="19455" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
- <device id="retina6_1" orientation="portrait" appearance="light"/>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="19454"/>
- <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" id="gTV-IL-0wX" customClass="RQHomeSubPageVideoScrollCell">
- <rect key="frame" x="0.0" y="0.0" width="345" height="194"/>
- <autoresizingMask key="autoresizingMask"/>
- <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
- <rect key="frame" x="0.0" y="0.0" width="345" height="194"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
- <subviews>
- <view clipsSubviews="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="OXC-hP-XFi">
- <rect key="frame" x="0.0" y="0.0" width="345" height="194"/>
- <color key="backgroundColor" systemColor="systemBackgroundColor"/>
- </view>
- </subviews>
- </view>
- <constraints>
- <constraint firstItem="OXC-hP-XFi" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" id="YyO-N0-uBV"/>
- <constraint firstAttribute="bottom" secondItem="OXC-hP-XFi" secondAttribute="bottom" id="fmo-KR-2jW"/>
- <constraint firstAttribute="trailing" secondItem="OXC-hP-XFi" secondAttribute="trailing" id="mSA-3P-xtx"/>
- <constraint firstItem="OXC-hP-XFi" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" id="zjM-iO-xmf"/>
- </constraints>
- <size key="customSize" width="381" height="211"/>
- <connections>
- <outlet property="myContentView" destination="OXC-hP-XFi" id="awG-9O-hB1"/>
- </connections>
- <point key="canvasLocation" x="171.73913043478262" y="124.55357142857142"/>
- </collectionViewCell>
- </objects>
- <resources>
- <systemColor name="systemBackgroundColor">
- <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- </systemColor>
- </resources>
- </document>
|