| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- <?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"/>
- <tableViewCell contentMode="scaleToFill" selectionStyle="none" indentationWidth="10" reuseIdentifier="RAPhotoCell" rowHeight="260" id="KGk-i7-Jjw" customClass="RAPhotoCell">
- <rect key="frame" x="0.0" y="0.0" width="465" height="260"/>
- <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="465" height="259.5"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Container Photo" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="v6o-oB-zX2">
- <rect key="frame" x="5" y="5" width="133" height="21"/>
- <constraints>
- <constraint firstAttribute="height" constant="21" id="Rch-FI-l98"/>
- </constraints>
- <fontDescription key="fontDescription" type="boldSystem" pointSize="17"/>
- <nil key="textColor"/>
- <nil key="highlightedColor"/>
- </label>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="*" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="vHy-5x-FBq">
- <rect key="frame" x="143" y="2" width="8" height="21"/>
- <fontDescription key="fontDescription" type="system" pointSize="17"/>
- <color key="textColor" red="1" green="0.1047433005" blue="0.075207091899999995" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <nil key="highlightedColor"/>
- </label>
- <collectionView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" dataMode="none" translatesAutoresizingMaskIntoConstraints="NO" id="6sP-8x-XRt">
- <rect key="frame" x="0.0" y="31" width="465" height="223.5"/>
- <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <collectionViewLayout key="collectionViewLayout" id="E8C-6x-vkJ"/>
- <connections>
- <outlet property="dataSource" destination="KGk-i7-Jjw" id="1a0-SN-l2q"/>
- <outlet property="delegate" destination="KGk-i7-Jjw" id="9L2-gi-CaW"/>
- </connections>
- </collectionView>
- </subviews>
- <constraints>
- <constraint firstAttribute="bottom" secondItem="6sP-8x-XRt" secondAttribute="bottom" constant="5" id="5bm-57-9US"/>
- <constraint firstItem="6sP-8x-XRt" firstAttribute="top" secondItem="v6o-oB-zX2" secondAttribute="bottom" constant="5" id="EpF-u0-ea7"/>
- <constraint firstAttribute="trailing" relation="greaterThanOrEqual" secondItem="vHy-5x-FBq" secondAttribute="trailing" constant="5" id="PXq-0U-Yqp"/>
- <constraint firstItem="v6o-oB-zX2" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="5" id="SHR-4M-1Zq"/>
- <constraint firstItem="v6o-oB-zX2" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="5" id="dhs-Mi-jss"/>
- <constraint firstItem="6sP-8x-XRt" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" id="ind-eD-Et8"/>
- <constraint firstItem="vHy-5x-FBq" firstAttribute="leading" secondItem="v6o-oB-zX2" secondAttribute="trailing" constant="5" id="lAC-GK-Ro0"/>
- <constraint firstAttribute="trailing" secondItem="6sP-8x-XRt" secondAttribute="trailing" id="tLF-9O-6fZ"/>
- <constraint firstItem="vHy-5x-FBq" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="2" id="vF2-RM-tbg"/>
- </constraints>
- </tableViewCellContentView>
- <viewLayoutGuide key="safeArea" id="aW0-zy-SZf"/>
- <connections>
- <outlet property="photoCollectionView" destination="6sP-8x-XRt" id="Tag-Ll-8jj"/>
- <outlet property="requiredLabel" destination="vHy-5x-FBq" id="YPK-XP-CNA"/>
- <outlet property="titleLabel" destination="v6o-oB-zX2" id="Rte-DG-L8i"/>
- </connections>
- <point key="canvasLocation" x="248.80000000000001" y="238.38080959520241"/>
- </tableViewCell>
- </objects>
- </document>
|