PhotoCollectionViewCell.xib 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <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">
  3. <device id="retina6_1" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="19519"/>
  7. <capability name="Safe area layout guides" minToolsVersion="9.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" reuseIdentifier="cell" id="gTV-IL-0wX" customClass="PhotoCollectionViewCell">
  14. <rect key="frame" x="0.0" y="0.0" width="259" height="341"/>
  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="259" height="341"/>
  18. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  19. <subviews>
  20. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="rkP-xB-xqC">
  21. <rect key="frame" x="0.0" y="0.0" width="259" height="341"/>
  22. </imageView>
  23. </subviews>
  24. </view>
  25. <viewLayoutGuide key="safeArea" id="SEy-5g-ep8"/>
  26. <constraints>
  27. <constraint firstAttribute="bottom" secondItem="rkP-xB-xqC" secondAttribute="bottom" id="97F-Ll-Ajl"/>
  28. <constraint firstItem="rkP-xB-xqC" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" id="Abm-tJ-id1"/>
  29. <constraint firstAttribute="trailing" secondItem="rkP-xB-xqC" secondAttribute="trailing" id="Fe7-dI-Sg2"/>
  30. <constraint firstItem="rkP-xB-xqC" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" id="mbL-bA-wgm"/>
  31. </constraints>
  32. <size key="customSize" width="259" height="341"/>
  33. <connections>
  34. <outlet property="imageView" destination="rkP-xB-xqC" id="ElA-hl-mZZ"/>
  35. </connections>
  36. <point key="canvasLocation" x="112.31884057971016" y="-24.441964285714285"/>
  37. </collectionViewCell>
  38. </objects>
  39. </document>