RQADCell.xib 4.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="21507" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
  3. <device id="retina6_12" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="21505"/>
  7. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  8. </dependencies>
  9. <objects>
  10. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  11. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  12. <collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" id="gTV-IL-0wX" customClass="RQADCell">
  13. <rect key="frame" x="0.0" y="0.0" width="425" height="96"/>
  14. <autoresizingMask key="autoresizingMask"/>
  15. <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
  16. <rect key="frame" x="0.0" y="0.0" width="425" height="96"/>
  17. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  18. <subviews>
  19. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="59h-tj-KcW">
  20. <rect key="frame" x="0.0" y="0.0" width="425" height="96"/>
  21. <subviews>
  22. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="adPlaceHolder" translatesAutoresizingMaskIntoConstraints="NO" id="RQl-oL-KzG">
  23. <rect key="frame" x="0.0" y="0.0" width="425" height="96"/>
  24. </imageView>
  25. </subviews>
  26. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  27. <constraints>
  28. <constraint firstAttribute="bottom" secondItem="RQl-oL-KzG" secondAttribute="bottom" id="g3U-GD-zon"/>
  29. <constraint firstItem="RQl-oL-KzG" firstAttribute="leading" secondItem="59h-tj-KcW" secondAttribute="leading" id="ljr-p4-ohQ"/>
  30. <constraint firstAttribute="trailing" secondItem="RQl-oL-KzG" secondAttribute="trailing" id="ozN-gU-9TQ"/>
  31. <constraint firstItem="RQl-oL-KzG" firstAttribute="top" secondItem="59h-tj-KcW" secondAttribute="top" id="rFT-Vo-sUB"/>
  32. </constraints>
  33. <userDefinedRuntimeAttributes>
  34. <userDefinedRuntimeAttribute type="number" keyPath="layer.cornerRadius">
  35. <integer key="value" value="10"/>
  36. </userDefinedRuntimeAttribute>
  37. </userDefinedRuntimeAttributes>
  38. </view>
  39. </subviews>
  40. </view>
  41. <constraints>
  42. <constraint firstItem="59h-tj-KcW" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" id="6fO-ph-CfZ"/>
  43. <constraint firstAttribute="trailing" secondItem="59h-tj-KcW" secondAttribute="trailing" id="J3Z-Ou-jzx"/>
  44. <constraint firstItem="59h-tj-KcW" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" id="PgM-j4-tLW"/>
  45. <constraint firstAttribute="bottom" secondItem="59h-tj-KcW" secondAttribute="bottom" id="RF7-Ze-pNV"/>
  46. </constraints>
  47. <connections>
  48. <outlet property="adView" destination="59h-tj-KcW" id="of2-ko-7Q5"/>
  49. </connections>
  50. <point key="canvasLocation" x="-109" y="35"/>
  51. </collectionViewCell>
  52. </objects>
  53. <resources>
  54. <image name="adPlaceHolder" width="345" height="80"/>
  55. </resources>
  56. </document>