1234567891011121314151617181920212223242526272829303132333435363738 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="19529" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
- <device id="retina6_1" orientation="portrait" appearance="light"/>
- <dependencies>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="19519"/>
- <capability name="Safe area layout guides" minToolsVersion="9.0"/>
- <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="photoCell" id="gTV-IL-0wX" customClass="PhotoCell">
- <rect key="frame" x="0.0" y="0.0" width="211" height="288"/>
- <autoresizingMask key="autoresizingMask"/>
- <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
- <rect key="frame" x="0.0" y="0.0" width="211" height="288"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
- <subviews>
- <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="eCa-Hy-BKu">
- <rect key="frame" x="0.0" y="0.0" width="211" height="288"/>
- </imageView>
- </subviews>
- </view>
- <viewLayoutGuide key="safeArea" id="SEy-5g-ep8"/>
- <constraints>
- <constraint firstAttribute="trailing" secondItem="eCa-Hy-BKu" secondAttribute="trailing" id="RBK-Sw-d19"/>
- <constraint firstAttribute="bottom" secondItem="eCa-Hy-BKu" secondAttribute="bottom" id="SeC-y2-dWW"/>
- <constraint firstItem="eCa-Hy-BKu" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" id="s0x-Op-ZGR"/>
- <constraint firstItem="eCa-Hy-BKu" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" id="sU5-Ya-t0P"/>
- </constraints>
- <size key="customSize" width="211" height="288"/>
- <connections>
- <outlet property="imgView" destination="eCa-Hy-BKu" id="aY4-O2-jy8"/>
- </connections>
- <point key="canvasLocation" x="147" y="97"/>
- </collectionViewCell>
- </objects>
- </document>
|