-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathXMGShopCell.xib
49 lines (49 loc) · 3.96 KB
/
XMGShopCell.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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="9046" systemVersion="14F27" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES">
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="9035"/>
</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="shop" id="gTV-IL-0wX" customClass="XMGShopCell">
<rect key="frame" x="0.0" y="0.0" width="160" height="185"/>
<autoresizingMask key="autoresizingMask"/>
<view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
<rect key="frame" x="0.0" y="0.0" width="160" height="185"/>
<subviews>
<imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="HpJ-mQ-Xtv">
<rect key="frame" x="0.0" y="0.0" width="160" height="185"/>
</imageView>
<label opaque="NO" userInteractionEnabled="NO" alpha="0.5" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="zTh-QC-sj0">
<rect key="frame" x="0.0" y="155" width="160" height="30"/>
<color key="backgroundColor" white="0.66666666666666663" alpha="1" colorSpace="calibratedWhite"/>
<constraints>
<constraint firstAttribute="height" constant="30" id="Mgc-1W-HbM"/>
</constraints>
<fontDescription key="fontDescription" type="system" pointSize="17"/>
<color key="textColor" red="1" green="0.2252056456" blue="0.2422482493" alpha="1" colorSpace="calibratedRGB"/>
<nil key="highlightedColor"/>
</label>
</subviews>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
</view>
<constraints>
<constraint firstAttribute="bottom" secondItem="HpJ-mQ-Xtv" secondAttribute="bottom" id="7fs-6W-jzl"/>
<constraint firstAttribute="bottom" secondItem="zTh-QC-sj0" secondAttribute="bottom" id="DPh-19-7Py"/>
<constraint firstAttribute="trailing" secondItem="HpJ-mQ-Xtv" secondAttribute="trailing" id="IXH-eS-XW6"/>
<constraint firstAttribute="trailing" secondItem="zTh-QC-sj0" secondAttribute="trailing" id="XG3-Bz-QDr"/>
<constraint firstItem="HpJ-mQ-Xtv" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" id="vWA-ze-i8Z"/>
<constraint firstItem="zTh-QC-sj0" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" id="y8d-10-pSD"/>
<constraint firstItem="HpJ-mQ-Xtv" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" id="zuc-8k-g5k"/>
</constraints>
<size key="customSize" width="160" height="185"/>
<connections>
<outlet property="imageV" destination="HpJ-mQ-Xtv" id="2rm-2G-31Z"/>
<outlet property="title" destination="zTh-QC-sj0" id="z7a-Af-lR9"/>
</connections>
<point key="canvasLocation" x="492" y="266.5"/>
</collectionViewCell>
</objects>
</document>