| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="11762" systemVersion="15G1217" 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="11757"/>
- <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"/>
- <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" rowHeight="367" id="KGk-i7-Jjw" customClass="STTablePhotoCell">
- <rect key="frame" x="0.0" y="0.0" width="380" height="367"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
- <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
- <rect key="frame" x="0.0" y="0.0" width="380" height="366"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <collectionView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" dataMode="none" translatesAutoresizingMaskIntoConstraints="NO" id="Hu4-io-ey3">
- <rect key="frame" x="0.0" y="0.0" width="380" height="366"/>
- <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
- <collectionViewFlowLayout key="collectionViewLayout" minimumLineSpacing="10" minimumInteritemSpacing="10" id="0yw-dT-PJ2" customClass="STCollectionPhotoFlowLayout">
- <size key="itemSize" width="50" height="50"/>
- <size key="headerReferenceSize" width="0.0" height="0.0"/>
- <size key="footerReferenceSize" width="0.0" height="0.0"/>
- <inset key="sectionInset" minX="0.0" minY="0.0" maxX="0.0" maxY="0.0"/>
- </collectionViewFlowLayout>
- <connections>
- <outlet property="dataSource" destination="-1" id="OZy-qB-23U"/>
- <outlet property="delegate" destination="-1" id="wRW-A0-tI2"/>
- </connections>
- </collectionView>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="6Uk-KA-Gsw">
- <rect key="frame" x="8" y="366" width="372" height="1"/>
- <color key="backgroundColor" cocoaTouchSystemColor="groupTableViewBackgroundColor"/>
- <constraints>
- <constraint firstAttribute="height" constant="1" id="gBY-aX-tPL"/>
- </constraints>
- </view>
- </subviews>
- <constraints>
- <constraint firstAttribute="trailing" secondItem="Hu4-io-ey3" secondAttribute="trailing" id="Eoy-f4-8lT"/>
- <constraint firstItem="Hu4-io-ey3" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" id="Hf3-AM-2oA"/>
- <constraint firstItem="6Uk-KA-Gsw" firstAttribute="top" secondItem="Hu4-io-ey3" secondAttribute="bottom" id="TXJ-Ck-cLW"/>
- <constraint firstAttribute="trailing" secondItem="6Uk-KA-Gsw" secondAttribute="trailing" id="XPJ-3F-XUH"/>
- <constraint firstItem="Hu4-io-ey3" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" id="axk-y5-Twa"/>
- <constraint firstAttribute="bottom" secondItem="6Uk-KA-Gsw" secondAttribute="bottom" id="qB4-bG-RXV"/>
- <constraint firstItem="6Uk-KA-Gsw" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="8" id="quD-PE-ubp"/>
- </constraints>
- </tableViewCellContentView>
- <connections>
- <outlet property="collectionView" destination="Hu4-io-ey3" id="Yp6-D9-oDB"/>
- <outlet property="separatorView" destination="6Uk-KA-Gsw" id="Cqe-2N-Q0q"/>
- </connections>
- <point key="canvasLocation" x="-242" y="65.5"/>
- </tableViewCell>
- </objects>
- </document>
|