RQHomeSubPageVideoScrollCell.xib 3.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="19455" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
  3. <device id="retina6_1" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="19454"/>
  7. <capability name="System colors in document resources" minToolsVersion="11.0"/>
  8. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  9. </dependencies>
  10. <objects>
  11. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  12. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  13. <collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" id="gTV-IL-0wX" customClass="RQHomeSubPageVideoScrollCell">
  14. <rect key="frame" x="0.0" y="0.0" width="345" height="194"/>
  15. <autoresizingMask key="autoresizingMask"/>
  16. <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
  17. <rect key="frame" x="0.0" y="0.0" width="345" height="194"/>
  18. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  19. <subviews>
  20. <view clipsSubviews="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="OXC-hP-XFi">
  21. <rect key="frame" x="16" y="0.0" width="313" height="194"/>
  22. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  23. <userDefinedRuntimeAttributes>
  24. <userDefinedRuntimeAttribute type="number" keyPath="layer.cornerRadius">
  25. <integer key="value" value="10"/>
  26. </userDefinedRuntimeAttribute>
  27. </userDefinedRuntimeAttributes>
  28. </view>
  29. </subviews>
  30. </view>
  31. <constraints>
  32. <constraint firstItem="OXC-hP-XFi" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" constant="16" id="YyO-N0-uBV"/>
  33. <constraint firstAttribute="bottom" secondItem="OXC-hP-XFi" secondAttribute="bottom" id="fmo-KR-2jW"/>
  34. <constraint firstAttribute="trailing" secondItem="OXC-hP-XFi" secondAttribute="trailing" constant="16" id="mSA-3P-xtx"/>
  35. <constraint firstItem="OXC-hP-XFi" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" id="zjM-iO-xmf"/>
  36. </constraints>
  37. <size key="customSize" width="381" height="211"/>
  38. <connections>
  39. <outlet property="myContentView" destination="OXC-hP-XFi" id="awG-9O-hB1"/>
  40. </connections>
  41. <point key="canvasLocation" x="171.73913043478262" y="124.55357142857142"/>
  42. </collectionViewCell>
  43. </objects>
  44. <resources>
  45. <systemColor name="systemBackgroundColor">
  46. <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  47. </systemColor>
  48. </resources>
  49. </document>