| 123456789101112131415161718192021222324252627282930313233343536373839 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14113" 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="14088"/>
- <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="JCHATPhotoBrowserCollectionViewCell">
- <rect key="frame" x="0.0" y="0.0" width="200" height="197"/>
- <autoresizingMask key="autoresizingMask"/>
- <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
- <rect key="frame" x="0.0" y="0.0" width="200" height="197"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
- <subviews>
- <scrollView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="MbI-9m-SRA">
- <rect key="frame" x="0.0" y="0.0" width="200" height="197"/>
- </scrollView>
- </subviews>
- </view>
- <constraints>
- <constraint firstAttribute="trailing" secondItem="MbI-9m-SRA" secondAttribute="trailing" id="IQs-oy-2p0"/>
- <constraint firstAttribute="bottom" secondItem="MbI-9m-SRA" secondAttribute="bottom" id="gPG-P8-sYp"/>
- <constraint firstItem="MbI-9m-SRA" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" id="wFy-v4-K8r"/>
- <constraint firstItem="MbI-9m-SRA" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" id="xFg-ZK-jAa"/>
- </constraints>
- <size key="customSize" width="200" height="197"/>
- <connections>
- <outlet property="imageContent" destination="MbI-9m-SRA" id="Oad-Qp-cPK"/>
- </connections>
- <point key="canvasLocation" x="326" y="517.5"/>
- </collectionViewCell>
- </objects>
- </document>
|