| 123456789101112131415161718192021222324252627282930313233343536373839 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="13529" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
- <device id="retina4_7" orientation="portrait">
- <adaptation id="fullscreen"/>
- </device>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="13527"/>
- <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" reuseIdentifier="CommonEditorBannerItemCell" id="IwU-pd-Orb" customClass="CommonEditorBannerItemCell">
- <rect key="frame" x="0.0" y="0.0" width="526" height="175"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
- <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" insetsLayoutMarginsFromSafeArea="NO">
- <rect key="frame" x="0.0" y="0.0" width="526" height="175"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <imageView contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" insetsLayoutMarginsFromSafeArea="NO" translatesAutoresizingMaskIntoConstraints="NO" id="USb-tr-kud">
- <rect key="frame" x="0.0" y="0.0" width="526" height="175"/>
- </imageView>
- </subviews>
- </view>
- <constraints>
- <constraint firstItem="USb-tr-kud" firstAttribute="leading" secondItem="IwU-pd-Orb" secondAttribute="leading" id="4M6-ws-mcC"/>
- <constraint firstItem="USb-tr-kud" firstAttribute="top" secondItem="IwU-pd-Orb" secondAttribute="top" id="FsR-DF-peO"/>
- <constraint firstAttribute="bottom" secondItem="USb-tr-kud" secondAttribute="bottom" id="TJL-Gw-lse"/>
- <constraint firstAttribute="trailing" secondItem="USb-tr-kud" secondAttribute="trailing" id="gAU-4C-dLm"/>
- </constraints>
- <size key="customSize" width="526" height="175"/>
- <connections>
- <outlet property="coverImageView" destination="USb-tr-kud" id="bjB-e6-VZT"/>
- </connections>
- <point key="canvasLocation" x="6" y="107"/>
- </collectionViewCell>
- </objects>
- </document>
|