| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- <?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"/>
- <collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" id="gTV-IL-0wX" customClass="STCollectionPhotoCell">
- <rect key="frame" x="0.0" y="0.0" width="231" height="202"/>
- <autoresizingMask key="autoresizingMask"/>
- <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
- <rect key="frame" x="0.0" y="0.0" width="231" height="202"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
- <subviews>
- <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="kYX-fz-ljb">
- <rect key="frame" x="0.0" y="0.0" width="231" height="202"/>
- </imageView>
- <imageView hidden="YES" userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="st_delete_photo" translatesAutoresizingMaskIntoConstraints="NO" id="oGA-xn-M8Z">
- <rect key="frame" x="199" y="2" width="30" height="30"/>
- <constraints>
- <constraint firstAttribute="width" constant="30" id="1BW-aK-yMB"/>
- <constraint firstAttribute="height" constant="30" id="htR-JW-u44"/>
- </constraints>
- </imageView>
- <imageView hidden="YES" userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="st_photosDynamic_cover_unselect" translatesAutoresizingMaskIntoConstraints="NO" id="euW-1K-9Pf">
- <rect key="frame" x="85.5" y="91" width="60" height="20"/>
- <constraints>
- <constraint firstAttribute="width" constant="60" id="pNt-zy-t8m"/>
- <constraint firstAttribute="height" constant="20" id="pw6-k3-hOV"/>
- </constraints>
- </imageView>
- </subviews>
- </view>
- <constraints>
- <constraint firstItem="kYX-fz-ljb" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" id="9zf-OM-sEC"/>
- <constraint firstItem="euW-1K-9Pf" firstAttribute="centerX" secondItem="gTV-IL-0wX" secondAttribute="centerX" id="Fwn-Ay-NfO"/>
- <constraint firstItem="kYX-fz-ljb" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" id="IZr-wq-2ZS"/>
- <constraint firstAttribute="bottom" secondItem="kYX-fz-ljb" secondAttribute="bottom" id="JP4-Ka-XuJ"/>
- <constraint firstItem="euW-1K-9Pf" firstAttribute="centerY" secondItem="gTV-IL-0wX" secondAttribute="centerY" id="Lhd-9h-R92"/>
- <constraint firstAttribute="trailing" secondItem="oGA-xn-M8Z" secondAttribute="trailing" constant="2" id="M4X-xe-KfG"/>
- <constraint firstItem="oGA-xn-M8Z" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" constant="2" id="fKs-Wg-2B7"/>
- <constraint firstAttribute="trailing" secondItem="kYX-fz-ljb" secondAttribute="trailing" id="yo5-Bm-Vip"/>
- </constraints>
- <size key="customSize" width="231" height="202"/>
- <connections>
- <outlet property="bgImgView" destination="kYX-fz-ljb" id="PpF-QM-IIJ"/>
- <outlet property="selectCoverImgView" destination="euW-1K-9Pf" id="ol6-up-RDd"/>
- <outlet property="selectStateImgView" destination="oGA-xn-M8Z" id="7Gs-oi-l8O"/>
- </connections>
- <point key="canvasLocation" x="-169" y="45"/>
- </collectionViewCell>
- </objects>
- <resources>
- <image name="st_delete_photo" width="30" height="30"/>
- <image name="st_photosDynamic_cover_unselect" width="60" height="20"/>
- </resources>
- </document>
|