-
Notifications
You must be signed in to change notification settings - Fork 0
/
ConversationCell.xib
134 lines (134 loc) · 11.7 KB
/
ConversationCell.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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="8191" systemVersion="14F27" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES">
<dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="8154"/>
<capability name="Aspect ratio constraints" minToolsVersion="5.1"/>
<capability name="Constraints to layout margins" minToolsVersion="6.0"/>
</dependencies>
<customFonts key="customFonts">
<mutableArray key="HelveticaNeueLTStd-Md.otf">
<string>HelveticaNeueLTStd-Md</string>
</mutableArray>
<mutableArray key="HelveticaNeueLTStd-Roman.otf">
<string>HelveticaNeueLTStd-Roman</string>
</mutableArray>
</customFonts>
<objects>
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="default" indentationWidth="0.0" reuseIdentifier="ConversationCell" rowHeight="55" id="m3x-UK-aVH" customClass="ConversationCellController" customModule="comblie" customModuleProvider="target">
<rect key="frame" x="0.0" y="0.0" width="600" height="55"/>
<autoresizingMask key="autoresizingMask"/>
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="m3x-UK-aVH" id="wEv-ke-0WT">
<rect key="frame" x="0.0" y="0.0" width="600" height="54.5"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="sQI-rz-NsQ">
<rect key="frame" x="0.0" y="0.0" width="600" height="54.5"/>
<connections>
<action selector="openConversation:" destination="m3x-UK-aVH" eventType="touchUpInside" id="o5h-V6-okj"/>
</connections>
</button>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="cgQ-hr-ga3">
<rect key="frame" x="549" y="11" width="45" height="38.5"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" misplaced="YES" text="9:56PM" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="DOu-62-8NH">
<rect key="frame" x="0.0" y="0.0" width="45" height="12"/>
<fontDescription key="fontDescription" name="HelveticaNeueLTStd-Roman" family="Helvetica Neue LT Std" pointSize="9"/>
<color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
<nil key="highlightedColor"/>
</label>
</subviews>
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
<constraints>
<constraint firstItem="DOu-62-8NH" firstAttribute="top" secondItem="cgQ-hr-ga3" secondAttribute="top" id="3Jl-qg-2nM"/>
<constraint firstAttribute="width" constant="45" id="JDA-FN-roM"/>
<constraint firstAttribute="trailing" secondItem="DOu-62-8NH" secondAttribute="trailing" id="QpN-Q9-44f"/>
<constraint firstItem="DOu-62-8NH" firstAttribute="leading" secondItem="cgQ-hr-ga3" secondAttribute="leading" id="Rh1-jl-KXL"/>
</constraints>
</view>
<imageView userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="HYs-Vg-ZIL">
<rect key="frame" x="6" y="6" width="42.5" height="42.5"/>
<constraints>
<constraint firstAttribute="width" secondItem="HYs-Vg-ZIL" secondAttribute="height" multiplier="1:1" id="awF-J2-zP0"/>
</constraints>
</imageView>
<imageView userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="FacebookIcon" translatesAutoresizingMaskIntoConstraints="NO" id="zXz-tY-HBA">
<rect key="frame" x="36" y="36" width="12" height="12"/>
<constraints>
<constraint firstAttribute="height" constant="12" id="3Yr-cR-d51"/>
<constraint firstAttribute="width" secondItem="zXz-tY-HBA" secondAttribute="height" multiplier="1:1" id="p5S-50-b5h"/>
</constraints>
</imageView>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" usesAttributedText="YES" lineBreakMode="tailTruncation" numberOfLines="2" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Ih8-nZ-qHu">
<rect key="frame" x="56" y="22" width="492.5" height="30"/>
<constraints>
<constraint firstAttribute="width" constant="200" id="I0s-36-t0Q"/>
<constraint firstAttribute="height" constant="30" id="PTm-2z-lwz"/>
</constraints>
<attributedString key="attributedText">
<fragment content="Did you check out my new movie? It's rated "Best Movie of the Year"!">
<attributes>
<color key="NSColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
<font key="NSFont" size="10" name="HelveticaNeue-Light"/>
<paragraphStyle key="NSParagraphStyle" alignment="left" lineBreakMode="wordWrapping" baseWritingDirection="natural" lineSpacing="2" maximumLineHeight="10"/>
</attributes>
</fragment>
</attributedString>
<nil key="highlightedColor"/>
<size key="shadowOffset" width="0.0" height="0.0"/>
<variation key="default">
<mask key="constraints">
<exclude reference="I0s-36-t0Q"/>
</mask>
</variation>
</label>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Angelina Jolie" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Zcg-wJ-FLr">
<rect key="frame" x="56" y="11" width="492.5" height="13"/>
<constraints>
<constraint firstAttribute="height" constant="13" id="4wx-aD-J9b"/>
</constraints>
<fontDescription key="fontDescription" name="HelveticaNeueLTStd-Md" family="Helvetica Neue LT Std" pointSize="12"/>
<color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
<nil key="highlightedColor"/>
</label>
</subviews>
<constraints>
<constraint firstItem="Ih8-nZ-qHu" firstAttribute="top" secondItem="Zcg-wJ-FLr" secondAttribute="bottom" constant="-2" id="1Co-4I-tBP"/>
<constraint firstItem="Zcg-wJ-FLr" firstAttribute="leading" secondItem="HYs-Vg-ZIL" secondAttribute="trailing" constant="8" id="2Qh-3W-i1G"/>
<constraint firstItem="sQI-rz-NsQ" firstAttribute="leading" secondItem="wEv-ke-0WT" secondAttribute="leading" id="414-iz-uIU"/>
<constraint firstItem="HYs-Vg-ZIL" firstAttribute="top" secondItem="wEv-ke-0WT" secondAttribute="top" constant="6" id="7sF-kd-NHV"/>
<constraint firstItem="Ih8-nZ-qHu" firstAttribute="leading" secondItem="HYs-Vg-ZIL" secondAttribute="trailing" constant="8" id="86g-r6-Ed7"/>
<constraint firstItem="cgQ-hr-ga3" firstAttribute="leading" secondItem="Zcg-wJ-FLr" secondAttribute="trailing" id="91Z-id-Aa3"/>
<constraint firstAttribute="trailing" secondItem="cgQ-hr-ga3" secondAttribute="trailing" constant="6" id="DfS-D3-qRh"/>
<constraint firstItem="sQI-rz-NsQ" firstAttribute="top" secondItem="wEv-ke-0WT" secondAttribute="top" id="F6v-ds-3PP"/>
<constraint firstAttribute="bottom" secondItem="sQI-rz-NsQ" secondAttribute="bottom" id="FPj-oN-4bZ"/>
<constraint firstAttribute="bottom" secondItem="HYs-Vg-ZIL" secondAttribute="bottom" constant="6" id="Jfr-E5-QCN"/>
<constraint firstAttribute="bottom" secondItem="cgQ-hr-ga3" secondAttribute="bottom" constant="5" id="LYh-SC-kQr"/>
<constraint firstItem="cgQ-hr-ga3" firstAttribute="top" secondItem="wEv-ke-0WT" secondAttribute="topMargin" constant="3" id="Lik-Ec-Pdg"/>
<constraint firstAttribute="bottom" secondItem="Ih8-nZ-qHu" secondAttribute="bottom" id="Mqs-Kt-6sY"/>
<constraint firstItem="HYs-Vg-ZIL" firstAttribute="leading" secondItem="wEv-ke-0WT" secondAttribute="leading" constant="6" id="Pew-ks-k9a"/>
<constraint firstItem="zXz-tY-HBA" firstAttribute="trailing" secondItem="HYs-Vg-ZIL" secondAttribute="trailing" id="Qf9-oE-pUK"/>
<constraint firstAttribute="trailing" secondItem="sQI-rz-NsQ" secondAttribute="trailing" id="gqM-vy-bjA"/>
<constraint firstItem="Zcg-wJ-FLr" firstAttribute="top" secondItem="wEv-ke-0WT" secondAttribute="topMargin" constant="3" id="mVQ-Yb-2fm"/>
<constraint firstItem="cgQ-hr-ga3" firstAttribute="leading" secondItem="Ih8-nZ-qHu" secondAttribute="trailing" id="ukW-H2-dPA"/>
<constraint firstItem="zXz-tY-HBA" firstAttribute="bottom" secondItem="HYs-Vg-ZIL" secondAttribute="bottom" id="yQy-Wq-mj5"/>
</constraints>
<variation key="default">
<mask key="constraints">
<exclude reference="Mqs-Kt-6sY"/>
</mask>
</variation>
</tableViewCellContentView>
<inset key="separatorInset" minX="0.0" minY="0.0" maxX="0.0" maxY="0.0"/>
<connections>
<outlet property="message" destination="Ih8-nZ-qHu" id="4rD-Zw-t0u"/>
<outlet property="profileImage" destination="HYs-Vg-ZIL" id="6gA-UI-jGt"/>
</connections>
<point key="canvasLocation" x="147" y="232.5"/>
</tableViewCell>
</objects>
<resources>
<image name="FacebookIcon" width="75" height="75"/>
</resources>
</document>