forked from xmartlabs/XLActionController
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathSpotifyCell.xib
More file actions
74 lines (74 loc) · 5.38 KB
/
SpotifyCell.xib
File metadata and controls
74 lines (74 loc) · 5.38 KB
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="9059" systemVersion="15B42" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES">
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="9049"/>
</dependencies>
<customFonts key="customFonts">
<mutableArray key="HelveticaNeue.ttc">
<string>HelveticaNeue</string>
</mutableArray>
</customFonts>
<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="ncW-Un-nCl" customClass="SpotifyCell" customModule="Example" customModuleProvider="target">
<rect key="frame" x="0.0" y="0.0" width="476" height="74"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
<rect key="frame" x="0.0" y="0.0" width="476" height="74"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<imageView userInteractionEnabled="NO" contentMode="center" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="ftB-Jh-Uxu">
<rect key="frame" x="15" y="10" width="54" height="54"/>
<animations/>
<constraints>
<constraint firstAttribute="width" constant="54" id="Ae9-UB-M6n"/>
<constraint firstAttribute="height" constant="54" id="WGB-t0-cRR"/>
</constraints>
</imageView>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Save album" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="K8o-Ub-adM">
<rect key="frame" x="70" y="26" width="100" height="23"/>
<animations/>
<fontDescription key="fontDescription" name="HelveticaNeue" family="Helvetica Neue" pointSize="19"/>
<color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
<nil key="highlightedColor"/>
</label>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="FAc-dM-C2b">
<rect key="frame" x="15" y="73" width="461" height="1"/>
<animations/>
<color key="backgroundColor" red="1" green="1" blue="1" alpha="0.29999999999999999" colorSpace="calibratedRGB"/>
<constraints>
<constraint firstAttribute="height" constant="1" id="Su2-gr-DZ0"/>
</constraints>
</view>
</subviews>
<animations/>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
</view>
<animations/>
<constraints>
<constraint firstAttribute="bottom" secondItem="FAc-dM-C2b" secondAttribute="bottom" id="0UO-ds-Qmz"/>
<constraint firstItem="FAc-dM-C2b" firstAttribute="leading" secondItem="ncW-Un-nCl" secondAttribute="leading" constant="15" id="MCA-7e-tWK"/>
<constraint firstItem="K8o-Ub-adM" firstAttribute="leading" secondItem="ftB-Jh-Uxu" secondAttribute="trailing" id="hG2-Fx-3FA"/>
<constraint firstAttribute="trailing" secondItem="FAc-dM-C2b" secondAttribute="trailing" id="icf-CP-la2"/>
<constraint firstItem="ftB-Jh-Uxu" firstAttribute="centerY" secondItem="ncW-Un-nCl" secondAttribute="centerY" id="os0-d6-gnG"/>
<constraint firstItem="K8o-Ub-adM" firstAttribute="centerY" secondItem="ncW-Un-nCl" secondAttribute="centerY" id="v3h-71-sh3"/>
<constraint firstItem="ftB-Jh-Uxu" firstAttribute="leading" secondItem="ncW-Un-nCl" secondAttribute="leading" constant="15" id="vfd-F5-zsW"/>
<constraint firstItem="K8o-Ub-adM" firstAttribute="leading" secondItem="ncW-Un-nCl" secondAttribute="leading" constant="70" id="yJp-HV-JBb"/>
</constraints>
<size key="customSize" width="476" height="68"/>
<variation key="default">
<mask key="constraints">
<exclude reference="hG2-Fx-3FA"/>
</mask>
</variation>
<connections>
<outlet property="actionImageView" destination="ftB-Jh-Uxu" id="OsH-LT-QTa"/>
<outlet property="actionTitleLabel" destination="K8o-Ub-adM" id="gCz-0f-bMk"/>
<outlet property="separatorView" destination="FAc-dM-C2b" id="p7M-Jr-5Ww"/>
</connections>
<point key="canvasLocation" x="292" y="87"/>
</collectionViewCell>
</objects>
</document>