-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathXHMJ_FooterPictureCollectionCell.xib
34 lines (34 loc) · 2.45 KB
/
XHMJ_FooterPictureCollectionCell.xib
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="7706" systemVersion="14A389" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES">
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="7703"/>
</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" reuseIdentifier="photoCell" id="gTV-IL-0wX" customClass="XHMJ_FooterPictureCollectionCell">
<rect key="frame" x="0.0" y="1" width="50" height="50"/>
<autoresizingMask key="autoresizingMask"/>
<view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
<rect key="frame" x="0.0" y="0.0" width="50" height="50"/>
<subviews>
<imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="X1Y-Wc-jiV">
<rect key="frame" x="0.0" y="0.0" width="50" height="50"/>
</imageView>
</subviews>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
</view>
<constraints>
<constraint firstAttribute="trailing" secondItem="X1Y-Wc-jiV" secondAttribute="trailing" id="IHM-3q-Rt1"/>
<constraint firstItem="X1Y-Wc-jiV" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" id="age-pY-WIV"/>
<constraint firstAttribute="bottom" secondItem="X1Y-Wc-jiV" secondAttribute="bottom" id="hDw-Yw-sBH"/>
<constraint firstItem="X1Y-Wc-jiV" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" id="oBf-2d-5b9"/>
</constraints>
<connections>
<outlet property="photoImageView" destination="X1Y-Wc-jiV" id="7a0-v8-LLu"/>
</connections>
<point key="canvasLocation" x="185" y="353"/>
</collectionViewCell>
</objects>
</document>