forked from xmartlabs/XLActionController
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathYoutubeCell.xib
More file actions
64 lines (64 loc) · 5.06 KB
/
YoutubeCell.xib
File metadata and controls
64 lines (64 loc) · 5.06 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
<?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"/>
<capability name="Aspect ratio constraints" minToolsVersion="5.1"/>
</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="fOL-sM-c6E" customClass="YoutubeCell" customModule="Example" customModuleProvider="target">
<rect key="frame" x="0.0" y="0.0" width="500" height="46"/>
<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="500" height="46"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<imageView userInteractionEnabled="NO" contentMode="center" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="aVP-K2-xfz">
<rect key="frame" x="10" y="3" width="40" height="40"/>
<animations/>
<constraints>
<constraint firstAttribute="width" relation="greaterThanOrEqual" constant="22" id="FhR-W3-1Bu"/>
<constraint firstAttribute="width" secondItem="aVP-K2-xfz" secondAttribute="height" multiplier="1:1" id="aTy-zU-kfl"/>
<constraint firstAttribute="width" constant="40" id="lwu-fc-evQ"/>
<constraint firstAttribute="height" constant="40" id="o7S-aU-N1A"/>
</constraints>
<variation key="default">
<mask key="constraints">
<exclude reference="FhR-W3-1Bu"/>
<exclude reference="aTy-zU-kfl"/>
</mask>
</variation>
</imageView>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" horizontalCompressionResistancePriority="751" verticalCompressionResistancePriority="751" text="Action title" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumScaleFactor="0.5" translatesAutoresizingMaskIntoConstraints="NO" id="amS-Rr-sbk">
<rect key="frame" x="60" y="13.5" width="415" height="19.5"/>
<animations/>
<fontDescription key="fontDescription" type="system" pointSize="16"/>
<nil key="highlightedColor"/>
</label>
</subviews>
<animations/>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
</view>
<animations/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
<constraints>
<constraint firstAttribute="trailing" secondItem="amS-Rr-sbk" secondAttribute="trailing" constant="25" id="L4t-D4-7g4"/>
<constraint firstItem="amS-Rr-sbk" firstAttribute="leading" secondItem="fOL-sM-c6E" secondAttribute="leading" priority="750" constant="25" id="bLX-R3-Jyl"/>
<constraint firstItem="aVP-K2-xfz" firstAttribute="centerY" secondItem="fOL-sM-c6E" secondAttribute="centerY" id="eQb-CS-5ZR"/>
<constraint firstItem="amS-Rr-sbk" firstAttribute="centerY" secondItem="fOL-sM-c6E" secondAttribute="centerY" id="gZn-Wf-2oH"/>
<constraint firstItem="aVP-K2-xfz" firstAttribute="leading" secondItem="fOL-sM-c6E" secondAttribute="leading" constant="10" id="oON-tj-kmP"/>
<constraint firstItem="amS-Rr-sbk" firstAttribute="leading" secondItem="aVP-K2-xfz" secondAttribute="trailing" constant="10" id="zB0-b4-ivL"/>
</constraints>
<size key="customSize" width="500" height="131"/>
<connections>
<outlet property="actionImageView" destination="aVP-K2-xfz" id="bKM-4f-Zqg"/>
<outlet property="actionTitleLabel" destination="amS-Rr-sbk" id="3gI-J0-QKK"/>
<outlet property="actionTitleLabelConstraintToContainer" destination="bLX-R3-Jyl" id="Bqh-9k-tNf"/>
<outlet property="actionTitleLabelConstraintToImageView" destination="zB0-b4-ivL" id="jvC-Ih-A3F"/>
</connections>
<point key="canvasLocation" x="307" y="109"/>
</collectionViewCell>
</objects>
</document>