Phone_Banner_Item_Cell.xib 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="13529" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
  3. <device id="retina4_7" orientation="portrait">
  4. <adaptation id="fullscreen"/>
  5. </device>
  6. <dependencies>
  7. <deployment identifier="iOS"/>
  8. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="13527"/>
  9. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  10. </dependencies>
  11. <objects>
  12. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  13. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  14. <collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" reuseIdentifier="CommonEditorBannerItemCell" id="IwU-pd-Orb" customClass="CommonEditorBannerItemCell">
  15. <rect key="frame" x="0.0" y="0.0" width="526" height="175"/>
  16. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  17. <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" insetsLayoutMarginsFromSafeArea="NO">
  18. <rect key="frame" x="0.0" y="0.0" width="526" height="175"/>
  19. <autoresizingMask key="autoresizingMask"/>
  20. <subviews>
  21. <imageView contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" insetsLayoutMarginsFromSafeArea="NO" translatesAutoresizingMaskIntoConstraints="NO" id="USb-tr-kud">
  22. <rect key="frame" x="0.0" y="0.0" width="526" height="175"/>
  23. </imageView>
  24. </subviews>
  25. </view>
  26. <constraints>
  27. <constraint firstItem="USb-tr-kud" firstAttribute="leading" secondItem="IwU-pd-Orb" secondAttribute="leading" id="4M6-ws-mcC"/>
  28. <constraint firstItem="USb-tr-kud" firstAttribute="top" secondItem="IwU-pd-Orb" secondAttribute="top" id="FsR-DF-peO"/>
  29. <constraint firstAttribute="bottom" secondItem="USb-tr-kud" secondAttribute="bottom" id="TJL-Gw-lse"/>
  30. <constraint firstAttribute="trailing" secondItem="USb-tr-kud" secondAttribute="trailing" id="gAU-4C-dLm"/>
  31. </constraints>
  32. <size key="customSize" width="526" height="175"/>
  33. <connections>
  34. <outlet property="coverImageView" destination="USb-tr-kud" id="bjB-e6-VZT"/>
  35. </connections>
  36. <point key="canvasLocation" x="6" y="107"/>
  37. </collectionViewCell>
  38. </objects>
  39. </document>