RQHomePageADCell.xib 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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_1" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="21505"/>
  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="RQHomePageADCell">
  14. <rect key="frame" x="0.0" y="0.0" width="428" height="112"/>
  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="428" height="112"/>
  18. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  19. <subviews>
  20. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="fUj-Ds-qLq">
  21. <rect key="frame" x="0.0" y="0.0" width="428" height="112"/>
  22. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  23. </view>
  24. </subviews>
  25. </view>
  26. <constraints>
  27. <constraint firstAttribute="trailing" secondItem="fUj-Ds-qLq" secondAttribute="trailing" id="DNE-iQ-eyY"/>
  28. <constraint firstItem="fUj-Ds-qLq" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" id="Eed-dJ-4uM"/>
  29. <constraint firstAttribute="bottom" secondItem="fUj-Ds-qLq" secondAttribute="bottom" id="PY6-4L-QU5"/>
  30. <constraint firstItem="fUj-Ds-qLq" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" id="YuC-XD-ZQS"/>
  31. </constraints>
  32. <connections>
  33. <outlet property="myADView" destination="fUj-Ds-qLq" id="EIO-FO-mt3"/>
  34. </connections>
  35. <point key="canvasLocation" x="139" y="153"/>
  36. </collectionViewCell>
  37. </objects>
  38. <resources>
  39. <systemColor name="systemBackgroundColor">
  40. <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  41. </systemColor>
  42. </resources>
  43. </document>