-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathTagCollectionViewCell.xib
53 lines (53 loc) · 4.19 KB
/
TagCollectionViewCell.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
50
51
52
53
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="12120" systemVersion="16E195" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
<device id="retina4_7" orientation="portrait">
<adaptation id="fullscreen"/>
</device>
<dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="12088"/>
<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="TagCollectionViewCell" customModule="Lush_Player_iOS" customModuleProvider="target">
<rect key="frame" x="0.0" y="0.0" width="133" 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="133" height="50"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<subviews>
<view opaque="NO" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="TeG-Ms-NVQ">
<rect key="frame" x="0.0" y="0.0" width="133" height="50"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="lnY-FS-3Ux">
<rect key="frame" x="3" y="3" width="127" height="44"/>
<fontDescription key="fontDescription" name="HelveticaNeue" family="Helvetica Neue" pointSize="15"/>
<color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
<nil key="highlightedColor"/>
</label>
</subviews>
<constraints>
<constraint firstItem="lnY-FS-3Ux" firstAttribute="leading" secondItem="TeG-Ms-NVQ" secondAttribute="leading" constant="3" id="3EK-LN-NFK"/>
<constraint firstAttribute="trailing" secondItem="lnY-FS-3Ux" secondAttribute="trailing" constant="3" id="67m-yB-wIY"/>
<constraint firstAttribute="bottom" secondItem="lnY-FS-3Ux" secondAttribute="bottom" constant="3" id="BOQ-a8-bda"/>
<constraint firstItem="lnY-FS-3Ux" firstAttribute="top" secondItem="TeG-Ms-NVQ" secondAttribute="top" constant="3" id="elc-N3-Uae"/>
</constraints>
</view>
</subviews>
</view>
<constraints>
<constraint firstItem="TeG-Ms-NVQ" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" id="Z2o-1U-OA7"/>
<constraint firstAttribute="bottom" secondItem="TeG-Ms-NVQ" secondAttribute="bottom" id="iUs-sb-Bol"/>
<constraint firstAttribute="trailing" secondItem="TeG-Ms-NVQ" secondAttribute="trailing" id="mf1-41-UZS"/>
<constraint firstItem="TeG-Ms-NVQ" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" id="zLY-U0-n8z"/>
</constraints>
<size key="customSize" width="133" height="50"/>
<connections>
<outlet property="containerView" destination="TeG-Ms-NVQ" id="esG-T2-gxW"/>
<outlet property="tagLabel" destination="lnY-FS-3Ux" id="xH5-9i-oLA"/>
</connections>
<point key="canvasLocation" x="130.5" y="54"/>
</collectionViewCell>
</objects>
</document>