123456789101112131415161718192021222324252627282930313233343536373839 |
- <?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>
- <deployment identifier="iOS"/>
- <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="cell" id="gTV-IL-0wX" customClass="PhotoCollectionViewCell">
- <rect key="frame" x="0.0" y="0.0" width="259" height="341"/>
- <autoresizingMask key="autoresizingMask"/>
- <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
- <rect key="frame" x="0.0" y="0.0" width="259" height="341"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
- <subviews>
- <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="rkP-xB-xqC">
- <rect key="frame" x="0.0" y="0.0" width="259" height="341"/>
- </imageView>
- </subviews>
- </view>
- <viewLayoutGuide key="safeArea" id="SEy-5g-ep8"/>
- <constraints>
- <constraint firstAttribute="bottom" secondItem="rkP-xB-xqC" secondAttribute="bottom" id="97F-Ll-Ajl"/>
- <constraint firstItem="rkP-xB-xqC" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" id="Abm-tJ-id1"/>
- <constraint firstAttribute="trailing" secondItem="rkP-xB-xqC" secondAttribute="trailing" id="Fe7-dI-Sg2"/>
- <constraint firstItem="rkP-xB-xqC" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" id="mbL-bA-wgm"/>
- </constraints>
- <size key="customSize" width="259" height="341"/>
- <connections>
- <outlet property="imageView" destination="rkP-xB-xqC" id="ElA-hl-mZZ"/>
- </connections>
- <point key="canvasLocation" x="112.31884057971016" y="-24.441964285714285"/>
- </collectionViewCell>
- </objects>
- </document>
|