| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14313.18" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
- <device id="retina4_7" orientation="portrait">
- <adaptation id="fullscreen"/>
- </device>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14283.14"/>
- <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" id="gTV-IL-0wX" customClass="RAPhotoItemCell">
- <rect key="frame" x="0.0" y="0.0" width="90" height="90"/>
- <autoresizingMask key="autoresizingMask"/>
- <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
- <rect key="frame" x="0.0" y="0.0" width="90" height="90"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
- <subviews>
- <imageView clipsSubviews="YES" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="f77-2N-GTO">
- <rect key="frame" x="1" y="1" width="88" height="88"/>
- </imageView>
- <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="lPX-8s-zlX">
- <rect key="frame" x="0.0" y="0.0" width="90" height="90"/>
- <connections>
- <action selector="photoBtnClick:" destination="gTV-IL-0wX" eventType="touchUpInside" id="zJT-dy-B63"/>
- </connections>
- </button>
- </subviews>
- </view>
- <constraints>
- <constraint firstAttribute="bottom" secondItem="f77-2N-GTO" secondAttribute="bottom" constant="1" id="4MB-QY-f5Y"/>
- <constraint firstAttribute="bottom" secondItem="lPX-8s-zlX" secondAttribute="bottom" id="GWp-s4-MZR"/>
- <constraint firstItem="f77-2N-GTO" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" constant="1" id="Hm4-FG-lgl"/>
- <constraint firstItem="lPX-8s-zlX" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" id="N6h-W5-4C2"/>
- <constraint firstAttribute="trailing" secondItem="f77-2N-GTO" secondAttribute="trailing" constant="1" id="P1c-S2-DNg"/>
- <constraint firstItem="f77-2N-GTO" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" constant="1" id="a37-li-ujJ"/>
- <constraint firstItem="lPX-8s-zlX" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" id="co2-Qh-Lta"/>
- <constraint firstAttribute="trailing" secondItem="lPX-8s-zlX" secondAttribute="trailing" id="k7R-2w-8zt"/>
- </constraints>
- <viewLayoutGuide key="safeArea" id="SEy-5g-ep8"/>
- <size key="customSize" width="81" height="91"/>
- <connections>
- <outlet property="photoView" destination="f77-2N-GTO" id="BHD-LI-8AE"/>
- </connections>
- <point key="canvasLocation" x="157.59999999999999" y="173.16341829085459"/>
- </collectionViewCell>
- </objects>
- </document>
|